smithery/vanman2024

worker-patterns

BullMQ worker implementation patterns including job processors, concurrency, error handling, and graceful shutdown. Use when creating workers or handling job processing.

Installation

$ npx skills add smithery/vanman2024 --skill worker-patterns

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/vanman2024 · top by installs.

npx skills add smithery/vanman2024

Browse all from smithery/vanman2024

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Skill metadata

Parsed from SKILL.md frontmatter.

Allowed toolsBash, Read, Write, Edit, Grep, Glob, WebFetch

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 849 B
  • docs SUMMARY.md 192 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

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