Back to list
mshafei721

backend-queries

by mshafei721

Multi-agent AI coding platform powered by Vercel Sandbox and AI Gateway - Phase 3: Skills & MCP Integration Complete

0🍴 0📅 Jan 15, 2026

SKILL.md


name: Backend Queries description: Write secure, performant database queries using parameterized queries, proper eager loading, and transaction management. Use this skill when writing database queries, ORM operations, raw SQL statements, or repository methods. When working on files in repositories/, queries/, services/, or any code that interacts with the database. When optimizing query performance, preventing N+1 queries, implementing transactions, adding query timeouts, or caching expensive queries. When reviewing code for SQL injection vulnerabilities.

When to use this skill:

  • When writing database queries (ORM or raw SQL)
  • When creating repository or data access layer methods
  • When working on files in repositories/, queries/, services/, or dal/ directories
  • When using SELECT statements and choosing which columns to fetch
  • When implementing eager loading or joins to prevent N+1 queries
  • When wrapping related operations in database transactions
  • When adding indexes to optimize WHERE, JOIN, or ORDER BY clauses
  • When implementing query timeouts for long-running queries
  • When caching results of expensive or frequently-run queries
  • When reviewing code for SQL injection vulnerabilities
  • When using parameterized queries to prevent injection attacks

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

Score

Total Score

60/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon