From superpowers-symfony
Creates and manages Doctrine migrations (lib 4.x) for schema versioning, handling dependencies, rollbacks, and production deployment in Symfony projects.
How this skill is triggered — by the user, by Claude, or both
Slash command
/superpowers-symfony:doctrine-migrationsThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
- Designing entity relations or schema evolution.
reference.mddocs/complexity-tiers.mdnpx claudepluginhub makfly/superpowers-symfony --plugin superpowers-symfonyHandles Doctrine transaction management including ORM 3 wrapInTransaction, optimistic/pessimistic locking, flush strategies, and transaction boundaries.
Generates safe, reversible database migrations from schema diffs and model changes for PostgreSQL, MySQL, Prisma, Django, Rails, Laravel.
Creates, validates, executes, and rolls back schema migrations for PostgreSQL, MySQL, MongoDB using Flyway, Alembic, Prisma, Knex.