medusajs/medusa-agent-skills2.7k installs
db-migrate
Run database migrations in Medusa
How do I install this agent skill?
npx skills add https://github.com/medusajs/medusa-agent-skills --skill db-migrateIs this agent skill safe to install?
- Gen Agent Trust Hubpass
This skill provides a standard interface for running database migrations using official Medusa CLI commands. No security risks or malicious patterns were identified.
- Socketpass
No alerts
- Snykpass
Risk: LOW · No issues
- Runlayerwarn
1/1 file flagged
- ZeroLeakspass
Score: 93/100 · 2 sections analyzed
What does this agent skill do?
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
How can the creator link this skill?
Add the canonical catalog link to the repository README so users can inspect current installs and available audits. The publishing guide covers the complete discovery path.
<a href="https://skillzs.dev/skills/medusajs/medusa-agent-skills/db-migrate">View db-migrate on skillZs</a>