Agent skill · Databases

bullmq-specialist

BullMQ expert for Redis-backed job queues, background processing, and reliable async execution in Node.js/TypeScript applications.

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill bullmq-specialist --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 10 KB
Bundled scripts: none
Path: skills/bullmq-specialist/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Principles
  2. Capabilities
  3. Scope
  4. Tooling
  5. Core
  6. Hosting
  7. Monitoring
  8. Patterns
  9. Basic Queue Setup
  10. Delayed and Scheduled Jobs
  11. Job Flows and Dependencies
  12. Graceful Shutdown
  13. Bull Board Dashboard
  14. Validation Checks
More from agentic-awesome-skills
All skills →
About this skill
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.

Keep going