Files
gh-claudeforge-marketplace-…/.claude-plugin/plugin.json
2025-11-29 18:13:19 +08:00

12 lines
375 B
JSON

{
"name": "fix-issue",
"description": "Addresses GitHub issues by taking issue number as parameter, analyzing context, implementing solution, and testing/validating the fix for proper integration.",
"version": "1.0.0",
"author": {
"name": "ClaudeForge Community",
"url": "https://github.com/claudeforge/marketplace"
},
"commands": [
"./commands"
]
}