From superpowers-symfony
Optimizes Doctrine entity fetching with DTO hydration, lazy loading, query hints, and DBAL 4 access. Use when tuning ORM performance or schema evolution.
How this skill is triggered — by the user, by Claude, or both
Slash command
/superpowers-symfony:doctrine-fetch-modesThis 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-symfonyDefine Doctrine entity relationships (OneToMany, ManyToMany, ManyToOne) with cascade, orphan removal, and multiple entity managers while preventing N+1 queries.
Master JPA/Hibernate - entity design, queries, transactions, performance optimization
Provides JPA/Hibernate patterns for Spring Boot entity design, associations with N+1 prevention, repositories, transactions, auditing, pagination, indexing, performance tuning, and HikariCP pooling. Useful for data layer development and optimization.