background-jobs-designer

Installation
SKILL.md

Background Jobs Designer

Design reliable background job processing with retries and monitoring.

Queue Integration

BullMQ (Node.js):

import { Queue, Worker } from "bullmq";

const emailQueue = new Queue("email", {
  connection: { host: "localhost", port: 6379 },
});
Installs
8
GitHub Stars
2
First Seen
Feb 16, 2026
background-jobs-designer — monkey1sai/openai-cli