Files
gh-basher83-lunar-claude-pl…/.claude-plugin/plugin.json
2025-11-29 18:00:36 +08:00

18 lines
407 B
JSON

{
"name": "meta-claude",
"description": "Meta tools for creating and composing Claude Code components including skills, agents, hooks, commands, and multi-component system architecture",
"version": "0.3.0",
"author": {
"name": "basher83",
"email": "basher83@mail.spaceships.work"
},
"skills": [
"./skills"
],
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}