Agent Skills: database-migration-create

Safely creates database migrations

UncategorizedID: cpa03/blueprintify/database-migration-create

Install this agent skill to your local

pnpm dlx add-skill https://github.com/cpa03/blueprintify/tree/HEAD/.opencode/skill/database-migration-create

Skill Files

Browse the full folder contents for database-migration-create.

Download Skill

Loading file tree…

.opencode/skill/database-migration-create/SKILL.md

Skill Metadata

Name
database-migration-create
Description
Safely creates database migrations

Procedure

  1. Analyze the schema change requirement.
  2. Write the SQL migration file (UP and DOWN if needed).
  3. Review for locking issues or data loss risks.
  4. Update ORM definitions/types.
  5. Apply migration locally to verify.