Axiom 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 axiom-database-migration npx -- -y @trustedskills/axiom-database-migration
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"axiom-database-migration": {
"command": "npx",
"args": [
"-y",
"@trustedskills/axiom-database-migration"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
The axiom-database-migration skill enables AI agents to execute database schema changes directly within the Axiom platform. It facilitates the safe evolution of data structures by generating and applying migration scripts without requiring manual intervention or external tooling.
When to use it
- Updating column types or adding new fields to existing tables as application requirements grow.
- Refactoring legacy database schemas to align with modern coding standards or performance needs.
- Automating routine maintenance tasks like index creation or constraint enforcement across distributed environments.
- Ensuring consistent schema versions between development, staging, and production databases.
Key capabilities
- Direct execution of migration commands within the Axiom environment.
- Automated generation of SQL scripts for structural changes.
- Support for complex schema modifications including column additions, removals, and type alterations.
- Integration with existing Axiom workflows to streamline deployment pipelines.
Example prompts
- "Create a migration script to add an
email_verifiedboolean column to theuserstable." - "Refactor the
orderstable schema to include a newstatus_historyJSONB field for audit tracking." - "Generate and apply a migration that renames the
customer_idcolumn toaccount_idacross all related tables."
Tips & gotchas
Ensure your Axiom instance has write permissions on the target database before initiating migrations. Always test generated scripts in a staging environment first, as schema changes can impact existing data integrity if not handled carefully.
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.