Introducing VillageSQL: A New Path for MySQL in the Agentic AI Era

Subscribe to get updates

Agent Skills

Reusable development workflows that run inside your AI coding agent. Install once, run by name.

curl -sSL https://villagesql.com/skills | bash

/vsql-extension-builder

Give it a PostgreSQL extension to port, or describe the extension you want to build. The skill handles requirements, design, implementation, testing, and documentation — end to end.

Examples:

  • "Build a PostgreSQL-compatible citext type — case-insensitive text that preserves original casing."
  • "Port hstore from PostgreSQL."
  • "Implement a webhook function that makes HTTP GET requests and returns JSON responses."

Requires a local VillageSQL server install with a compiled build directory. New to VillageSQL? Install the server →

Get started

Install the skills package, then open your agent and run

1. Install skills

Claude Code, Codex, Cursor, Antigravity, and more

curl -sSL https://villagesql.com/skills | bash

2. Run in your agent

Open Claude Code (or any supported agent) and type the skill name

/vsql-extension-builder

Skills are open source

Browse the source, contribute a skill, or file an issue.

View on GitHub