This skill uses the database-index-advisor plugin to analyze query patterns and recommend optimal database indexes. It identifies missing indexes to improve query performance and unused indexes that can be removed to save storage and improve write performance. Use this skill when the user asks to "analyze database indexes", "optimize slow queries", "find missing indexes", "remove unused indexes", or requests help with "database index optimization". The plugin analyzes database workloads, detects potential indexing issues, and provides actionable recommendations for indexing strategies.
Installation
Details
Usage
After installing, this skill will be available to your AI coding assistant.
Verify installation:
skills listSkill Instructions
name: Analyzing Database Indexes description: | This skill uses the database-index-advisor plugin to analyze query patterns and recommend optimal database indexes. It identifies missing indexes to improve query performance and unused indexes that can be removed to save storage and improve write performance. Use this skill when the user asks to "analyze database indexes", "optimize slow queries", "find missing indexes", "remove unused indexes", or requests help with "database index optimization". The plugin analyzes database workloads, detects potential indexing issues, and provides actionable recommendations for indexing strategies.
Overview
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.
More by jeremylongshore
View allRabbitmq Queue Setup - Auto-activating skill for Backend Development. Triggers on: rabbitmq queue setup, rabbitmq queue setup Part of the Backend Development skill category.
evaluating-machine-learning-models: This skill allows Claude to evaluate machine learning models using a comprehensive suite of metrics. It should be used when the user requests model performance analysis, validation, or testing. Claude can use this skill to assess model accuracy, precision, recall, F1-score, and other relevant metrics. Trigger this skill when the user mentions "evaluate model", "model performance", "testing metrics", "validation results", or requests a comprehensive "model evaluation".
building-neural-networks: This skill allows Claude to construct and configure neural network architectures using the neural-network-builder plugin. It should be used when the user requests the creation of a new neural network, modification of an existing one, or assistance with defining the layers, parameters, and training process. The skill is triggered by requests involving terms like "build a neural network," "define network architecture," "configure layers," or specific mentions of neural network types (e.g., "CNN," "RNN," "transformer").
Oauth Callback Handler - Auto-activating skill for API Integration. Triggers on: oauth callback handler, oauth callback handler Part of the API Integration skill category.
