backend-queries

Write secure, performant database queries using parameterized statements, proper indexing, and query optimization techniques. Use this skill when writing SQL queries, ORM query methods, or database access code. When implementing data fetching logic that retrieves or updates database records. When optimizing queries to prevent N+1 problems through eager loading or joins. When using WHERE clauses, JOIN operations, or ORDER BY statements. When implementing transactions for related database operations. When working with query builder methods, raw SQL, or ORM query interfaces. When setting query timeouts or implementing query result caching.

$ 安裝

git clone https://github.com/coreyja/coreyja.com /tmp/coreyja.com && cp -r /tmp/coreyja.com/.claude/skills/backend-queries ~/.claude/skills/coreyja-com

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