vouchington-database
v0.1.0Portable PostgreSQL schema and performance guidance.
By VouchingtonLicense: MIT0 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Codex, Claude Code, and Agent Plugins
- Parsed components
- 2 skill or MCP entries
- Source updated
- Aug 30, 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 plugin
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add vouchington-database@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
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/vouchington/vouchington-toolingClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/vouchington-database/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── plugin.json├── skills/postgres-node-performance-tuning/SKILL.md└── skills/postgres-partitioning-uuid-v7/SKILL.md
Included Skills2
Diagnose and improve PostgreSQL performance in Node.js applications with large data volumes.
Design PostgreSQL partitions and indexes that use time-ordered UUIDv7 identifiers efficiently.
Plugin manifests3
{
"name": "vouchington-database",
"version": "0.1.0",
"description": "Portable PostgreSQL schema and performance guidance.",
"author": {
"name": "Vouchington",
"url": "https://github.com/vouchington"
},
"homepage": "https://github.com/vouchington/vouchington-tooling",
"repository": "https://github.com/vouchington/vouchington-tooling",
"license": "MIT",
"skills": "./skills/",
"interface": {
"displayName": "Database foundations",
"shortDescription": "Portable PostgreSQL guidance.",
"longDescription": "Reusable PostgreSQL guidance for Node.js performance, UUIDv7 partitioning, migration safety, and data lifecycle design.",
"developerName": "Vouchington",
"category": "Productivity",
"capabilities": [],
"defaultPrompt": [
"Use the repository's local database policy with this guidance."
]
}
}{
"name": "vouchington-database",
"version": "0.1.0",
"description": "Portable PostgreSQL schema and performance guidance.",
"author": {
"name": "Vouchington"
},
"skills": "./skills/"
}{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "vouchington-database",
"version": "0.1.0",
"description": "Portable PostgreSQL schema and performance guidance.",
"author": {
"name": "Vouchington"
},
"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.
[vouchington-database on Agent Plugins Marketplace](https://pluginsmp.com/plugins/vouchington-database)