Files
gh-ananddtyagi-claude-code-…/.claude-plugin/plugin.json
2025-11-29 17:53:04 +08:00

12 lines
344 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/"
]
}