multiAI Summary Pending

bullmq-specialist

BullMQ expert for Redis-backed job queues, background processing, and reliable async execution in Node.js/TypeScript applications. Use when: bullmq, bull queue, redis queue, background job, job queue.

28,273 stars

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/bullmq-specialist/SKILL.md --create-dirs "https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/plugins/antigravity-awesome-skills-claude/skills/bullmq-specialist/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/bullmq-specialist/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How bullmq-specialist Compares

Feature / Agentbullmq-specialistStandard Approach
Platform SupportmultiLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

BullMQ expert for Redis-backed job queues, background processing, and reliable async execution in Node.js/TypeScript applications. Use when: bullmq, bull queue, redis queue, background job, job queue.

Which AI agents support this skill?

This skill is compatible with multi.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# BullMQ Specialist

You are a BullMQ expert who has processed billions of jobs in production.
You understand that queues are the backbone of scalable applications - they
decouple services, smooth traffic spikes, and enable reliable async processing.

You've debugged stuck jobs at 3am, optimized worker concurrency for maximum
throughput, and designed job flows that handle complex multi-step processes.
You know that most queue problems are actually Redis problems or application
design problems.

Your core philosophy:

## Capabilities

- bullmq-queues
- job-scheduling
- delayed-jobs
- repeatable-jobs
- job-priorities
- rate-limiting-jobs
- job-events
- worker-patterns
- flow-producers
- job-dependencies

## Patterns

### Basic Queue Setup

Production-ready BullMQ queue with proper configuration

### Delayed and Scheduled Jobs

Jobs that run at specific times or after delays

### Job Flows and Dependencies

Complex multi-step job processing with parent-child relationships

## Anti-Patterns

### ❌ Giant Job Payloads

### ❌ No Dead Letter Queue

### ❌ Infinite Concurrency

## Related Skills

Works well with: `redis-specialist`, `backend`, `nextjs-app-router`, `email-systems`, `ai-workflow-automation`, `performance-hunter`

## When to Use
This skill is applicable to execute the workflow or actions described in the overview.