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

17 lines
293 B
JSON

{
"name": "tools",
"description": "Skills and documentation for various CLI, development, and language-specific tools",
"version": "1.0.0",
"author": {
"name": "boneskull"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
],
"hooks": [
"./hooks"
]
}