From superpowers-symfony
Implements async message handling with Symfony Messenger: configure transports (RabbitMQ, Redis, Doctrine), handlers, middleware, and retry/failure strategies.
How this skill is triggered — by the user, by Claude, or both
Slash command
/superpowers-symfony:symfony-messengerThis 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-symfonyConfigures retry strategies, failure transports, and recovery for Symfony Messenger message failures (Recoverable/Unrecoverable exceptions). Useful for stabilizing async workflows.
Guides on message queues, pub/sub, event streaming, and async patterns for scalable distributed systems. Covers RabbitMQ, Kafka, Redis, SQS, BullMQ, Saga, Outbox, delivery guarantees, and best practices.
Covers asynchronous messaging patterns in .NET with Wolverine and MassTransit: outbox pattern, saga/choreography, and broker config for RabbitMQ and Azure Service Bus.