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 |