All Mysql skills
Best Claude Code skills for databases on Mysql (May 2026)
6 curated Claude Code skills that handle databases on Mysql projects. Install commands, configs, and copy-paste setup, refreshed May 2026.
6 items matching Mysql & Databases.
SQL Query Optimizer
Analyze slow SQL queries, explain the execution plan, and suggest indexes or rewrites to make them fast
sqldatabaseperformancequery-optimization+3
Sql Queries
Generate SQL queries from natural language descriptions. Supports BigQuery, PostgreSQL, MySQL, and other dialects. Reads database schemas from uploaded diagrams or documentation. Use when writing SQL, building data reports, exploring databases, or translating business questions …
postgresmysql
Cloudflare Hyperdrive
Cloudflare Hyperdrive for Workers-to-database connections with pooling and caching. Use for PostgreSQL/MySQL, Drizzle/Prisma, or encountering pool errors, TLS issues, connection refused.
postgresmysqlcloudflare
Database Schema Design
Database schema design for PostgreSQL/MySQL with normalization, relationships, constraints. Use for new databases, schema reviews, migrations, or encountering missing PKs/FKs, wrong data types, premature denormalization, EAV anti-pattern.
postgresmysqlai
Database Sharding
Database sharding for PostgreSQL/MySQL with hash/range/directory strategies. Use for horizontal scaling, multi-tenant isolation, billions of records, or encountering wrong shard keys, hotspots, cross-shard transactions, rebalancing issues.
postgresmysql
Sql Query Optimization
SQL query optimization for PostgreSQL/MySQL with indexing, EXPLAIN analysis. Use for slow queries, N+1 problems, missing indexes, or encountering sequential scans, OFFSET pagination, temp table spills, inefficient JOINs.
postgresmysqlai