Smithery Logo
MCPsSkillsDocsPricing
Login
Smithery Logo

Give agents more agency

Resources

DocumentationPrivacy PolicySystem Status

Company

PricingAboutBlog

Connect

© 2026 Smithery. All rights reserved.

    overtimepog

    backend-queries

    overtimepog/backend-queries
    Coding

    About

    SKILL.md

    Install

    • Claude Code
      Claude Code
    • Codex
      Codex
    • OpenClaw
      OpenClaw
    • Cursor
      Cursor
    • Amp
      Amp
    • GitHub Copilot
      GitHub Copilot
    • Gemini CLI
      Gemini CLI
    • Kilo Code
      Kilo Code
    • Junie
      Junie
    • Replit
      Replit
    • Windsurf
      Windsurf
    • Cline
      Cline
    • Continue
      Continue
    • OpenCode
      OpenCode
    • OpenHands
      OpenHands
    • Roo Code
      Roo Code
    • Augment
      Augment
    • Goose
      Goose
    • Trae
      Trae
    • Zencoder
      Zencoder
    • Antigravity
      Antigravity
    • Download skill
    ├─
    ├─
    └─

    About

    Write efficient, secure database queries using ORMs or raw SQL, preventing N+1 problems, SQL injection, and performance issues...

    SKILL.md

    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.

    When to use this skill

    • When writing database queries using ORM methods or query builders
    • When implementing raw SQL queries with proper parameterization
    • When creating repository patterns or data access layers
    • When optimizing queries to prevent N+1 query problems using eager loading
    • When adding JOINs, WHERE clauses, or complex query logic
    • When selecting specific columns instead of using SELECT * for performance
    • When implementing query pagination, filtering, or sorting logic
    • When wrapping related database operations in transactions
    • When adding query timeouts or implementing query performance monitoring
    • When working with query optimization, EXPLAIN plans, or index usage analysis
    • When implementing query caching strategies for expensive or frequent queries
    • When preventing SQL injection through parameterized queries and input validation
    • When working with files like queries.py, repositories/, dao/, or service layer query logic

    Instructions

    For details, refer to the information provided in this file: backend queries

    Recommended Servers
    ThinAir Data
    ThinAir Data
    Supabase
    Supabase
    PlanetScale
    PlanetScale
    Repository
    overtimepog/agenttheo
    Files