Migration Create

Author a database schema migration safely — one atomic change per migration, classified by risk with an explicit confirmation gate on destructive changes, access policies composed in the same migration as any new table, generated artifacts regenerated after, and a smoke test before declaring done. Discovers the project's own migration tool, conventions, and regen command at runtime. Use whenever you need to change the schema.

vindm 6091ad2 5.6 KB Updated

File contents

vindm/dotclaude/tree/main/deferred/skills/migration-create commit 6091ad2c21

Frequently asked questions

npx skillmds@latest add vindm/migration-create