Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:01:55 +08:00
commit 60782a2f51
22 changed files with 5228 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
"name": "document-generator",
"description": "Generates various types of documentation including ADRs, architecture diagrams, changelogs, READMEs, tutorials, and API documentation for Personal projects",
"version": "1.2.0",
"author": {
"name": "Brad Boehmke"
},
"skills": [
"./skills"
],
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}