Files
smartgift-claude-skills/.claude-plugin/marketplace.json
T
nntrivi2001 2b3f79ea57 feat(ccam): add ccam as a standalone plugin entry
Sources from the Claude-Code-Monitor repo (ref: main) via a url plugin
source — the dashboard's hooks/server/CLI/MCP, installable independently
of sg-all/sg-dev/sg-common.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2026-08-10 16:13:54 +07:00

39 lines
1.4 KiB
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"
},
{
"name": "ccam",
"source": {
"source": "url",
"url": "https://git.smartgift.io.vn/Smartgift-AI/Claude-Code-Monitor.git",
"ref": "main"
},
"description": "Claude Code Agent Monitor — the local-first dashboard as a plugin. Installs the event hooks, boots the dashboard server, puts the ccam CLI on PATH, and connects the MCP tools. No checkout, no npm run setup.",
"category": "monitoring"
}
]
}