← All plugins
database-recovery-manager
v1.26.0Database plugin for database-recovery-manager
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-recovery-manager/ inside the repository.
Layout
plugins/database/database-recovery-manager/
├── .claude-plugin/plugin.json└── skills/managing-database-recovery/SKILL.md
Skills1
managing-database-recoveryskills/managing-database-recovery/SKILL.md
Process use when you need to work with database operations. This skill provides database management and optimization with comprehensive guidance and automation. Trigger with phrases like "manage database", "optimize database", or "configure database".
Manifests1
plugins/database/database-recovery-manager/.claude-plugin/plugin.json
{
"name": "database-recovery-manager",
"version": "1.26.0",
"description": "Database plugin for database-recovery-manager",
"author": {
"name": "Claude Code Plugins",
"email": "[email protected]"
},
"repository": "https://github.com/jeremylongshore/claude-code-plugins",
"license": "MIT",
"keywords": [
"database",
"backend",
"recovery",
"agent-skills"
]
}