optimizing-sql-queries

Execute use when you need to work with query optimization.

Content Preview
---
name: optimizing-sql-queries
description: |
  Execute use when you need to work with query optimization.
  This skill provides query performance analysis with comprehensive guidance and automation.
  Trigger with phrases like "optimize queries", "analyze performance",
  or "improve query speed".

allowed-tools: Read, Write, Edit, Grep, Glob, Bash(psql:*), Bash(mysql:*), Bash(mongosh:*)
version: 1.0.0
author: Jeremy Longshore <[email protected]>
license: MIT
compatible-with: claude-co
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/optimizing-sql-queries.md \
  https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/main/plugins/database/sql-query-optimizer/skills/optimizing-sql-queries/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Then reference at plugins/database/sql-query-optimizer/skills/optimizing-sql-queries/SKILL.md

Related Skills

Optimizing Prompts
This skill optimizes prompts for Large Language Models (LLMs) to reduce token usage, lower costs, and improve performance. It analyzes the prompt, identifies areas for simplification and redundancy removal, and rewrites the prompt to be more concise and effective. It is used when the user wants to r
skill-adapteroptimizing prompts

by jeremylongshore · plugins-plus-skills

Optimizing Cache Performance
This skill enables Claude to analyze and improve application caching strategies. It optimizes cache hit rates, TTL configurations, cache key design, and invalidation strategies. Use this skill when the user requests to "optimize cache performance", "improve caching strategy", "analyze cache hit rate
skill-adapteroptimizing cache performance

by jeremylongshore · plugins-plus-skills

Optimizing Cloud Costs
This skill enables Claude to analyze and optimize cloud costs. It identifies areas for potential savings, generates cost reports, and suggests configuration changes to reduce expenses. Use this skill when the user asks to "optimize cloud costs", "reduce cloud spending", "generate a cost report", or
skill-adapteroptimizing cloud costs

by jeremylongshore · plugins-plus-skills

Optimizing Deep Learning Models
This skill optimizes deep learning models using various techniques. It is triggered when the user requests improvements to model performance, such as increasing accuracy, reducing training time, or minimizing resource consumption. The skill leverages advanced optimization algorithms like Adam, SGD,
skill-adapteroptimizing deep learning models

by jeremylongshore · plugins-plus-skills