Database Migration
Helps with database, migration as part of working with databases and data persistence workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add rmyndharis-database-migration npx -- -y @trustedskills/rmyndharis-database-migration
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"rmyndharis-database-migration": {
"command": "npx",
"args": [
"-y",
"@trustedskills/rmyndharis-database-migration"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill automates the process of migrating databases, handling schema changes and data transfers between different database systems. It supports various database types and versions, minimizing manual intervention and potential errors during migrations. The tool focuses on ensuring data integrity and reducing downtime throughout the migration lifecycle.
When to use it
- You need to move a database from one provider (e.g., MySQL Atlas) to another (e.g., PostgreSQL Neon).
- You're upgrading your database version and require automated schema and data updates.
- You want to consolidate multiple databases into a single, unified system.
- You are performing a disaster recovery operation that requires restoring a database to a new location.
Key capabilities
- Schema conversion between different database types
- Data transfer with integrity checks
- Support for various database versions
- Automated migration scripts generation
Example prompts
- "Migrate my MySQL database from Atlas to PostgreSQL Neon, ensuring all data is transferred."
- "Upgrade the schema of my Postgres database from version 12 to 14 and migrate the data."
- “Generate a migration script to consolidate two separate MySQL databases into one.”
Tips & gotchas
- Ensure you have appropriate credentials and access permissions for both source and destination databases.
- Large datasets might require significant processing time; plan accordingly.
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.