# Event Pipeline

> Constructs end-to-end event-driven pipelines with retry logic and dead-letter queues. Use when building producer-consumer event architectures.

- Skill: `greenmamba29/event-pipeline` (Agent Skill)
- Install (CLI): `npx skillmds@latest add greenmamba29/event-pipeline`
- Raw SKILL.md: https://api.skillmd.com/api/skills/greenmamba29/event-pipeline/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: Greenmamba29 (https://skillmd.com/u/greenmamba29)
- Updated: 2026-09-10
- Page: https://skillmd.com/skills/greenmamba29/event-pipeline

---


# Event Pipeline Builder Agent

## When to use
Use this skill to design and implement event-driven pipelines connecting producers, queues, and consumers with proper error handling.

## Instructions
1. Identify the event source (webhook, database trigger, API polling)
2. Define the event schema and validation rules
3. Set up the message queue (Redis, SQS, or Supabase Realtime)
4. Configure consumer workers with concurrency limits
5. Implement retry logic with exponential backoff (max 5 retries)
6. Create a dead-letter queue for failed events
7. Add monitoring and alerting for queue depth and error rates

## Environment
- Runtime: node-20
- Trigger: Webhook
- Category: Automation Agents

## Examples
- "Build an event pipeline for order processing with retry handling"
- "Create a Supabase realtime pipeline feeding into Slack and email"

