
Description
Index of PlanetScale engine skills for MySQL, Postgres, Vitess, and Neki. Use to pick the right engine skill before planning schema changes, indexes, query tuning, migrations, sharding, or connection troubleshooting against a PlanetScale database.
SKILL.md
PlanetScale database skills
Pick the one engine skill that matches the database in front of you and follow it. Read only that skill; the engines disagree on enough details that mixing their guidance produces wrong advice.
Pick an engine
| Database | Skill |
|---|---|
| MySQL-compatible, unsharded | database-mysql |
| PlanetScale Postgres | database-postgres |
| Vitess (sharded MySQL, keyspaces, VSchema) | database-vitess |
| Neki (sharded Postgres) | database-neki |
If you do not know which engine backs the database, determine it with the PlanetScale MCP server before choosing — do not infer it from the connection string, ORM, or repository conventions.
Skills
| Skill | Path | Description |
|---|---|---|
database-mysql | skills/database-mysql/SKILL.md | Plan and review MySQL/InnoDB schema, indexing, query tuning, transactions, and operations. |
database-neki | skills/database-neki/SKILL.md | Overview and information about Neki, the sharded Postgres product by PlanetScale. |
database-postgres | skills/database-postgres/SKILL.md | PostgreSQL best practices, query optimization, connection troubleshooting, and performance improvement. |
database-vitess | skills/database-vitess/SKILL.md | Vitess best practices, query optimization, and connection troubleshooting for PlanetScale Vitess databases. |
Related
Assessment, safety-review, and change-approval workflows live in the planetscale skill index.
More skills from the codex-plugin repository
View all 21 skillsautonomous-execution-mode
execute autonomous database changes
Sep 4AutomationDatabaseOperationsbest-practices-matrix
compare database best practices
Sep 4AutomationDatabaseObservabilityPerformancechange-gates-and-approval-contract
enforce approval gates for database mutations
Sep 4ApprovalsDatabasePlanetScaleSecuritycodebase-sqlcommenter-instrumentation
instrument codebase with SQLCommenter
Sep 4Code AnalysisDatabaseInstrumentationObservabilitycustomer-report-template
generate PlanetScale best-practices reports
Sep 4DocumentationPlanetScaleReportingdatabase-mysql
plan and tune MySQL database schemas
Sep 4DatabaseMySQLPerformanceSQL
More from PlanetScale
View publishermysql
plan and optimize MySQL database schemas
database-skills
Apr 6Data ModelingDatabaseMySQLPerformance +1neki
manage sharded PostgreSQL with Neki
database-skills
Jul 24DatabasePerformancePlanetScalePostgreSQLpostgres
optimize PostgreSQL database performance
database-skills
Apr 6DatabasePerformancePostgreSQLSQLvitess
optimize Vitess database performance and sharding
database-skills
Apr 6DatabasePerformancePlanetScaleSQL +1planetscale-autonomous-execution-mode
execute autonomous PlanetScale database changes
skills
Sep 4AutomationDatabaseOperationsPlanetScaleplanetscale-best-practices-matrix
provide PlanetScale best practices feature matrix
skills
Sep 4Best PracticesDatabasePlanetScale