dev-toolings/superpowers-symfony
45 agent markdown files indexed from dev-toolings/superpowers-symfony. Install any of them pinned to an exact hash with mdr add dev-toolings/superpowers-symfony/<name>.
git:20260917.3d83f4c · audit A · 216 stars
api-platform-dto-resources skill
dev-toolings/superpowers-symfony · content/skills/api-platform-dto-resources/SKILL.md · Map entities to API DTOs in API Platform v4 with the Symfony Object Mapper (#[Map], stateOptions) for decoupled…
git:20260917.3d83f4c · audit A · 216 stars
api-platform-filters skill
dev-toolings/superpowers-symfony · content/skills/api-platform-filters/SKILL.md · Implement API Platform filters - v4 Parameters API (QueryParameter) and legacy #[ApiFilter] - for search, date, range…
git:20260917.3d83f4c · audit A · 216 stars
api-platform-resources skill
dev-toolings/superpowers-symfony · content/skills/api-platform-resources/SKILL.md · Configure API Platform v4 resources with explicit operations, pagination, and typed OpenAPI for clean, versioned…
git:20260917.3d83f4c · audit A · 216 stars
api-platform-security skill
dev-toolings/superpowers-symfony · content/skills/api-platform-security/SKILL.md · Secure API Platform resources with security expressions, voters, securityPostValidation, and operation-level access…
git:20260917.3d83f4c · audit A · 216 stars
api-platform-serialization skill
dev-toolings/superpowers-symfony · content/skills/api-platform-serialization/SKILL.md · Control API Platform serialization with groups, #[Context], IRI links (readableLink/writableLink), and custom context…
git:20260917.3d83f4c · audit A · 216 stars
api-platform-state-providers skill
dev-toolings/superpowers-symfony · content/skills/api-platform-state-providers/SKILL.md · Master API Platform v4 State Providers and Processors (ProviderInterface/ProcessorInterface) to decouple data retrieval…
git:20260917.3d83f4c · audit A · 216 stars
api-platform-tests skill
dev-toolings/superpowers-symfony · content/skills/api-platform-tests/SKILL.md · Test API Platform resources with ApiTestCase; assert collections, items, filters, JSON schema, and authentication
git:20260917.3d83f4c · audit A · 216 stars
api-platform-versioning skill
dev-toolings/superpowers-symfony · content/skills/api-platform-versioning/SKILL.md · Evolve API Platform APIs via deprecation (deprecationReason/sunset, RFC 8594/9745), the recommended alternative to…
git:20260917.3d83f4c · audit A · 216 stars
bootstrap-check skill
dev-toolings/superpowers-symfony · content/skills/bootstrap-check/SKILL.md · Verify Symfony project configuration including .env, services.yaml, doctrine settings, and framework requirements
git:20260917.3d83f4c · audit A · 216 stars
brainstorming skill
dev-toolings/superpowers-symfony · content/skills/brainstorming/SKILL.md · Structured brainstorming for Symfony projects - explore requirements, identify components, and plan architecture…
git:20260917.3d83f4c · audit A · 216 stars
config-env-parameters skill
dev-toolings/superpowers-symfony · content/skills/config-env-parameters/SKILL.md · Manage Symfony configuration with .env files, parameters, secrets vault, and environment-specific settings
git:20260917.3d83f4c · audit A · 216 stars
controller-cleanup skill
dev-toolings/superpowers-symfony · content/skills/controller-cleanup/SKILL.md · Refactor fat controllers into lean ones by extracting business logic to services, handlers, and invokable commands
git:20260917.3d83f4c · audit A · 216 stars
cqrs-and-handlers skill
dev-toolings/superpowers-symfony · content/skills/cqrs-and-handlers/SKILL.md · Implement CQRS in Symfony with separate Command and Query buses/handlers using the Messenger component
git:20260917.3d83f4c · audit A · 216 stars
daily-workflow skill
dev-toolings/superpowers-symfony · content/skills/daily-workflow/SKILL.md · Daily development workflow for Symfony projects including common tasks, debugging, and productivity tips
git:20260917.3d83f4c · audit A · 216 stars
doctrine-batch-processing skill
dev-toolings/superpowers-symfony · content/skills/doctrine-batch-processing/SKILL.md · Process large datasets with Doctrine (ORM 3 toIterable, flush+clear, bulk DQL) and memory management
git:20260917.3d83f4c · audit A · 216 stars
doctrine-events skill
dev-toolings/superpowers-symfony · content/skills/doctrine-events/SKILL.md · React to Doctrine entity lifecycle in Symfony with attribute listeners (#[AsDoctrineListener]/#[AsEntityListener], ORM…
git:20260917.3d83f4c · audit A · 216 stars
doctrine-fetch-modes skill
dev-toolings/superpowers-symfony · content/skills/doctrine-fetch-modes/SKILL.md · Optimize Doctrine fetching with DTO hydration (SELECT NEW; partial removed in ORM 3), lazy loading, query hints, and…
git:20260917.3d83f4c · audit A · 216 stars
doctrine-fixtures-foundry skill
dev-toolings/superpowers-symfony · content/skills/doctrine-fixtures-foundry/SKILL.md · Create test data with Zenstruck Foundry v2 factories (PersistentObjectFactory, real objects); define states, sequences…
git:20260917.3d83f4c · audit A · 216 stars
doctrine-migrations skill
dev-toolings/superpowers-symfony · content/skills/doctrine-migrations/SKILL.md · Create and manage Doctrine migrations (lib 4.x) for schema versioning; handle dependencies, rollbacks, and production…
git:20260917.3d83f4c · audit A · 216 stars
doctrine-relations skill
dev-toolings/superpowers-symfony · content/skills/doctrine-relations/SKILL.md · Define Doctrine entity relationships (OneToMany, ManyToMany, ManyToOne); configure cascade, orphan removal, multiple…
git:20260917.3d83f4c · audit A · 216 stars
doctrine-transactions skill
dev-toolings/superpowers-symfony · content/skills/doctrine-transactions/SKILL.md · Handle Doctrine transactions (ORM 3 wrapInTransaction), optimistic/pessimistic locking, flush strategies, and…
git:20260917.3d83f4c · audit A · 216 stars
e2e-panther-playwright skill
dev-toolings/superpowers-symfony · content/skills/e2e-panther-playwright/SKILL.md · Write end-to-end tests with Symfony Panther 2.4 for browser automation or Playwright for complex scenarios
git:20260917.3d83f4c · audit A · 216 stars
effective-context skill
dev-toolings/superpowers-symfony · content/skills/effective-context/SKILL.md · Provide effective context to the coding agent for Symfony development with relevant files, patterns, and constraints
git:20260917.3d83f4c · audit A · 216 stars
executing-plans skill
dev-toolings/superpowers-symfony · content/skills/executing-plans/SKILL.md · Methodically execute implementation plans with a TDD approach, incremental commits, and continuous validation
git:20260917.3d83f4c · audit A · 216 stars
form-types-validation skill
dev-toolings/superpowers-symfony · content/skills/form-types-validation/SKILL.md · Build Symfony forms with custom Form Types, validation constraints, HTTP 422 handling, and multi-step flows
git:20260917.3d83f4c · audit A · 216 stars
functional-tests skill
dev-toolings/superpowers-symfony · content/skills/functional-tests/SKILL.md · Write functional tests for Symfony controllers and HTTP endpoints using WebTestCase, getContainer, loginUser, and DAMA…
git:20260917.3d83f4c · audit A · 216 stars
interfaces-and-autowiring skill
dev-toolings/superpowers-symfony · content/skills/interfaces-and-autowiring/SKILL.md · Master Symfony Dependency Injection with autowiring, #[Target] interface binding, decoration, and tagged services
git:20260917.3d83f4c · audit A · 216 stars
messenger-retry-failures skill
dev-toolings/superpowers-symfony · content/skills/messenger-retry-failures/SKILL.md · Handle message failures with retry strategies, failure transport, and recovery in Symfony Messenger…
git:20260917.3d83f4c · audit A · 216 stars
ports-and-adapters skill
dev-toolings/superpowers-symfony · content/skills/ports-and-adapters/SKILL.md · Implement Hexagonal Architecture (Ports and Adapters) in Symfony; separate domain logic from infrastructure with clear…
git:20260917.3d83f4c · audit A · 216 stars
quality-checks skill
dev-toolings/superpowers-symfony · content/skills/quality-checks/SKILL.md · Run code quality tools: PHP-CS-Fixer for style, PHPStan for static analysis, and type safety checks
git:20260917.3d83f4c · audit A · 216 stars
rate-limiting skill
dev-toolings/superpowers-symfony · content/skills/rate-limiting/SKILL.md · Implement rate limiting with the Symfony RateLimiter (sliding window, token bucket, fixed window) and the #[RateLimit]…
git:20260917.3d83f4c · audit A · 216 stars
runner-selection skill
dev-toolings/superpowers-symfony · content/skills/runner-selection/SKILL.md · Select and configure the appropriate command runner based on Docker Compose standard, Symfony Docker (FrankenPHP), or…
git:20260917.3d83f4c · audit A · 216 stars
strategy-pattern skill
dev-toolings/superpowers-symfony · content/skills/strategy-pattern/SKILL.md · Implement the Strategy pattern with Symfony's tagged services for runtime algorithm selection and extensibility
git:20260917.3d83f4c · audit A · 216 stars
symfony-cache skill
dev-toolings/superpowers-symfony · content/skills/symfony-cache/SKILL.md · Implement caching with the Symfony Cache component; configure pools, use tags for invalidation, prevent stampede
git:20260917.3d83f4c · audit A · 216 stars
symfony-messenger skill
dev-toolings/superpowers-symfony · content/skills/symfony-messenger/SKILL.md · Async message handling with Symfony Messenger; configure transports (RabbitMQ, Redis, Doctrine); implement handlers…
git:20260917.3d83f4c · audit A · 216 stars
symfony-scheduler skill
dev-toolings/superpowers-symfony · content/skills/symfony-scheduler/SKILL.md · Schedule recurring tasks with the Symfony Scheduler component (native since 7.x); define schedules, triggers, and…
git:20260917.3d83f4c · audit A · 216 stars
symfony-voters skill
dev-toolings/superpowers-symfony · content/skills/symfony-voters/SKILL.md · Implement granular authorization with Symfony Voters; decouple permission logic from controllers; test authorization…
git:20260917.3d83f4c · audit A · 216 stars
tdd-with-pest skill
dev-toolings/superpowers-symfony · content/skills/tdd-with-pest/SKILL.md · Apply RED-GREEN-REFACTOR with Pest v4 (PHP 8.3+) for Symfony via the PHPUnit bridge; Foundry factories, WebTestCase…
git:20260917.3d83f4c · audit A · 216 stars
tdd-with-phpunit skill
dev-toolings/superpowers-symfony · content/skills/tdd-with-phpunit/SKILL.md · Apply RED-GREEN-REFACTOR with PHPUnit 10/11 for Symfony; KernelTestCase/WebTestCase, attributes…
git:20260917.3d83f4c · audit A · 216 stars
test-doubles-mocking skill
dev-toolings/superpowers-symfony · content/skills/test-doubles-mocking/SKILL.md · Create test doubles with PHPUnit mocks for isolated unit testing in Symfony
git:20260917.3d83f4c · audit A · 216 stars
twig-components skill
dev-toolings/superpowers-symfony · content/skills/twig-components/SKILL.md · Build reusable UI components with Symfony UX Twig Components (props, slots, anonymous components, CVA) for clean…
git:20260917.3d83f4c · audit A · 216 stars
using-symfony-superpowers skill
dev-toolings/superpowers-symfony · content/skills/using-symfony-superpowers/SKILL.md · Entry point for Symfony Superpowers - lightweight workflow guidance and command map
git:20260917.3d83f4c · audit A · 216 stars
value-objects-and-dtos skill
dev-toolings/superpowers-symfony · content/skills/value-objects-and-dtos/SKILL.md · Design Value Objects for domain concepts and DTOs for data transfer with proper immutability (readonly) and validation
git:20260917.3d83f4c · audit A · 216 stars
writing-plans skill
dev-toolings/superpowers-symfony · content/skills/writing-plans/SKILL.md · Create structured implementation plans for Symfony features with clear steps, dependencies, and acceptance criteria
git:20260917.3d83f4c · audit A · 216 stars
Source
github.com/dev-toolings/superpowers-symfony · 216 stars · license MIT · pushed 2026-09-17