
Db Generate
- 15 installs
- 207 repo stars
- Updated July 31, 2026
- medusajs/medusa-claude-plugins
This is a copy of db-generate by medusajs - installs and ranking accrue to the original listing.
Helps with ai & agent building tasks.
About
db-generate is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.
- db-generate
- AI & Agent Building
- AI-coding skill
Db Generate by the numbers
- 15 all-time installs (skills.sh)
- +1 installs in the week ending Aug 4, 2026 (Skillselion tracking)
- Data as of Aug 4, 2026 (Skillselion catalog sync)
npx skills add https://github.com/medusajs/medusa-claude-plugins --skill db-generateAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 15 |
|---|---|
| repo stars | ★ 207 |
| Last updated | July 31, 2026 |
| Repository | medusajs/medusa-claude-plugins ↗ |
What it does
Helps with ai & agent building tasks.
Files
Generate Database Migrations
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:
- The module name for which migrations were generated
- Migration file name or location
- Any errors or warnings
- Next steps (running
npx medusa db:migrateto apply the migrations)