Maker Resume banner
forsonny forsonny

Maker Resume

Data community

Description

--- description: Resume MAKER pipeline from last checkpoint allowed-tools: Bash, Read, Write, Edit, Glob, Grep argument-hint: [checkpoint-id] --- # MAKER Resume Command Resume pipeline execution from the last checkpoint or specified checkpoint. ## Process 1. If $ARGUMENTS provided, load that specific checkpoint 2. Otherwise, find most recent checkpoint in `.maker-checkpoints/metadata/` 3. Validate checkpoint state is consistent with file system 4. Resume execution from that point 5. Continue

Installation

Installs to ~/.claude/skills/forsonny-maker-framework-maker-resume/SKILL.md

Terminal
mkdir -p ~/.claude/skills/forsonny-maker-framework-maker-resume && curl -fsSL https://raw.githubusercontent.com/forsonny/maker-framework/HEAD/commands/maker-resume.md -o ~/.claude/skills/forsonny-maker-framework-maker-resume/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository