backend-db-performance

Installation
SKILL.md

Database Optimization Skill

Systematic approach to identifying and fixing database performance issues.

When to Use

  • Slow page loads (database bottleneck)
  • Query timeout errors
  • N+1 query problems
  • Schema design review
  • Index optimization
  • Migration planning

CRITICAL: Check Existing First

Before ANY optimization, verify current state:

Installs
22
GitHub Stars
6
First Seen
Jun 15, 2026
backend-db-performance — kensaurus/cursor-kenji