29 lines
991 B
JSON
29 lines
991 B
JSON
{
|
|
"$schema": "https://anthropic.com/claude-code/marketplace.schema.json",
|
|
"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": "sg-all",
|
|
"source": "./plugins/all",
|
|
"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": "sg-dev",
|
|
"source": "./plugins/dev",
|
|
"description": "Dev team — sg-md-writing skill for authoring and maintaining CLAUDE.md / AGENTS.md rule files.",
|
|
"category": "workflow"
|
|
},
|
|
{
|
|
"name": "sg-common",
|
|
"source": "./plugins/common",
|
|
"description": "All staff — sg-prompt-sharpening skill for disambiguating requests before acting.",
|
|
"category": "productivity"
|
|
}
|
|
]
|
|
} |