← All plugins
database-replication-manager
v1.28.0Manage database replication, failover, and high availability configurations
Claude Code1 skill
by Claude Code PluginsMIT2.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/database/database-replication-manager/ inside the repository.
Layout
plugins/database/database-replication-manager/
├── .claude-plugin/plugin.json└── skills/managing-database-replication/SKILL.md
Skills1
managing-database-replicationskills/managing-database-replication/SKILL.md
Process use when you need to work with database scalability. This skill provides replication and sharding with comprehensive guidance and automation. Trigger with phrases like "set up replication", "implement sharding", or "scale database".
Manifests1
plugins/database/database-replication-manager/.claude-plugin/plugin.json
{
"name": "database-replication-manager",
"version": "1.28.0",
"description": "Manage database replication, failover, and high availability configurations",
"author": {
"name": "Claude Code Plugins",
"email": "[email protected]"
},
"repository": "https://github.com/jeremylongshore/claude-code-plugins",
"license": "MIT",
"keywords": [
"replication",
"high-availability",
"failover",
"database",
"devops",
"agent-skills"
]
}