{
  "markdown": "# Database Skills\n\n![Database Skills](planetscale-database-skills.png)\n\nDatabase-focused skills for AI coding assistants. Each skill lives in its own sub-directory under `skills/` and covers a specific database technology.\n\n## Installation\n\n### skills.sh\n\n```bash\nnpx skills add planetscale/database-skills\n```\n\nSee [skills.sh](https://skills.sh) for more info.\n\n### Cursor plugin\n\nIn Cursor chat, add this repository as a plugin:\n\n```bash\n/add-plugin database-skills\n```\n\n## Available Skills\n\n### mysql\n\nPlan and review MySQL/InnoDB schema, indexing, query tuning, transactions, and operations. Use when creating or modifying MySQL tables, indexes, or queries; diagnosing slow or locking behavior; planning migrations; or troubleshooting replication and connection issues.\n\n### neki\n\nOverview and guidance for Neki, PlanetScale's sharded Postgres product. Use when working with Neki-related tasks or evaluating how to scale and shard Postgres.\n\n### postgres\n\nPostgreSQL best practices, query optimization, connection troubleshooting, and performance insights for PlanetScale Postgres. Use when working with PlanetScale PostgreSQL databases — schema design, indexing, MVCC/VACUUM, WAL tuning, replication, monitoring, or PlanetScale-specific features like connection pooling and CLI insights.\n\n### vitess\n\nVitess best practices, query optimization, and connection troubleshooting for PlanetScale Vitess databases. Use when working with sharding, VSchema configuration, keyspace management, online DDL, VReplication, or MySQL-compatible scaling issues.\n\n## Repo Structure\n\n```\ndatabase-skills/\n├── .cursor-plugin/\n│   └── plugin.json\n├── README.md\n└── skills/\n    ├── mysql/\n    │   ├── SKILL.md\n    │   └── references/\n    ├── neki/\n    │   ├── SKILL.md\n    │   └── references/\n    ├── postgres/\n    │   ├── SKILL.md\n    │   └── references/\n    └── vitess/\n        ├── SKILL.md\n        └── references/\n```\n\nEach skill is a sub-directory under `skills/` containing:\n\n- **SKILL.md** — Required. Instructions, triggers, and workflow for the skill.\n- **references/** — Optional. Supporting documents loaded into context as needed.\n\n## Contributing\n\n1. Fork this repo\n2. Create a new skill directory under `skills/`\n3. Add a `SKILL.md` and optional `references/`\n4. Submit a PR\n",
  "bytes": 2273,
  "sha": "1978db155c1e472d64fe10cd8f79029ebb8935883b420256935c62b6c92114da",
  "repo_slug": "planetscale/database-skills",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/skl_planetscale_database_skills_neki_43f3ae03/readme"
}