From superpowers-laravel
Guides Laravel Horizon queue operations: naming/tags, worker concurrency, failure handling with idempotency, metrics/dashboards for throughput/failures, and testing with Bus::fake(). Useful for observable, reliable queues.
How this skill is triggered — by the user, by Claude, or both
Slash command
/superpowers-laravel:horizon-metrics-and-dashboardsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Make queues observable and actionable via Horizon.
Make queues observable and actionable via Horizon.
high, default, low); route jobs intentionally--max-time, --tries, --backofffailed() method/logging with structured contextBus::fake() for dispatch assertionsnpx claudepluginhub jpcaparas/superpowers-laravel --plugin superpowers-laravelOperate and verify Laravel queues with or without Horizon: start safe workers, handle failures and retries, apply best patterns, and test with Bus::fake() and integrations.
Implement background jobs with queues, workers, batches, chains, middleware, and failure handling. Use when processing async tasks or handling long-running operations.
Provides Laravel queue best practices: job structure, dispatch patterns, middleware, chaining, batching, retries, and error handling. Useful for reliable async task processing.