db-anti-patterns

Community

Detect and fix database performance issues.

AuthorJaveedIshaq
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill identifies common database performance anti-patterns within your codebase, helping to prevent slow queries, connection pool exhaustion, and excessive database load.

Core Features & Use Cases

  • N+1 Query Detection: Identifies loops that execute individual database queries.
  • Sequential Query Optimization: Flags independent queries that could be run in parallel.
  • Unbounded Data Fetching: Detects queries on large tables without limits.
  • Batch Operation Enforcement: Ensures single-row inserts/updates are batched.
  • Use Case: Before deploying new code, use this skill to scan your application for potential database performance bottlenecks, ensuring a smooth user experience and efficient resource utilization.

Quick Start

Scan the 'apps/web' directory for N+1 query patterns in TypeScript files.

Dependency Matrix

Required Modules

None required

Components

references

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: db-anti-patterns
Download link: https://github.com/JaveedIshaq/ai-workflow-orchestrator/archive/main.zip#db-anti-patterns

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.