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.mdsource 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:
or custom pathflow-progress.txt - Empty: auto-detect
in repo rootflow-progress.txt
Workflow
Read workflow.md and follow each step in order.
Output
- Restored session context
- Continuation of
from last checkpoint/flow:work