create-dead-letter-queue

Installation
SKILL.md

Dead Letter Queue Generator

Creates Dead Letter Queue pattern infrastructure for capturing and retrying failed messages.

When to Use

Scenario Example
Poison messages Messages that always cause handler failures
Processing failures Temporary infrastructure issues (DB down, timeout)
Audit trail Track all failed message processing attempts
Retry mechanism Automatic retry with exponential backoff
Monitoring Alert on DLQ threshold exceeded

Component Characteristics

DeadLetterMessage

  • Entity capturing failed message details
  • Original message body, headers, routing key
Related skills
Installs
4
GitHub Stars
71
First Seen
Mar 17, 2026