Skip to content

Backend · Global library

Event-Driven Sync Engine

Introduce outbox-driven cross-service communication with reliable publication and eventual consistency safeguards.

CodexClaude CodeKimi Codeorchestrator-mcp

Best use case

Use Event-Driven Sync Engine when you need to introduce outbox-driven cross-service communication with reliable publication and eventual consistency safeguards, especially when the work is driven by outbox pattern and event driven.

Trigger signals

outbox patternevent driveneventual consistency

Validation hooks

verify_eventual_consistency

Install surface

Copy the exact command path you need.

Inspect

pip install "orchestrator-mcp[dashboard]"
orchestrator-mcp skills show event-driven-sync-engine

Use

orchestrator-mcp skills export event-driven-sync-engine --to ./skillforge-packs
# copy the exported pack into your preferred agent environment

Export

cp -R skills/event-driven-sync-engine ./your-agent-skills/event-driven-sync-engine
# or open skills/event-driven-sync-engine/SKILL.md in a markdown-first client

File patterns

**/queue/****/events/****/*.ts

Model preferences

deepseek-ai/deepseek-v3.2qwen3-coder:480b-clouddeepseek-r1:32b

Related skills

Adjacent packs to compose next.