From superpowers-symfony
Refactors fat Symfony controllers into lean ones by extracting business logic to services, handlers, and invokable commands.
How this skill is triggered — by the user, by Claude, or both
Slash command
/superpowers-symfony:controller-cleanupThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
- Refining architecture/workflows/context handling in Symfony projects.
reference.mddocs/complexity-tiers.mdnpx claudepluginhub makfly/superpowers-symfony --plugin superpowers-symfonyGuides Symfony project workflows, architecture refinements, and safe change execution with checkpoints and validation.
Provides Symfony framework reference with architecture patterns, DDD integration, clean architecture checklists, common violations, and antipatterns for auditing PHP projects.
Reduces Laravel controller bloat by moving auth/validation to Form Requests, extracting logic to Actions/Services with DTOs, and using resource/single-action controllers. Useful for refactoring bloated controllers.