From superpowers-symfony
Implements rate limiting with Symfony RateLimiter (sliding window, token bucket, fixed window) and the #[RateLimit] controller attribute.
How this skill is triggered — by the user, by Claude, or both
Slash command
/superpowers-symfony:rate-limitingThis 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-symfonyImplements async message handling with Symfony Messenger: configure transports (RabbitMQ, Redis, Doctrine), handlers, middleware, and retry/failure strategies.
Implements ASP.NET Core rate limiting middleware with fixed window, sliding window, token bucket, and concurrency limiters for API protection.
Controls request throughput with token bucket, sliding window, and fixed window algorithms to protect APIs from abuse, enforce usage quotas, and prevent service overload using Redis.