BullMQ worker implementation patterns including job processors, concurrency, error handling, and graceful shutdown. Use when creating workers or handling job processing.
View on GitHubFebruary 1, 2026
Select agents to install to:
npx add-skill https://github.com/vanman2024/ai-dev-marketplace/blob/main/plugins/bullmq/skills/worker-patterns/SKILL.md -a claude-code --skill worker-patternsInstallation paths:
.claude/skills/worker-patterns/# Worker Patterns Skill for implementing BullMQ workers. ## Overview Implement workers with: - Job processor functions - Concurrency control - Error handling - Graceful shutdown ## Use When This skill is automatically invoked when: - Creating job workers - Implementing processors - Handling worker errors - Managing worker lifecycle ## Available Templates | Template | Description | | ----------------------- | --------------------- | | `templates/worker.ts` | Basic worker template | | `templates/producer.ts` | Job producer template |