18 lines
407 B
JSON
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"
|
|
]
|
|
} |