From superpowers-symfony
Handles Doctrine transaction management including ORM 3 wrapInTransaction, optimistic/pessimistic locking, flush strategies, and transaction boundaries.
How this skill is triggered — by the user, by Claude, or both
Slash command
/superpowers-symfony:doctrine-transactionsThis 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-symfonyCreates and manages Doctrine migrations (lib 4.x) for schema versioning, handling dependencies, rollbacks, and production deployment in Symfony projects.
ACID properties, isolation levels, locks, deadlocks, and transaction design.
Provides ORM best practices for Drizzle and Prisma: N+1 prevention, migrations, transactions, batch operations, and query optimization. Useful for reviewing database queries and schemas.