·checkpoint-resume
""

checkpoint-resume

Rate-limit-resilient pipeline with checkpoint/resume for long multi-phase sessions. Saves progress to .claude/pipeline-state.json after each phase. Use when starting a complex multi-phase task that risks hitting rate limits, when resuming an interrupted session, or when orchestrating work spanning commits, GitHub issues, and large file changes.

34Installs·1Trend·@yonatangross

Installation

$npx skills add https://github.com/yonatangross/orchestkit --skill checkpoint-resume

How to Install checkpoint-resume

Quickly install checkpoint-resume AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/yonatangross/orchestkit --skill checkpoint-resume
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: yonatangross/orchestkit.

SKILL.md

View raw

Rate-limit-resilient pipeline orchestrator. Saves progress to .claude/pipeline-state.json after every phase so long sessions survive interruptions.

| Category | Rule | Impact | Key Pattern |

| Phase Ordering | rules/ordering-priority.md | CRITICAL | GitHub issues/commits first, file-heavy phases last | | State Writes | rules/state-write-timing.md | CRITICAL | Write after every phase, never batch | | Mini-Commits | rules/checkpoint-mini-commit.md | HIGH | Every 3 phases, checkpoint commit format |

Rate-limit-resilient pipeline with checkpoint/resume for long multi-phase sessions. Saves progress to .claude/pipeline-state.json after each phase. Use when starting a complex multi-phase task that risks hitting rate limits, when resuming an interrupted session, or when orchestrating work spanning commits, GitHub issues, and large file changes. Source: yonatangross/orchestkit.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/yonatangross/orchestkit --skill checkpoint-resume
Category
""Writing
Verified
First Seen
2026-02-22
Updated
2026-03-10

Browse more skills from yonatangross/orchestkit

Quick answers

What is checkpoint-resume?

Rate-limit-resilient pipeline with checkpoint/resume for long multi-phase sessions. Saves progress to .claude/pipeline-state.json after each phase. Use when starting a complex multi-phase task that risks hitting rate limits, when resuming an interrupted session, or when orchestrating work spanning commits, GitHub issues, and large file changes. Source: yonatangross/orchestkit.

How do I install checkpoint-resume?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/yonatangross/orchestkit --skill checkpoint-resume Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/yonatangross/orchestkit