Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:46:53 +08:00
commit 5efae030be
12 changed files with 1857 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "documentation-wizard",
"description": "Keeps documentation in perfect sync with code and knowledge. Auto-generates README, API docs, ADRs, and onboarding materials. Detects stale documentation and ensures it evolves with the codebase.",
"version": "0.0.0-2025.11.28",
"author": {
"name": "Overlord-Z",
"email": "[email protected]"
},
"skills": [
"./skills/documentation-wizard"
]
}