villagesql
v1.0.0Skills for VillageSQL including building extensions from scratch and porting PostgreSQL extensions to VillageSQL.
License: Apache-2.01.1k GitHub starsUpdated 2 days ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 22, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install villagesql for Codex
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add villagesql@awesome-codex-pluginsPaste and run these commands in a terminal with Codex. They add and refresh the awesome-codex-plugins catalog, then install this plugin.
Compatibility: the page URL and API slug “villagesql” remain stable.
- Codex:
villagesql@agent-plugin-marketplace→villagesql@awesome-codex-plugins
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/hashgraph-online/awesome-codex-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/villagesql/villagesql-skills/.
Plugin files
├── .codex-plugin/plugin.json├── skills/vsql-extension-builder/SKILL.md└── skills/vsql-install-server/SKILL.md
Included Skills2
Build a VillageSQL extension end-to-end using the 7-phase persona-driven workflow: requirements, feasibility, scaffold, implementation, CTO review, UAT, and documentation. Supports C++ (default) and Rust implementations. Discovers the current VEF API from live SDK sources during Phase 1 feasibility and Phase 2 bootstrap — no hardcoded API names. Works from any directory.
Get a working VillageSQL server on this machine and prove it works — choose an install path (installer, Docker, or source), start the server, connect, load a bundled extension, and call one of its functions. Also covers reconnecting to a server that is already running. Use before vsql-extension-builder, or any time a VillageSQL server is needed and none is confirmed working.
Plugin manifests1
{
"name": "villagesql",
"version": "1.0.0",
"description": "Skills for VillageSQL including building extensions from scratch and porting PostgreSQL extensions to VillageSQL.",
"repository": "https://github.com/villagesql/villagesql-skills",
"license": "Apache-2.0",
"keywords": [
"villagesql",
"mysql",
"extensions",
"database",
"developer-tools"
],
"interface": {
"displayName": "VillageSQL Skills",
"shortDescription": "Skills for VillageSQL including building extensions from scratch and porting PostgreSQL extensions to VillageSQL.",
"developerName": "VillageSQL",
"category": "Developer Tools",
"capabilities": [
"Interactive",
"Read",
"Write"
],
"websiteURL": "https://villagesql.com",
"brandColor": "#CC66FF",
"composerIcon": "./assets/icon.png",
"logo": "./assets/icon.png"
},
"skills": "./skills/"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[villagesql on Agent Plugins Marketplace](https://pluginsmp.com/plugins/villagesql)