← All plugins
api-scaffolding
v1.2.3REST and GraphQL API scaffolding, framework selection, backend architecture, and API generation
CodexClaude Code1 skill
by Seth HobsonMIT38.6kupdated 4 days ago
Source
git clone https://github.com/wshobson/agentsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/api-scaffolding/ inside the repository.
Layout
plugins/api-scaffolding/
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/fastapi-templates/SKILL.md
Skills1
fastapi-templatesskills/fastapi-templates/SKILL.md
Create production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Use when building new FastAPI applications or setting up backend API projects.
Manifests2
plugins/api-scaffolding/.codex-plugin/plugin.json
{
"name": "api-scaffolding",
"version": "1.2.3",
"description": "REST and GraphQL API scaffolding, framework selection, backend architecture, and API generation",
"skills": "./skills/",
"author": {
"name": "Seth Hobson",
"email": "seth@major7apps.com"
},
"license": "MIT",
"interface": {
"displayName": "Api Scaffolding",
"shortDescription": "REST and GraphQL API scaffolding, framework selection, backend architecture, and API generation",
"category": "Coding"
}
}plugins/api-scaffolding/.claude-plugin/plugin.json
{
"name": "api-scaffolding",
"version": "1.2.3",
"description": "REST and GraphQL API scaffolding, framework selection, backend architecture, and API generation",
"author": {
"name": "Seth Hobson",
"email": "seth@major7apps.com"
},
"license": "MIT"
}