django-safe-migration

Installation
SKILL.md

Django Migration — Zero Downtime

Project Configuration

Read the active host's project instruction file (for example, AGENTS.md or CLAUDE.md) for the values below. If they are not set, use the defaults shown.

Key Default Notes
Django version unknown Affects db_default availability — only Django 5.0+ supports it
Deploy strategy rolling deploy Rolling deploy is the most restrictive; blue/green or maintenance-window deploys allow more operations
Runtime guard none If a guard is configured (e.g. django-pg-zero-downtime-migrations), operations it blocks are Errors; uncovered operations are Warnings
Migration command python manage.py sqlmigrate e.g. make sqlmigrate or docker compose run web python manage.py sqlmigrate
Docs / wiki URL none If set, append #<anchor> links when flagging issues in review output

To configure this skill for your project, add a section like this to the active host's project instruction file:

Installs
217
GitHub Stars
129
First Seen
May 15, 2026
django-safe-migration — vintasoftware/django-ai-plugins