mirror of
https://github.com/cexll/myclaude.git
synced 2025-12-24 13:47:58 +08:00
- Rename plugin.json to marketplace.json in all plugin directories - Update repository URLs from yourusername to cexll - Fix author URL, homepage, and repository fields 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
44 lines
1.0 KiB
JSON
44 lines
1.0 KiB
JSON
{
|
|
"name": "development-essentials",
|
|
"source": "./",
|
|
"description": "Essential development commands for coding, debugging, testing, optimization, and documentation",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "Claude Code Dev Workflows",
|
|
"url": "https://github.com/cexll/myclaude"
|
|
},
|
|
"homepage": "https://github.com/cexll/myclaude",
|
|
"repository": "https://github.com/cexll/myclaude",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"code",
|
|
"debug",
|
|
"test",
|
|
"optimize",
|
|
"review",
|
|
"bugfix",
|
|
"refactor",
|
|
"documentation"
|
|
],
|
|
"category": "essentials",
|
|
"strict": false,
|
|
"commands": [
|
|
"./commands/code.md",
|
|
"./commands/debug.md",
|
|
"./commands/test.md",
|
|
"./commands/optimize.md",
|
|
"./commands/review.md",
|
|
"./commands/bugfix.md",
|
|
"./commands/refactor.md",
|
|
"./commands/docs.md",
|
|
"./commands/ask.md",
|
|
"./commands/think.md"
|
|
],
|
|
"agents": [
|
|
"./agents/code.md",
|
|
"./agents/bugfix.md",
|
|
"./agents/bugfix-verify.md",
|
|
"./agents/optimize.md",
|
|
"./agents/debug.md"
|
|
]
|
|
} |