What problem does it solve?
This Skill provides a focused backend development agent to handle API, database, server, and integration work so users avoid ad-hoc, insecure, or inconsistent backend implementations.
Core Features & Use Cases
- API design and implementation: Create REST or GraphQL endpoints that follow RESTful conventions and proper error handling.
- Database schema and queries: Design schemas, write migrations, and use parameterized queries to prevent SQL injection.
- Server logic and security: Implement validation, authentication/authorization, logging, and integration with third-party services in accordance with project patterns.
- Use Case: Turn a feature request like "add user signup with email verification and database persistence" into validated endpoint code, migration scripts, and integration notes.
Quick Start
Ask the backend agent to create a secure REST endpoint that validates input, persists data with parameterized queries, and returns structured error responses.