From superpowers-symfony
Implement caching with the Symfony Cache component; configure pools, use tags for invalidation, prevent stampede.
How this skill is triggered — by the user, by Claude, or both
Slash command
/superpowers-symfony:symfony-cacheThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
- Implementing asynchronous workflows with Messenger/Scheduler/Cache.
reference.mddocs/complexity-tiers.mdnpx claudepluginhub makfly/superpowers-symfony --plugin superpowers-symfonyReference for all 38 Symfony components covering APIs, configuration, best practices, and common pitfalls for PHP 8.3+ and Symfony 7.x.
Implements async message handling with Symfony Messenger: configure transports (RabbitMQ, Redis, Doctrine), handlers, middleware, and retry/failure strategies.
Analyzes cache strategies, invalidates patterns, and detects issues in Redis, Memcached, or in-memory caches. Guides TTL assessment, access pattern analysis, and anti-pattern detection.