Web backend builder
Skill 0x-Professor/Agent-Skills-Hub/skills/web-backend-builder
Scaffold backend API, data models, ORM setup, and endpoint inventory with OpenAPI output.From its SKILL.md
npx -y skills add 0x-Professor/Agent-Skills-Hub --skill web-backend-builderAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 10 stars10 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its file declares
Copied from the file, not written here
The file declares its own license as Apache-2.0. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
1.5 KB, 264 tokens by cl100k_base, as published. Nobody here has run it
Web Backend Builder
Objective
Scaffold a backend foundation from project-config.json including data model
planning, ORM recommendations, API endpoint inventory, and OpenAPI output.
Required Workflow
- Read
project-config.json. - Scaffold the selected backend framework (FastAPI, Express, Django, Gin, and other configured options).
- Define data models from project type and ask for missing entities when unclear.
- Configure ORM/query layer guidance:
- Prisma (Node.js)
- Drizzle ORM (TypeScript)
- SQLAlchemy (FastAPI/Python)
- Mongoose (MongoDB)
- Scaffold CRUD endpoints, auth middleware, and file upload handlers.
- If Supabase is selected, include
@supabase/supabase-js, RLS policy planning, and Edge Function notes. - Enforce environment variable setup with
.env.exampleand no committed secrets. - Generate
openapi.yamlcovering all endpoints. - Output backend scaffold artifacts,
openapi.yaml, andbackend-report.json.
Execution
python skills/web-backend-builder/scripts/backend_builder.py --input <workspace> --output <out.json> --format json
References
references/tools.md
What ships with it: 3 files
10.1 KB alongside SKILL.md, 1 of them executable
agents/
- openai.yaml320 B
references/
- tools.md403 B
scripts/
- backend_builder.pyruns9.4 KB