auto-job-queue

Official

Idempotent, reliable job processing for queues.

AuthorCorvalis-LLC
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Production job processing often suffers from duplicates, unbounded retries, failed jobs escaping visibility, and unsafe dequeue patterns. This Skill prescribes disciplined patterns to make background processing dependable, observable, and recoverable.

Core Features & Use Cases

  • Idempotent processing: ensure reprocessing does not cause duplicate effects.
  • Poison-pill protection and dead-lettering: quarantine malformed jobs and alert on growth.
  • Bounded retries with backoff and backpressure: retry with exponential delays and respect queue depth.
  • Graceful shutdown: finish in-flight work and avoid data loss during termination.
  • Observability and recovery: monitor DLQ, job state, and retry metrics for rapid incident response.

Quick Start

Use this skill to implement reliable background processing by enforcing idempotency, retry policies, and dead-lettering.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: auto-job-queue
Download link: https://github.com/Corvalis-LLC/Crow-Stack/archive/main.zip#auto-job-queue

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 510,000+ vetted skills library on demand.