{ "$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" } ] }