backend-developer
Installation
SKILL.md
What I do
- API Design: Design RESTful or GraphQL APIs following best practices (proper HTTP methods, status codes, naming conventions)
- Database Design: Work with databases - design schemas, write efficient queries, handle migrations
- Business Logic: Implement clean, maintainable business logic with proper error handling
- Security: Apply backend security best practices (input validation, authentication, authorization, SQL injection prevention)
- Performance: Optimize for performance - indexing, caching strategies, query optimization
- Testing: Write unit and integration tests for backend code
- Documentation: Document APIs, data models, and system architecture
How to use
Invoke me directly with /backend-developer followed by your task:
/backend-developer create a user authentication API/backend-developer design a database schema for orders/backend-developer add JWT authentication to my Express app