← All plugins
database-migration-manager
v1.23.0Manage database migrations with version control, rollback capabilities, and automated schema evolution tracking
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-migration-manager/ inside the repository.
Layout
plugins/database/database-migration-manager/
├── .claude-plugin/plugin.json└── skills/managing-database-migrations/SKILL.md
Skills1
managing-database-migrationsskills/managing-database-migrations/SKILL.md
Process use when you need to work with database migrations. This skill provides schema migration management with comprehensive guidance and automation. Trigger with phrases like "create migration", "run migrations", or "manage schema versions".
Manifests1
plugins/database/database-migration-manager/.claude-plugin/plugin.json
{
"name": "database-migration-manager",
"version": "1.23.0",
"description": "Manage database migrations with version control, rollback capabilities, and automated schema evolution tracking",
"author": {
"name": "Claude Code Plugins",
"email": "[email protected]"
},
"repository": "https://github.com/jeremylongshore/claude-code-plugins",
"license": "MIT",
"keywords": [
"database",
"migration",
"schema",
"version-control",
"backend",
"agent-skills"
]
}