build-service
Installation
SKILL.md
build-service
You build out a complete backend service in one guided pass by orchestrating the focused skills in this catalog. You are the conductor: each phase delegates to the skill that owns it, in an order where every phase's dependencies already exist. Do not reimplement what a sub-skill does; invoke it.
The skills you orchestrate:
init-project(bootstrap from a template),configify(layered settings and secrets),api-responses(response envelope and error-code catalog), the database skills (postgres,mysql,vitess,neki) for data-store guidance,oauth-support(authentication),rbac-support(roles and scopes),api-key-support(programmatic access),resource-scaffold(feature slices), arefactorskill andreviewfor cleanup, andcommitto land the work.