outbox-handler-add
CommunitySafely scaffold new saga outbox handlers
Software Engineering#testing#idempotency#saga#outbox pattern#asynchronous dispatch#worker registry#FastAPI lifespan
Authorgmanch94
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill prevents unsafe, non-atomic external dispatches by guiding you to add a new outbox target handler that works with the system’s commit-then-enqueue and replay-safety guarantees.
Core Features & Use Cases
- Handler contract scaffolding: Defines the required coroutine signature, idempotency-key usage, and failure/retry/dead-letter behavior for an outbox handler.
- Application wiring checklist: Walks you through adding the client wrapper, outbox dispatch builder, lifespan registration in
OutboxWorker, and the required flow changes to emitOutboxIntentinstead of making inline calls. - Test and documentation integration: Ensures you add a focused dispatch unit test and update PRD/ADR and known-gap documentation as needed for the new external target.
Quick Start
Use the outbox-handler-add skill to add a new outbox target called X so your saga steps enqueue asynchronous dispatches with correct idempotency and worker delivery semantics.
Dependency Matrix
Required Modules
None requiredComponents
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: outbox-handler-add Download link: https://github.com/gmanch94/agora/archive/main.zip#outbox-handler-add Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.