backend-queries

Write secure, performant database queries using parameterized queries, eager loading, proper indexing, and transactions. Use this skill when writing database query code, ORM query methods, SQL statements, or data fetching logic. Use this when preventing SQL injection with parameterized queries, optimizing queries to avoid N+1 problems with eager loading, selecting specific columns instead of SELECT *, implementing database transactions for related operations, adding query timeouts, or caching expensive queries. Use this when working on repository files, service files with database access, query builder code, or any file that retrieves or manipulates data from databases.

$ Instalar

git clone https://github.com/Software-Design-Club/todo-app /tmp/todo-app && cp -r /tmp/todo-app/.claude/skills/backend-queries ~/.claude/skills/todo-app

// tip: Run this command in your terminal to install the skill