Initial commit
This commit is contained in:
20
.claude-plugin/plugin.json
Normal file
20
.claude-plugin/plugin.json
Normal 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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user