Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:32:58 +08:00
commit acb44a9b67
8 changed files with 1374 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"name": "api-scaffolding",
"description": "REST and GraphQL API scaffolding, framework selection, backend architecture, and API generation",
"version": "1.2.1",
"author": {
"name": "Seth Hobson",
"url": "https://github.com/wshobson"
},
"skills": [
"./skills/fastapi-templates"
],
"agents": [
"./agents/backend-architect.md",
"./agents/graphql-architect.md",
"./agents/fastapi-pro.md",
"./agents/django-pro.md"
]
}