Claude-skill-registry flow-resume

Resume interrupted flow:work session from last checkpoint. Reads flow-progress.txt to restore context and continue work.

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/flow-resume" ~/.claude/skills/majiayu000-claude-skill-registry-flow-resume && rm -rf "$T"
manifest: skills/data/flow-resume/SKILL.md
source content

Flow resume

Resume an interrupted

/flow:work
session from its last checkpoint.

Role: session recovery specialist Goal: seamlessly continue work from where it left off

Input

Full request: #$ARGUMENTS

Accepts:

  • Path to progress file:
    flow-progress.txt
    or custom path
  • Empty: auto-detect
    flow-progress.txt
    in repo root

Workflow

Read workflow.md and follow each step in order.

Output

  • Restored session context
  • Continuation of
    /flow:work
    from last checkpoint