Db Migration
Seamlessly migrate database schemas and data between platforms using hiromaily's db-migration AI agent.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add db-migration npx -- -y @trustedskills/db-migration
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"db-migration": {
"command": "npx",
"args": [
"-y",
"@trustedskills/db-migration"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill automates database migrations, allowing you to safely and reliably update your database schema. It handles creating new tables, modifying existing ones, and managing data transformations with minimal manual intervention. This ensures consistency and reduces the risk of errors during deployments or updates.
When to use it
- You need to apply a series of changes to your database schema (e.g., adding a new column).
- You're deploying an application update that requires database modifications.
- You want to automate the process of rolling back database migrations if issues arise.
- Your team follows a version-controlled approach to database schema evolution.
Key capabilities
- Automated migration execution
- Database schema modification (create, alter, drop)
- Data transformation during migrations
- Rollback functionality for failed migrations
Example prompts
- "Run the latest database migrations."
- "Apply migration version 202310271430."
- "Revert to the previous database state."
Tips & gotchas
- Ensure your database connection details are correctly configured before using this skill.
- Review migration scripts carefully before execution, especially in production environments.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.