smithery/vanman2024

queue-patterns

BullMQ queue configuration patterns including connection pooling, job options, rate limiting, and TypeScript types. Use when setting up queues or configuring job behavior.

Installation

$ npx skills add smithery/vanman2024 --skill queue-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 1,122 B
  • docs SUMMARY.md 193 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

Queue Patterns

Skill for BullMQ queue configuration and management.

Overview

Configure queues with:

  • Redis connection pooling
  • Default job options
  • Rate limiting
  • TypeScript type safety

Use When

This skill is automatically invoked when:

  • Setting up new queues
  • Configuring job options
  • Adding rate limiting
  • Creating typed job definitions

Available Scripts

Script Description
scripts/init-bullmq.sh Initialize BullMQ project

Available Templates

Template Description
templates/connection.ts Redis connection
templates/queue.ts Queue definition
templates/types.ts Job type definitions