·vitess

Vitess best practices, query optimization, and connection troubleshooting for PlanetScale Vitess databases. Load when working with Vitess databases, sharding, VSchema configuration, keyspace management, or MySQL scaling issues.

195Installs·4Trend·@planetscale

Installation

$npx skills add https://github.com/planetscale/database-skills --skill vitess

How to Install vitess

Quickly install vitess AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/planetscale/database-skills --skill vitess
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: planetscale/database-skills.

SKILL.md

View raw

Vitess is a MySQL-compatible, cloud-native database system originally built at YouTube to scale MySQL. PlanetScale runs Vitess as a managed service. Core capabilities:

| Keyspace | Logical database mapping to one or more shards. Analogous to a MySQL schema. | | Shard | A horizontal partition of a keyspace, each backed by a separate MySQL instance. | | VSchema | Configuration defining how tables map to shards, vindex (sharding) keys, and routing rules. |

| Vindex | Sharding function mapping column values to shards (hash, unicodeloosexxhash, lookup). | | VTGate | Stateless proxy that plans and routes queries to the correct shard(s). | | Online DDL | Non-blocking schema migrations. On PlanetScale, use deploy requests for production changes. |

Vitess best practices, query optimization, and connection troubleshooting for PlanetScale Vitess databases. Load when working with Vitess databases, sharding, VSchema configuration, keyspace management, or MySQL scaling issues. Source: planetscale/database-skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/planetscale/database-skills --skill vitess
Category
</>Dev Tools
Verified
First Seen
2026-02-19
Updated
2026-03-10

Browse more skills from planetscale/database-skills

Quick answers

What is vitess?

Vitess best practices, query optimization, and connection troubleshooting for PlanetScale Vitess databases. Load when working with Vitess databases, sharding, VSchema configuration, keyspace management, or MySQL scaling issues. Source: planetscale/database-skills.

How do I install vitess?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/planetscale/database-skills --skill vitess Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/planetscale/database-skills

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-19