Bullmq Specialist

🌐Community
by omer-metin · vlatest · Repository

The Bullmq Specialist skill helps users efficiently analyze and optimize their BullMQ trading strategies for improved performance and profitability.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add omer-metin-bullmq-specialist npx -- -y @trustedskills/omer-metin-bullmq-specialist
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "omer-metin-bullmq-specialist": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/omer-metin-bullmq-specialist"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill provides specialized expertise in BullMQ, a robust and feature-rich queueing system for Node.js. It can assist with tasks such as designing efficient job processing pipelines, troubleshooting queue performance issues, and integrating BullMQ into existing applications. The skill offers capabilities to manage queues, workers, and jobs programmatically, ensuring reliable background task execution.

When to use it

  • Automated Task Scheduling: Implement recurring or delayed tasks like sending daily reports or cleaning up old data.
  • Background Processing: Offload long-running operations (e.g., image processing, complex calculations) from the main application thread to improve responsiveness.
  • Reliable Job Execution: Ensure that critical jobs are processed even if parts of your system fail temporarily.
  • Queue Management: Monitor queue size, identify bottlenecks, and optimize job priorities for efficient resource utilization.

Key capabilities

  • Queue creation and management
  • Job scheduling (delayed execution)
  • Worker process management
  • Job prioritization
  • Error handling and retries

Example prompts

  • "Create a BullMQ queue named 'email-queue' with a rate limit of 10 jobs per second."
  • "Schedule a job to run every day at 3 AM to generate a sales report."
  • "Show me the current size and status of the 'image-processing' queue."

Tips & gotchas

Requires familiarity with Node.js and basic queuing concepts. Ensure that your BullMQ configuration (Redis connection details, etc.) is correctly set up for optimal performance.

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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
omer-metin
Installs
12

🌐 Community

Passed automated security scans.