Skip to main content

orc-checkpoint

Stateless persistence service for ORC — the checkpoint read/write engine. On a trigger passed in by the orchestrator (batch_pause | token_limit | phase_transition | crash_guard), it atomically writes run/{slug}/checkpoint.json, regenerates the 10-line state-of-play.md, then reads both back and validates; the read op locates the newest valid checkpoint for a fresh-session resume. It makes NO judgment — it never decides WHEN to stop or resume (the orchestrator owns that and passes the trigger in). Coordination skill: always runs inline (loaded by the orchestrator), never spawned. Not for direct user invocation.

Jump to install

Source facts

Repository
azure-id/orc
Last source activity
July 14, 2026 at 15:38
Detected SKILL.md language
English
Stars
5
Forks
1

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.