Database Skills for AI Agents
Make your agents smarter when working with Postgres, MySQL, Vitess, and Neki databases.
Install
$ npx skills add planetscale/database-skills
Available Skills
Postgres is a powerful open-source relational database known for SQL excellent performance, a strong extension ecosystem, and rich indexing capabilities.
MySQL is a widely used relational database built for speed and reliability. Use for transactional workloads and high-concurrency applications.
Vitess is a scaling and sharding layer for MySQL that adds routing, connection management, and horizontal partitioning so large datasets can run as one logical database.
Neki is PlanetScale's sharded PostgreSQL platform, designed to scale Postgres across many nodes while preserving familiar Postgres capabilities for high-growth applications.
Works With
Repo Structure
database-skills/ ├── README.md └── skills/ ├── postgres/ │ ├── SKILL.md │ └── references/ ├── mysql/ │ ├── SKILL.md │ └── references/ ├── vitess/ │ ├── SKILL.md │ └── references/ └── neki/ ├── SKILL.md └── references/
Contributing
skills/SKILL.md and optional references/