20 lines
464 B
JSON
20 lines
464 B
JSON
{
|
|
"name": "claire",
|
|
"description": "Claude Code component authoring system - agents for creating and optimizing agents, commands, and skills",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "Joe Seymour",
|
|
"email": "zhongweili@tubi.tv"
|
|
},
|
|
"skills": [
|
|
"./skills/doc-validator"
|
|
],
|
|
"agents": [
|
|
"./agents/author-agent.md",
|
|
"./agents/author-command.md",
|
|
"./agents/coordinator.md"
|
|
],
|
|
"commands": [
|
|
"./commands/fetch-docs.md"
|
|
]
|
|
} |