dev-toolings/superpowers-symfony
Plugin Claude Code
Plugin marketplace listing 1 plugin: superpowers-symfony.
dev-toolings/superpowers-symfony
Plugin Claude Code
Plugin marketplace listing 1 plugin: superpowers-symfony.
dev-toolings/superpowers-symfony
Plugin Claude Code
A Symfony-focused toolkit for Claude Code providing TDD (Pest/PHPUnit), Doctrine ORM, API Platform, Messenger, Voters, quality checks (PHP-CS-Fixer/PHPStan), and pragmatic architecture patterns - Docker Compose and Symfony Docker (FrankenPHP) compatible.
dev-toolings/superpowers-symfony
Agent
Creates and configures API Platform resources with operations, DTOs, state providers, processors, and security. Handles full resource scaffolding from entity to tested API endpoint. Use for building APIs, creating resources, or configuring API Platform.
dev-toolings/superpowers-symfony
Agent
Designs Doctrine entity schemas, relationships, and migration strategies. Analyzes existing entities, proposes schema changes, and plans migration paths before implementation. Use for entity design, relationship modeling, or migration planning.
dev-toolings/superpowers-symfony
Agent
Read-only performance audit of Doctrine usage: N+1 queries, fetch modes, batch processing, missing indexes, and caching opportunities. Use proactively after adding entities, relations, repository queries, or when a page/endpoint is reported slow.
dev-toolings/superpowers-symfony
Agent
Implements Symfony application code following framework best practices, drawing on the superpowers-symfony skill library. Use for general Symfony coding — controllers, services, dependency injection, value objects/DTOs, forms, Twig components, configuration — when no more specialized agent (api-platform-builder…
dev-toolings/superpowers-symfony
Agent
Reviews Symfony code for quality, architecture, and best practices. Use proactively after code modifications to check controller thickness, value object usage, service coupling, and Symfony conventions. Triggers on code review, quality audit, or architecture check requests.
dev-toolings/superpowers-symfony
Agent
Read-only security audit of Symfony authentication and authorization: firewalls, accesscontrol, voters, API Platform security, rate limiting, CSRF, password hashing, and input validation. Use proactively after changes to security.yaml, voters, controllers, forms, or API resources.
dev-toolings/superpowers-symfony
Agent
Guides TDD workflow for Symfony projects using Pest PHP or PHPUnit. Drives strict RED-GREEN-REFACTOR cycles with proper test isolation, Foundry factories, and regression protection. Use when writing tests, adding test coverage, or practicing TDD.
dev-toolings/superpowers-symfony
Command
Start a structured brainstorming session for Symfony project features and architecture.
dev-toolings/superpowers-symfony
Command
Execute an implementation plan methodically with TDD and continuous validation.
dev-toolings/superpowers-symfony
Command
Configure API Platform resources with operations and pagination.
dev-toolings/superpowers-symfony
Command
Implement caching strategies using Symfony Cache component.
dev-toolings/superpowers-symfony
Command
Run all quality checks (PHP-CS-Fixer, PHPStan, tests) on the Symfony project.
dev-toolings/superpowers-symfony
Command
Guide for implementing Doctrine entity relationships (OneToMany, ManyToMany).
dev-toolings/superpowers-symfony
Command
Create test fixtures using Foundry factories for realistic test data.
dev-toolings/superpowers-symfony
Command
Implement async message handling with Symfony Messenger.
dev-toolings/superpowers-symfony
Command
Create and manage Doctrine migrations for database schema changes.
dev-toolings/superpowers-symfony
Command
Start a TDD workflow using Pest PHP for Symfony with RED-GREEN-REFACTOR cycle.
dev-toolings/superpowers-symfony
Command
Start a TDD workflow using PHPUnit for Symfony with RED-GREEN-REFACTOR cycle.
dev-toolings/superpowers-symfony
Command
Implement authorization logic using Symfony Voters.
dev-toolings/superpowers-symfony
Command
Create a structured implementation plan for a Symfony feature.
dev-toolings/superpowers-symfony
Hook
Runs when a session starts on startup, resume, clear and compact, executing session-start.sh. From dev-toolings/superpowers-symfony.
dev-toolings/superpowers-symfony
Skill Claude CodeCodex
Map entities to API DTOs in API Platform v4 with the Symfony Object Mapper (#[Map], stateOptions) for decoupled input/output contracts.