19 lines
523 B
JSON
19 lines
523 B
JSON
{
|
|
"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"
|
|
]
|
|
} |