benchflow-ai / optimizing-queries
Install for your project team
Run this command in your project directory to install the skill for your entire team:
mkdir -p .claude/skills/optimizing-queries && curl -L -o skill.zip "https://fastmcp.me/Skills/Download/3997" && unzip -o skill.zip -d .claude/skills/optimizing-queries && rm skill.zip
Project Skills
This skill will be saved in .claude/skills/optimizing-queries/ and checked into git. All team members will have access to it automatically.
Important: Please verify the skill by reviewing its instructions before using it.
Analyzes and optimizes SQL/NoSQL queries for performance. Use when reviewing query performance, optimizing slow queries, analyzing EXPLAIN output, suggesting indexes, identifying N+1 problems, recommending query rewrites, or improving database access patterns. Supports PostgreSQL, MySQL, SQLite, MongoDB, Redis, DynamoDB, and Elasticsearch.