This skill empowers Claude to analyze database workloads, identify suboptimal or missing indexes, and suggest improvements to enhance database performance. It leverages the database-index-advisor plugin to provide concrete recommendations for indexing strategies, including identifying unused indexes for removal.
How It Works
Initiate Analysis: The skill activates the database-index-advisor plugin.
Workload Analysis: The plugin analyzes the database's query workload and existing index configurations.
Recommendation Generation: The plugin identifies missing index opportunities and unused indexes, generating a report with suggested actions.
When to Use This Skill
This skill activates when you need to:
Optimize slow-running database queries.
Identify potential performance bottlenecks related to missing indexes.
Reclaim storage space by identifying and removing unused indexes.
Examples
Example 1: Optimizing a Slow Query
User request: "My orders table query is running slowly. Can you help optimize it?"
The skill will:
Activate the database-index-advisor plugin.
Analyze the query patterns against the orders table.
Recommend creating a specific index on the orders table to improve query performance.
Example 2: Identifying Unused Indexes
User request: "Can you help me identify and remove any unused indexes in my database?"
The skill will:
Activate the database-index-advisor plugin.
Analyze the existing indexes and their usage patterns.
Generate a report listing unused indexes that can be safely removed.
Best Practices
Database Connection: Ensure the database connection is properly configured for the plugin to access the database.
Permissions: Grant the plugin the necessary permissions to analyze query patterns and retrieve index information.
Impact Assessment: Review the recommended index changes and assess their potential impact on other queries before applying them.
Integration
This skill can be used in conjunction with other database management plugins to automate index creation and removal based on the advisor's recommendations. It also integrates with monitoring tools to track the performance impact of the applied index changes.
Converted and distributed by TomeVault — claim your Tome and manage your conversions.
1---2name: jeremylongshore-claude-code-plugins-plus-skills-database-ind3description: Overview4---56## Overview78This skill empowers Claude to analyze database workloads, identify suboptimal or missing indexes, and suggest improvements to enhance database performance. It leverages the database-index-advisor plugin to provide concrete recommendations for indexing strategies, including identifying unused indexes for removal.910## How It Works11121. **Initiate Analysis**: The skill activates the database-index-advisor plugin.132. **Workload Analysis**: The plugin analyzes the database's query workload and existing index configurations.143. **Recommendation Generation**: The plugin identifies missing index opportunities and unused indexes, generating a report with suggested actions.1516## When to Use This Skill1718This skill activates when you need to:19- Optimize slow-running database queries.20- Identify potential performance bottlenecks related to missing indexes.21- Reclaim storage space by identifying and removing unused indexes.2223## Examples2425### Example 1: Optimizing a Slow Query2627User request: "My orders table query is running slowly. Can you help optimize it?"2829The skill will:301. Activate the database-index-advisor plugin.312. Analyze the query patterns against the orders table.323. Recommend creating a specific index on the orders table to improve query performance.3334### Example 2: Identifying Unused Indexes3536User request: "Can you help me identify and remove any unused indexes in my database?"3738The skill will:391. Activate the database-index-advisor plugin.402. Analyze the existing indexes and their usage patterns.413. Generate a report listing unused indexes that can be safely removed.4243## Best Practices4445- **Database Connection**: Ensure the database connection is properly configured for the plugin to access the database.46- **Permissions**: Grant the plugin the necessary permissions to analyze query patterns and retrieve index information.47- **Impact Assessment**: Review the recommended index changes and assess their potential impact on other queries before applying them.4849## Integration5051This skill can be used in conjunction with other database management plugins to automate index creation and removal based on the advisor's recommendations. It also integrates with monitoring tools to track the performance impact of the applied index changes.5253---54> Converted and distributed by [TomeVault](https://tomevault.io/claim/jeremylongshore) — claim your Tome and manage your conversions.55<!-- tomevault:4.0:skill_md:2026-04-11 -->
Run npx skillmds@latest add tomevault-io/jeremylongshore-claude-code-plugins-plus-skills-database-ind in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Overview It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. Independent scanners report: SkillSpector: PASS, Skill Scanner: PASS. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
tomevault-io (@tomevault-io) published this skill. Their other Agent Skills are listed on their SkillMD profile.