Laravel 13 queue and job patterns — driver choice, job design (idempotency, ShouldQueue, model serialisation), retry and failure handling, worker scaling, Bus batching and chaining, Horizon when warranted, queue testing. Use when designing async jobs, scheduling background work, configuring Horizon, debugging stuck jobs, or auditing queue health. Triggers on "Laravel queue", "Laravel job", "background job", "Horizon setup", "failed jobs", "Bus batch", "queue worker tuning".
$npx -y skills add asyrafhussin/agent-skills --skill laravel-queuesInstalls into the current project.
Run `npx skills use "https://github.com/asyrafhussin/agent-skills" --skill "asyrafhussin/agent-skills/laravel-queues"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/asyrafhussin/agent-skills" that are relevant to the current task. Run `npx skills add "https://github.com/asyrafhussin/agent-skills"` and select the relevant skills, then follow their instructions.