Files
get-shit-done/.claude-plugin/marketplace.json
Tim Willis 4d92b3cdda feat: add Claude Code marketplace plugin support
Add complete marketplace plugin configuration and documentation for GSD,
enabling installation via Claude Code's plugin marketplace.

Changes:
- Add .claude-plugin/marketplace.json and plugin.json manifests
- Add marketplace installation instructions to README.md
- Update all command files with marketplace tool permissions
- Add plugin conversion design and implementation documentation
- Update .gitignore for Claude Code plugin artifacts

Users can now install via:
  /plugin marketplace add glittercowboy/get-shit-done
  /plugin install get-shit-done@get-shit-done
2026-01-06 18:11:30 -06:00

18 lines
365 B
JSON

{
"name": "get-shit-done",
"owner": {
"name": "glittercowboy"
},
"plugins": [
{
"name": "get-shit-done",
"description": "A meta-prompting, context engineering and spec-driven development system for Claude Code by TÂCHES.",
"author": {
"name": "TÂCHES"
},
"version": "1.3.20",
"source": "./"
}
]
}