rename: smartgift-* -> sg-* (plugins, skills, marketplace name)

This commit is contained in:
2026-07-20 15:58:16 +07:00
parent da9554c588
commit cfa8248635
11 changed files with 26 additions and 26 deletions
+8 -8
View File
@@ -1,28 +1,28 @@
{
"$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.",
"name": "sg",
"description": "Smartgift internal Claude Code skills. Pick per role: sg-dev for the dev team, sg-common for all staff, or install both.",
"owner": {
"name": "Smartgift",
"email": "vinnt@smartgift.vn"
},
"plugins": [
{
"name": "smartgift-all",
"name": "sg-all",
"source": "./plugins/all",
"description": "Toàn bộ — cả md-writing lẫn prompt-sharpening. Cài cái này nếu muốn tất cả.",
"description": "Toàn bộ — cả sg-md-writing lẫn sg-prompt-sharpening. Cài cái này nếu muốn tất cả.",
"category": "workflow"
},
{
"name": "smartgift-dev",
"name": "sg-dev",
"source": "./plugins/dev",
"description": "Dev team — md-writing skill for authoring and maintaining CLAUDE.md / AGENTS.md rule files.",
"description": "Dev team — sg-md-writing skill for authoring and maintaining CLAUDE.md / AGENTS.md rule files.",
"category": "workflow"
},
{
"name": "smartgift-common",
"name": "sg-common",
"source": "./plugins/common",
"description": "All staff — prompt-sharpening skill for disambiguating requests before acting.",
"description": "All staff — sg-prompt-sharpening skill for disambiguating requests before acting.",
"category": "productivity"
}
]