Initial commit
This commit is contained in:
19
.claude-plugin/plugin.json
Normal file
19
.claude-plugin/plugin.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "documentation-generation",
|
||||
"description": "OpenAPI specification generation, Mermaid diagram creation, tutorial writing, API reference documentation",
|
||||
"version": "1.2.0",
|
||||
"author": {
|
||||
"name": "Seth Hobson",
|
||||
"url": "https://github.com/wshobson"
|
||||
},
|
||||
"agents": [
|
||||
"./agents/docs-architect.md",
|
||||
"./agents/api-documenter.md",
|
||||
"./agents/mermaid-expert.md",
|
||||
"./agents/tutorial-engineer.md",
|
||||
"./agents/reference-builder.md"
|
||||
],
|
||||
"commands": [
|
||||
"./commands/doc-generate.md"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user