Files
gh-poindexter12-waypoint-cl…/.claude-plugin/plugin.json
2025-11-30 08:47:36 +08:00

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"
]
}