Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:33:22 +08:00
commit d508907cb2
8 changed files with 1893 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"name": "code-documentation",
"description": "Documentation generation, code explanation, and technical writing with automated doc generation and tutorial creation",
"version": "1.2.0",
"author": {
"name": "Seth Hobson",
"url": "https://github.com/wshobson"
},
"agents": [
"./agents/docs-architect.md",
"./agents/tutorial-engineer.md",
"./agents/code-reviewer.md"
],
"commands": [
"./commands/doc-generate.md",
"./commands/code-explain.md"
]
}