OverviewHistoryStatsSecurity
npx skills add ...
Documentation
SKILL.md
npx skills add medusajs/medusa-claude-plugins --skill db-generate
Generate database migrations for a Medusa module
This repo is now called medusajs/medusa-agent-skills. Both names install the same content, but the install count here only covers this one.
npx skills add medusajs/medusa-claude-plugins --skill db-generate
Generate database migrations for the specified Medusa module.
The user will provide the module name as an argument (e.g., brand, product, custom-module).
For example: /medusa-dev:db-generate brand
Use the Bash tool to execute the command npx medusa db:generate <module-name>, replacing <module-name> with the provided argument.
Report the results to the user, including:
npx medusa db:migrate to apply the migrations)