mysql-performance
CommunityDiagnose slow MySQL queries and tune performance
Authorbillyfranklim1
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Helps engineers quickly identify and remediate MySQL performance bottlenecks by analyzing active queries, slow query logs, EXPLAIN plans, and configuration metrics so that production Laravel applications stop being slowed by inefficient queries or misconfigured buffers.
Core Features & Use Cases
- Query triage: Inspect SHOW PROCESSLIST, find long-running queries and safely kill or cancel problematic statements.
- Slow log analysis: Enable and analyze the slow query log, surface top time-consuming statements, and prioritize fixes.
- Execution plan review: Use EXPLAIN, EXPLAIN FORMAT=JSON, and EXPLAIN ANALYZE to detect full table scans, filesorts, and large row estimates.
- Safe index changes: Recommend and craft non-blocking index strategies including inplace/online ALTER alternatives and using pt-online-schema-change or gh-ost for large tables.
- Laravel-specific diagnostics: Detect N+1 queries, leverage query listeners or Telescope, and suggest caching with Redis for heavy aggregated results.
- Operational guardrails: Advise on InnoDB buffer pool sizing, deadlock inspection, and never running risky commands like OPTIMIZE TABLE without a maintenance window.
Quick Start
Ask the skill to analyze the MySQL slow query log and EXPLAIN the top slow queries with recommended safe index and configuration changes for production.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: mysql-performance Download link: https://github.com/billyfranklim1/claude-skills/archive/main.zip#mysql-performance Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.