Convex Migrations
Convex Migrations helps efficiently move data between different data formats and systems, streamlining your workflow and improving data consistency.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add convex-migrations npx -- -y @trustedskills/convex-migrations
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"convex-migrations": {
"command": "npx",
"args": [
"-y",
"@trustedskills/convex-migrations"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill automates database migrations within a Convex application. It allows you to manage schema changes and data transformations in a controlled, versioned manner, ensuring consistency across your development and production environments. The tool simplifies complex updates by generating migration files and executing them against your Convex project's database.
When to use it
- You need to update the structure of your Convex database (e.g., adding new collections or fields).
- You want to perform data transformations during a deployment, such as renaming fields or converting data types.
- Your team is collaborating on a Convex project and needs a standardized way to manage schema changes.
- You are deploying updates to production environments and require a reliable process for database migrations.
Key capabilities
- Automated migration file generation
- Versioned migration history
- Database schema updates
- Data transformation support within migrations
Example prompts
- "Generate a new migration to add an 'email' field to the 'users' collection."
- "Run all pending migrations against my development database."
- "Show me the last 5 migrations that were applied."
Tips & gotchas
- Requires a Convex project setup. Ensure your environment is correctly configured before using this skill.
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.