소개
The Backend Queries skill equips Claude Code with the specialized knowledge required to build robust data access layers and repository patterns. It focuses on writing high-performance SQL and ORM-based queries while strictly adhering to security best practices such as parameterization to prevent SQL injection. By providing guidance on complex joins, transaction management, and solving performance bottlenecks like the N+1 query problem through eager loading, this skill ensures your application's database interactions are scalable, secure, and maintainable.