Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:47:36 +08:00
commit bffcadb872
9 changed files with 2806 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
{
"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"
]
}