Use this skill for actual backend development based on approved specs and backend design intent.
The purpose is to turn requirements and API/data rules into real server-side behavior, not frontend placeholders.
Workflow
Read the source documents first.
planning or requirements docs
API docs or endpoint contracts
data model docs
auth/permission rules
error handling or integration docs when they exist
Apply the backend rule:
기획 -> 설계 -> 개발 -> 검증
If request changes business behavior, update planning before code.
Build real backend implementation.
routes or controllers
services or use cases
schemas or serializers
validation rules
repositories or persistence layer
auth and permission checks when required
Verify.
run project-appropriate tests
run lint/type checks when available
verify route contracts and validation behavior
if frontend depends on the API, report how to connect it or mock it
What This Skill Covers
API routes and handlers
service logic
data models and schemas
auth and permissions
validation and error handling
integration boundaries
storage and repository logic
What This Skill Does Not Cover
frontend page implementation
visual layout work
browser interaction work except where needed for integration checks
Output Pattern
When reporting progress, use this order:
planning docs updated
backend design or API docs updated
backend code changed
verification results
integration notes for frontend if relevant
commit/push status under ask-before-push rules
Notes
This skill is for real backend implementation.
If the user only wants a visual prototype, use prototype-builder instead.
1---2name: backend-builder3description: Backend Builder4---56# Backend Builder78## Overview910Use this skill for actual backend development based on approved specs and backend design intent.1112The purpose is to turn requirements and API/data rules into real server-side behavior, not frontend placeholders.1314## Workflow15161. Read the source documents first.17- planning or requirements docs18- API docs or endpoint contracts19- data model docs20- auth/permission rules21- error handling or integration docs when they exist22232. Apply the backend rule:24- `기획 -> 설계 -> 개발 -> 검증`25- If request changes business behavior, update planning before code.26273. Build real backend implementation.28- routes or controllers29- services or use cases30- schemas or serializers31- validation rules32- repositories or persistence layer33- auth and permission checks when required34354. Verify.36- run project-appropriate tests37- run lint/type checks when available38- verify route contracts and validation behavior39- if frontend depends on the API, report how to connect it or mock it4041## What This Skill Covers4243- API routes and handlers44- service logic45- data models and schemas46- auth and permissions47- validation and error handling48- integration boundaries49- storage and repository logic5051## What This Skill Does Not Cover5253- frontend page implementation54- visual layout work55- browser interaction work except where needed for integration checks5657## Output Pattern5859When reporting progress, use this order:60611. planning docs updated622. backend design or API docs updated633. backend code changed644. verification results655. integration notes for frontend if relevant666. commit/push status under ask-before-push rules6768## Notes6970- This skill is for real backend implementation.71- If the user only wants a visual prototype, use `prototype-builder` instead.
Run npx skillmds@latest add kim-dh2417/backend-builder in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Backend Builder It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. Capability flags: docs only. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
kim-dh2417 (@kim-dh2417) published this skill. Their other Agent Skills are listed on their SkillMD profile.