Files
gh-ccplugins-awesome-claude…/.claude-plugin/plugin.json
2025-11-29 18:04:26 +08:00

12 lines
343 B
JSON

{
"name": "bug-fix",
"description": "Streamlines bug fixing by creating a GitHub issue first, then a feature branch for implementing and thoroughly testing the solution before merging.",
"version": "1.0.0",
"author": {
"name": "danielscholl",
"url": "https://github.com/danielscholl"
},
"commands": [
"./commands"
]
}