Orch Resume — Development skill for Claude Code
Rebuild orchestration state after a crash, /clear or compaction — reads the ledger, scratch index and verify verdicts from disk and tells you where the job stands.
How to install Orch Resume
Installs to ~/.claude/skills/sheldon-desouza-claude-code-orchestrator-orch-resume/SKILL.md
mkdir -p ~/.claude/skills/sheldon-desouza-claude-code-orchestrator-orch-resume && curl -fsSL https://raw.githubusercontent.com/Sheldon-desouza/claude-code-orchestrator/HEAD/commands/orch-resume.md -o ~/.claude/skills/sheldon-desouza-claude-code-orchestrator-orch-resume/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
What Orch Resume does
description: Rebuild orchestration state after a crash, /clear or compaction — reads the ledger, scratch index and verify verdicts from disk and tells you where the job stands. allowed-tools: Read, Glob, Bash
The orchestration state lives on disk, not in this conversation. Reconstruct it:
- Active ledger: most recent
.workflow/LEDGER*.mdexcluding*-archive.md, searched upward from the working directory. Print## Clarifiedverbatim and the open / done / deferred counts. - Scrat
Alternatives in Development
- Crash Analysis 2.3k ★
- Claude Instructions For Local Skill Loading — This file tells Claude how to load skills locally 845 ★
- Engage.Crash — Crash → root cause → reachability → empirical exploitability verdict (native bugs) 348 ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Claude Session Recall
A Claude Code skill that reads your session's own transcript, so a fact that arrived through a compaction summ
Orch Ledger
Show the active Requirements Ledger — clarified answers, open, done and deferred items, and the verify verdict
Orch Verify
Spawn a fresh-eyes verifier on the heavy tier for the active ledger. It writes the verdict file and is the onl
Friday Upgrade
Checks whether a newer Friday Shortcuts release exists, upgrades your install, and tells you exactly what chan
Tallybook
Prices your Claude Code and Codex sessions from the transcripts on disk and tells you, in plain English, what
Outreach Ledger
Claude Code skill that keeps track of everyone you're waiting to hear back from — tells you when to chase, spo
Related Agents
Orch Verifier
Heavy-tier fresh-eyes verifier for the orchestrator. Use for Class: verify at every close — it MUST NOT have b
Tp Session Restorer
PROACTIVELY use this as the FIRST step after /clear, compaction, or a fresh window when a recent session_snaps
QA Worker
Inspects a small, bounded packet of QA nodes (a route-prefix or one flow, for one actor) and writes verdicts +