From bullmq
Add BullMQ feature to existing project. Features include queue, worker, dashboard, scheduler.
npx claudepluginhub vanman2024/ai-dev-marketplace --plugin bullmq<feature> [options]# Add BullMQ Feature **Requested Feature:** `$0` **Additional Options:** `$1` `$2` --- ## Argument Routing ### Queue **If `$0` = "queue":** ### Worker **If `$0` = "worker":** ### Dashboard **If `$0` = "dashboard":** ### Scheduler **If `$0` = "scheduler":** --- ## Usage Examples
/addCreates a new Markdown note in your Obsidian vault with YAML frontmatter including title, description, tags, related notes, timestamps. Supports category, title, and optional flags; outputs file path.
/addResearch a package and generate a Homebrew formula via the template pipeline
Requested Feature: $0
Additional Options: $1 $2
If $0 = "queue":
Task(bullmq-architect) Add queue.
Requirements:
- Queue name: $1 (required)
- Configure job options
- Add TypeScript types
- Create producer functions
If $0 = "worker":
Task(worker-specialist) Add worker.
Requirements:
- Queue name: $1 (required)
- Concurrency: $2 (default: 5)
- Implement processor
- Add error handling
- Configure graceful shutdown
If $0 = "dashboard":
Task(bullmq-architect) Add Bull Board dashboard.
Requirements:
- Port: $1 (default: 3001)
- Install @bull-board packages
- Configure Express adapter
- Add all queues
If $0 = "scheduler":
Task(scheduler-specialist) Add scheduler.
Requirements:
- Job type: $1 (cron, delayed, repeatable)
- Configure patterns
- Add cleanup rules
/bullmq:add queue email-notifications
/bullmq:add worker email-notifications 10
/bullmq:add dashboard 3001
/bullmq:add scheduler cron