Skip to content

Architecture · Global library

Real-Time Sync Engineer

Add optimistic UI, sync reconciliation, and offline-safe conflict handling to collaborative product flows.

CodexClaude CodeKimi Codeorchestrator-mcp

Best use case

Use Real-Time Sync Engineer when you need to add optimistic UI, sync reconciliation, and offline-safe conflict handling to collaborative product flows, especially when the work is driven by realtime and optimistic ui.

Trigger signals

realtimeoptimistic uiconflict resolution

Validation hooks

verify_offline_behavior

Install surface

Copy the exact command path you need.

Inspect

pip install "orchestrator-mcp[dashboard]"
orchestrator-mcp skills show real-time-sync-engineer

Use

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

Export

cp -R skills/real-time-sync-engineer ./your-agent-skills/real-time-sync-engineer
# or open skills/real-time-sync-engineer/SKILL.md in a markdown-first client

File patterns

**/*.tsx**/*realtime*.ts**/*socket*.ts

Model preferences

moonshotai/kimi-k2.5deepseek-ai/deepseek-v3.2qwen2.5-coder:32b

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