From medusa-dev
Generates database migrations for Medusa modules using npx medusa db:generate <module-name>. Reports module name, migration file details, errors, warnings, and next steps like npx medusa db:migrate.
npx claudepluginhub adaptive-machines/medusa-agent-skills --plugin medusa-devThis skill is limited to using the following tools:
Generate database migrations for the specified Medusa module.
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
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)