Entry point for Symfony Superpowers - essential workflows, philosophy, and interactive commands for productive Symfony development
/plugin marketplace add MakFly/superpowers-symfony/plugin install makfly-superpowers-symfony@MakFly/superpowers-symfonyThis skill inherits all available tools. When active, it can use any tool Claude has access to.
This plugin delivers Symfony-specific guidance while remaining environment-agnostic, functioning in any Symfony application whether using Docker Compose, Symfony Docker (FrankenPHP), or host tools directly.
Prefer Docker if configured, otherwise fall back to host:
| Docker Type | Command Prefix | Console |
|---|---|---|
| Symfony Docker | docker compose exec php | docker compose exec php bin/console |
| Docker Compose | docker compose exec app | docker compose exec app bin/console |
| Host | php | php bin/console |
symfony:tdd-with-pest or symfony:tdd-with-phpunitsymfony:doctrine-migrations, symfony:doctrine-fixtures-foundrysymfony:quality-checks (PHP-CS-Fixer, PHPStan)symfony:symfony-messenger, symfony:symfony-schedulersymfony:ports-and-adapters, symfony:cqrs-and-handlerssymfony:api-platform-resources, symfony:api-platform-filters/superpowers-symfony:brainstorm - structured ideation/superpowers-symfony:write-plan - implementation planning/superpowers-symfony:execute-plan - methodical execution/superpowers-symfony:symfony-check - quality validation/superpowers-symfony:symfony-tdd-pest - TDD workflow| Symfony | Status | Notes |
|---|---|---|
| 6.4 LTS | Supported | LTS until Nov 2027 |
| 7.x | Supported | Current stable |
| 8.0 | Supported | Latest features |
| API Platform | Status |
|---|---|
| 3.x | Supported |
| 4.x | Supported |
# Clear cache
bin/console cache:clear
# Database
bin/console doctrine:migrations:migrate
bin/console doctrine:fixtures:load
# Messenger
bin/console messenger:consume async -vv
# Debug
bin/console debug:router
bin/console debug:container
bin/console debug:autowiring
# PHPUnit
./vendor/bin/phpunit
# Pest
./vendor/bin/pest --parallel
# With coverage
./vendor/bin/pest --coverage --min=80
# PHP-CS-Fixer
./vendor/bin/php-cs-fixer fix
# PHPStan
./vendor/bin/phpstan analyse
# All checks
composer run-script check
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.