Agent skill
database-migration-create
Safely creates database migrations
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/database-migration-create
SKILL.md
Procedure
- Analyze the schema change requirement.
- Write the SQL migration file (UP and DOWN if needed).
- Review for locking issues or data loss risks.
- Update ORM definitions/types.
- Apply migration locally to verify.
Didn't find tool you were looking for?