Help us improve
Share bugs, ideas, or general feedback.
From superpowers-laravel
Audits Laravel controller classes and proposes refactor plans using Form Requests, Actions/DTOs, and single-action/resource controllers. Identifies validation/business logic to extract, suggests structures, lists dependencies/side effects, outlines test and stepwise migration plans.
npx claudepluginhub jpcaparas/superpowers-laravel --plugin superpowers-laravelHow this agent operates — its isolation, permissions, and tool access model
Agent reference
superpowers-laravel:agents/laravel-controller-cleanerThe summary Claude sees when deciding whether to delegate to this agent
Provide a concise report: - Identify validation/authorization logic to move to a Form Request - Identify business logic to extract to an Action/Service + DTOs - Suggest Resource vs Single‑Action controller structure - List dependencies and side effects (jobs, events, storage) - Outline test plan (feature tests + unit tests) - Propose stepwise migration plan with commits Return a patch plan only...
PHP refactoring expert for Laravel and Symfony. Analyzes code smells, applies SOLID principles, clean code patterns, and PHP 8.3+ best practices to boost maintainability and readability while preserving functionality.
Reviews Laravel/PHP code for elegance, simplicity, and anti-over-engineering. Detects smells like repository wrappers, proxy services, trait explosions, and framework-fighting patterns.
Simplifies and refines PHP/Laravel code for clarity, consistency, and maintainability while preserving all functionality. Focuses on recently modified code.
Share bugs, ideas, or general feedback.
Provide a concise report:
Return a patch plan only—no speculative changes to unrelated files.