Agent skill

web-backend-builder

Scaffold backend API, data models, ORM setup, and endpoint inventory with OpenAPI output.

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/web-backend-builder

Metadata

Additional technical details for this skill

stage
4-backend
category
web-builder
pipeline
web-builder

SKILL.md

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

  1. Read project-config.json.
  2. Scaffold the selected backend framework (FastAPI, Express, Django, Gin, and other configured options).
  3. Define data models from project type and ask for missing entities when unclear.
  4. Configure ORM/query layer guidance:
    • Prisma (Node.js)
    • Drizzle ORM (TypeScript)
    • SQLAlchemy (FastAPI/Python)
    • Mongoose (MongoDB)
  5. Scaffold CRUD endpoints, auth middleware, and file upload handlers.
  6. If Supabase is selected, include @supabase/supabase-js, RLS policy planning, and Edge Function notes.
  7. Enforce environment variable setup with .env.example and no committed secrets.
  8. Generate openapi.yaml covering all endpoints.
  9. Output backend scaffold artifacts, openapi.yaml, and backend-report.json.

Execution

bash
python skills/web-backend-builder/scripts/backend_builder.py --input <workspace> --output <out.json> --format json

References

  • references/tools.md

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results