Skip to content

Architecture · Global library

Outbox Pattern Engineer

Ensure reliable message publishing by storing events in an outbox table before async delivery

CodexClaude CodeKimi Codeorchestrator-mcp

Best use case

Use Outbox Pattern Engineer when you need to ensure reliable message publishing by storing events in an outbox table before async delivery, especially when the work is driven by outbox pattern and inbox pattern.

Trigger signals

outbox patterninbox patternmessage relaydual writeevent publishingat-least-once delivery

Validation hooks

transactional-outbox-check

Install surface

Copy the exact command path you need.

Inspect

pip install "orchestrator-mcp[dashboard]"
orchestrator-mcp skills show outbox-pattern-engineer

Use

orchestrator-mcp skills export outbox-pattern-engineer --to ./skillforge-packs
# copy the exported pack into your preferred agent environment

Export

cp -R skills/outbox-pattern-engineer ./your-agent-skills/outbox-pattern-engineer
# or open skills/outbox-pattern-engineer/SKILL.md in a markdown-first client

File patterns

*Outbox**outbox**Inbox**inbox**MessageRelay*

Model preferences

claude-sonnet-4claude-haikugpt-4o

Related skills

Adjacent packs to compose next.

ArchitectureGlobal library

Circuit-Breaker Weaver

Open pack

Wrap external API calls with circuit breakers, retries, fallbacks, and backoff while preserving business logic shape.

CodexClaude Code
ArchitectureGlobal library

CQRS Pattern Master

Open pack

Separate read and write models to optimize for query performance and command processing independently

CodexClaude Code