bullmq-specialist
BullMQ expert for Redis-backed job queues, background processing, and reliable async execution in Node.js/TypeScript applications.
npx skills add sickn33/agentic-awesome-skills --skill bullmq-specialist --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# BullMQ Specialist BullMQ expert for Redis-backed job queues, background processing, and reliable async execution in Node.js/TypeScript applications. ## Principles - Jobs are fire-and-forget from the producer side - let the queue handle delivery - Always set explicit job options - defaults rarely match your use case - Idempotency is your responsibility - jobs may run more than once - Backoff strategies prevent thundering herds - exponential beats linear - Dead letter queues are not optional - failed jobs need a home - Concurrency limits protect downstream services - start conservative - Job data should be small - pass IDs, not payloads - Graceful shutdown prevents orphaned jobs - handle SIGTERM properly ## Capabilities - bullmq-queues - job-scheduling - delayed-jobs - repeatable-jobs - job-priorities - rate-limiting-jobs - job-events - worker-patterns - flow-producers - job-dependencies ## Scope - redis-infrastructure -> redis-specialist - serverless-queues -> upstash-qstash - workflow-orchestration -> temporal-craftsman - event-sourcing -> event-architect - email-delivery -> email-systems ## Tooling ### Core - bullmq - ioredis ### Hosting - upstash - redis-cloud - elasticache - r
- Principles
- Capabilities
- Scope
- Tooling
- Core
- Hosting
- Monitoring
- Patterns
- Basic Queue Setup
- Delayed and Scheduled Jobs
- Job Flows and Dependencies
- Graceful Shutdown
- Bull Board Dashboard
- Validation Checks
What does the bullmq-specialist skill do?
BullMQ expert for Redis-backed job queues, background processing, and reliable async execution in Node.js/TypeScript applications.
How do I install it?
Run `npx skills add sickn33/agentic-awesome-skills --skill bullmq-specialist --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.