{"id":45764141,"url":"https://github.com/planetscale/database-skills","last_synced_at":"2026-02-28T16:04:44.277Z","repository":{"id":339218459,"uuid":"1160983409","full_name":"planetscale/database-skills","owner":"planetscale","description":"Skills for AI agents working with databases","archived":false,"fork":false,"pushed_at":"2026-02-18T19:00:08.000Z","size":661,"stargazers_count":20,"open_issues_count":1,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-18T19:35:52.203Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://database-skills.preview.planetscale.com","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/planetscale.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-18T15:48:22.000Z","updated_at":"2026-02-18T19:26:55.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/planetscale/database-skills","commit_stats":null,"previous_names":["planetscale/database-skills"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/planetscale/database-skills","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/planetscale%2Fdatabase-skills","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/planetscale%2Fdatabase-skills/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/planetscale%2Fdatabase-skills/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/planetscale%2Fdatabase-skills/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/planetscale","download_url":"https://codeload.github.com/planetscale/database-skills/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/planetscale%2Fdatabase-skills/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29941813,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-28T13:49:17.081Z","status":"ssl_error","status_checked_at":"2026-02-28T13:48:50.396Z","response_time":90,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-02-26T00:00:39.349Z","updated_at":"2026-02-28T16:04:44.268Z","avatar_url":"https://github.com/planetscale.png","language":"HTML","funding_links":[],"categories":["HTML"],"sub_categories":[],"readme":"# 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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplanetscale%2Fdatabase-skills","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fplanetscale%2Fdatabase-skills","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplanetscale%2Fdatabase-skills/lists"}