When to use this skill:
- •When writing database queries (SELECT, INSERT, UPDATE, DELETE)
- •When using ORM methods like findMany, findUnique, create, update
- •When implementing repository or data access layer patterns
- •When optimizing slow database queries
- •When fixing N+1 query problems with eager loading or joins
- •When wrapping related database operations in transactions
- •When adding query caching for expensive operations
- •When writing raw SQL queries with parameterized inputs
- •When adding indexes for frequently queried columns
- •When implementing query timeouts for long-running operations
- •When working on files in
/repositories/,/queries/, or data access layers
Backend Queries
This Skill provides Claude Code with specific guidance on how to adhere to coding standards as they relate to how it should handle backend queries.
Instructions
For details, refer to the information provided in this file: backend queries