← All plugins
fairdb-ops-manager
v1.12.0Comprehensive operations manager for FairDB managed PostgreSQL service - SOPs, incident response, monitoring, and automation
Claude Code
by Intent Solutions IOMIT2.6kupdated 10 hours ago
Source
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/community/fairdb-ops-manager/ inside the repository.
Layout
plugins/community/fairdb-ops-manager/
└── .claude-plugin/plugin.json
Manifests1
plugins/community/fairdb-ops-manager/.claude-plugin/plugin.json
{
"name": "fairdb-ops-manager",
"version": "1.12.0",
"description": "Comprehensive operations manager for FairDB managed PostgreSQL service - SOPs, incident response, monitoring, and automation",
"author": {
"name": "Intent Solutions IO",
"email": "jeremy@intentsolutions.io"
},
"repository": "https://github.com/jeremylongshore/claude-code-plugins",
"license": "MIT",
"keywords": [
"database",
"postgresql",
"devops",
"operations",
"monitoring",
"backup",
"incident-response",
"sop",
"managed-services"
]
}