dev-coding-backend
Installation
SKILL.md
/dev-coding-backend - Backend Implementation
Skill Awareness: See
skills/_registry.mdfor all available skills.
- Loaded by:
/dev-codingwhen API/schema work needed- References: Load tech-specific from
references/(directus.md, prisma.md, etc.)- After: Frontend uses API contract documented here
Backend-specific patterns for API, schema, and data layer implementation.
When Loaded
This skill is loaded by /dev-coding when:
- Spec requires API endpoints
- Spec requires schema/database changes
- Spec requires backend logic