Initial Smartgift skills marketplace: smartgift-dev (md-writing), smartgift-common (prompt-sharpening)

This commit is contained in:
2026-07-20 14:49:49 +07:00
commit b5cdb9f489
8 changed files with 281 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
{
"$schema": "https://anthropic.com/claude-code/marketplace.schema.json",
"name": "smartgift",
"description": "Smartgift internal Claude Code skills. Pick per role: smartgift-dev for the dev team, smartgift-common for all staff, or install both.",
"owner": {
"name": "Smartgift",
"email": "vinnt@smartgift.vn"
},
"plugins": [
{
"name": "smartgift-dev",
"source": "./plugins/dev",
"description": "Dev team — md-writing skill for authoring and maintaining CLAUDE.md / AGENTS.md rule files.",
"category": "workflow"
},
{
"name": "smartgift-common",
"source": "./plugins/common",
"description": "All staff — prompt-sharpening skill for disambiguating requests before acting.",
"category": "productivity"
}
]
}