Files
gh-ohare93-claude-setup/.claude-plugin/plugin.json
2025-11-30 08:44:57 +08:00

21 lines
381 B
JSON

{
"name": "jmo-development-tools",
"description": "Custom commands, agents, and skills for NixOS, Jujutsu, and documentation workflows",
"version": "0.0.0-2025.11.28",
"author": {
"name": "jmo",
"email": "jmo@example.com"
},
"skills": [
"./skills"
],
"agents": [
"./agents"
],
"commands": [
"./commands"
],
"hooks": [
"./hooks"
]
}