Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:52:11 +08:00
commit f18fd2aa23
17 changed files with 2621 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "api-documentation-generator",
"description": "Generate comprehensive API documentation from OpenAPI/Swagger specs",
"version": "1.0.0",
"author": {
"name": "Jeremy Longshore",
"email": "[email protected]"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
]
}