24 lines
796 B
JSON
24 lines
796 B
JSON
{
|
|
"$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"
|
|
}
|
|
]
|
|
}
|