Bullmq Specialist
The Bullmq Specialist skill helps developers seamlessly integrate BullMQ's RabbitMQ support into their frontend applications for efficient messaging workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add davila7-bullmq-specialist npx -- -y @trustedskills/davila7-bullmq-specialist
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"davila7-bullmq-specialist": {
"command": "npx",
"args": [
"-y",
"@trustedskills/davila7-bullmq-specialist"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
The bullmq-specialist skill enables AI agents to configure, manage, and optimize BullMQ job queues for Node.js applications. It handles complex queue logic including priority management, concurrency control, and failure recovery strategies.
When to use it
- Implementing high-throughput background processing tasks like email notifications or image generation.
- Managing jobs that require specific execution priorities or delayed scheduling.
- Setting up robust error handling and retry mechanisms for critical backend workflows.
- Optimizing worker concurrency to prevent system overload during peak traffic.
Key capabilities
- Queue creation and configuration with custom options.
- Job prioritization and delayed execution scheduling.
- Worker setup with dynamic concurrency limits.
- Error handling, job retries, and failure recovery logic.
- Monitoring queue metrics and job status updates.
Example prompts
- "Create a BullMQ queue for processing user uploads with a max concurrency of 5 and automatic retry on failure."
- "Set up a delayed job scheduler to send weekly newsletter emails at 9 AM UTC every Monday."
- "Configure a high-priority queue for critical payment processing tasks that bypasses standard waiting times."
Tips & gotchas
Ensure your Node.js environment has the bullmq and amqplib packages installed before deploying generated code. Always define clear error handling strategies, as BullMQ relies on Redis persistence which requires proper connection management to prevent data loss during outages.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.