
Db Migrate
Apply pending Medusa ORM migrations safely via the official CLI and report results to you.
Install
npx skills add https://github.com/medusajs/medusa-agent-skills --skill db-migrateWhat is this skill?
- Runs exactly `npx medusa db:migrate` through the allowed Bash tool scope
- Reports number of migrations applied and surfaces CLI errors
- Confirms success explicitly after the command finishes
- Scoped to Medusa migration subcommands only (no ad-hoc SQL)
Adoption & trust: 1.5k installs on skills.sh; 185 GitHub stars; 3/3 security scanners passed (skills.sh audits).
Recommended Skills
Supabase Postgres Best Practicessupabase/agent-skills
Lark Baselarksuite/cli
Convex Migration Helperget-convex/agent-skills
Neon Postgresneondatabase/agent-skills
Firebase Firestore Standardfirebase/agent-skills
Postgresql Table Designwshobson/agents
Journey fit
Common Questions / FAQ
Is Db Migrate safe to install?
skills.sh reports 3 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.
SKILL.md
READMESKILL.md - Db Migrate
# Run Database Migrations Execute the Medusa database migration command to apply pending migrations. Use the Bash tool to execute: `npx medusa db:migrate` Report the migration results to the user, including: - Number of migrations applied - Any errors that occurred - Success confirmation