mirror of
https://github.com/glittercowboy/get-shit-done
synced 2026-04-25 17:25:23 +02:00
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
18 lines
365 B
JSON
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": "./"
|
|
}
|
|
]
|
|
}
|