A solid foundation for building job queues with BullMQ and Redis. You get production-ready patterns for delayed jobs, repeatable tasks, job flows with parent-child dependencies, and proper graceful shutdown handling. The principles are excellent: jobs should be idempotent, payloads should be small (pass IDs not objects), and exponential backoff beats linear every time. Includes Bull Board setup for visual monitoring and validation checks that catch common mistakes like missing maxRetriesPerRequest or awaiting queue.add in request handlers. If you're adding background jobs to a Node.js app and already have Redis, this gets you past the common pitfalls quickly.
npx -y skills add sickn33/antigravity-awesome-skills --skill bullmq-specialist --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
juliusbrussee/caveman
mattpocock/skills
shadcn/improve
obra/superpowers
forrestchang/andrej-karpathy-skills
vercel-labs/skills