Agent Plugins Marketplace
All plugins

vouchington-database

v0.1.0

Portable PostgreSQL schema and performance guidance.

CodexClaude CodeAgent Plugins2 Skills

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

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add vouchington-database@agent-plugin-marketplace

Paste 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-tooling

Clone 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

plugins/vouchington-database/
├── .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

postgres-node-performance-tuningskills/postgres-node-performance-tuning/SKILL.md

Diagnose and improve PostgreSQL performance in Node.js applications with large data volumes.

postgres-partitioning-uuid-v7skills/postgres-partitioning-uuid-v7/SKILL.md

Design PostgreSQL partitions and indexes that use time-ordered UUIDv7 identifiers efficiently.

Plugin manifests3

plugins/vouchington-database/.codex-plugin/plugin.json
{
  "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."
    ]
  }
}
plugins/vouchington-database/.claude-plugin/plugin.json
{
  "name": "vouchington-database",
  "version": "0.1.0",
  "description": "Portable PostgreSQL schema and performance guidance.",
  "author": {
    "name": "Vouchington"
  },
  "skills": "./skills/"
}
plugins/vouchington-database/plugin.json
{
  "$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/"
}

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)