This runs `npx medusa db:migrate` for you and reports back what happened. You'd use it when you need to apply pending Medusa database migrations without leaving your Claude conversation. It handles the command execution and gives you a formatted summary of how many migrations ran and whether anything broke. Honestly, it's a thin wrapper around a single command, but if you're already chatting with Claude about your Medusa project and need to migrate your database, it saves you a context switch. The real value is keeping everything in one workflow rather than jumping to your terminal.
npx skills add https://github.com/medusajs/medusa-agent-skills --skill db-migrate