Files
gh-boneskull-claude-plugins…/.claude-plugin/plugin.json
2025-11-29 18:01:38 +08:00

14 lines
249 B
JSON

{
"name": "refactor",
"description": "General-purpose software development refactoring and reorganization",
"version": "1.0.0",
"author": {
"name": "boneskull"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}