afc:checkpoint

Save git status, active features, and task progress to a checkpoint file.

7|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/jhlee0409/all-for-claudecode --skill afc-checkpoint
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: afc:checkpoint
Source: https://github.com/jhlee0409/all-for-claudecode/tree/main/skills/checkpoint
Command: npx skills add https://github.com/jhlee0409/all-for-claudecode --skill afc-checkpoint

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill allows users to save their current work progress and restore it later, ensuring that no work is lost even if a session is interrupted.

Core Features & Use Cases

  • Save Session State: Captures the current git status, active features, task progress, and contextual notes.
  • Preserve Work: Ensures continuity by saving progress to a checkpoint file.
  • Use Case: After completing a complex planning phase for a new feature, use this Skill to save the state before starting the implementation, allowing you to pick up exactly where you left off.

Quick Start

Save the current work state with a message indicating that phase 2 is complete.

Frequently Asked Questions about afc:checkpoint

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I save my git session state before an interruption?

To save your git session state, this Skill captures your current git status, active features, and task progress into a persistent checkpoint file. This ensures no work is lost when complex development workflows are interrupted.

What is the best way to restore work progress after a session ends?

Restoring work progress involves reading a previously saved checkpoint file to resume your development session. This Skill facilitates session interruption and resumption by loading the exact git status and task progress you left off with.

How does saving task progress to a checkpoint file work?

Saving task progress works by executing git commands and file system operations to collect your current work state. It persists this contextual data, including active features and notes, into a dedicated checkpoint file for later retrieval.

Do I need git installed to save and restore my development session?

Yes, you need git installed and accessible. The Skill requires access to git commands and file system operations to accurately collect your current work state and persist it to a checkpoint file for session resumption.

When should I save my session state during a complex development workflow?

You should save your session state after completing complex phases like planning a new feature before starting implementation. This allows you to create a checkpoint, ensuring you can pick up exactly where you left off if interrupted.