Database Optimizer
Optimizes rmyndharis databases for faster queries and reduced storage costs through intelligent indexing and data pruning.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add rmyndharis-database-optimizer npx -- -y @trustedskills/rmyndharis-database-optimizer
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"rmyndharis-database-optimizer": {
"command": "npx",
"args": [
"-y",
"@trustedskills/rmyndharis-database-optimizer"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The rmyndharis-database-optimizer skill analyzes and optimizes database performance. It identifies slow queries, inefficient indexing strategies, and other bottlenecks that impact overall database speed. The tool then provides actionable recommendations to improve query execution times and reduce resource consumption.
When to use it
- Slow application response times: When users are experiencing delays due to database operations.
- High database server load: To identify queries contributing significantly to CPU or I/O usage.
- Post-migration performance issues: After migrating a database, to ensure optimal performance in the new environment.
- Regular maintenance: As part of routine database administration tasks to proactively prevent performance degradation.
Key capabilities
- Query analysis and profiling
- Index optimization recommendations
- Slow query identification
- Resource consumption reporting
Example prompts
- "Analyze my production database for slow queries."
- "Suggest indexes to improve the performance of this SQL statement: [SQL Statement]"
- "Identify the most resource-intensive queries running on the database server."
Tips & gotchas
This skill requires access to the database's query logs and schema information. Ensure appropriate permissions are granted to the AI agent before execution, as incorrect changes can negatively impact data integrity.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.