afc:resume

Restore a previous development session from a checkpoint file.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill allows users to seamlessly resume interrupted work sessions by restoring previous states, ensuring continuity and preventing data loss.

Core Features & Use Cases

  • Session Restoration: Loads saved session details including branch, commit hash, feature progress, and modified files.
  • Environment Validation: Checks for discrepancies between the saved state and the current environment (branch, file changes).
  • Use Case: After a system interruption or a long break, use this Skill to quickly get back to the exact point where you left off in your development task.

Quick Start

Use the afc:resume skill to restore your last saved session.

Frequently Asked Questions about afc:resume

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

FAQPage Schema
How do I restore a previous git workflow session after an unexpected termination?

To restore a previous git workflow session, this Skill reads a checkpoint file to load saved session details including branch, commit hash, feature progress, and modified files. It then verifies environment consistency by performing git log comparisons to validate the current state before resuming work.

What is a session checkpoint file and how does it help resume interrupted development work?

A session checkpoint file stores your previous development session state, including branch, commit hash, and modified files. It allows you to resume interrupted tasks by providing the necessary data to verify environment consistency and load your exact previous working state.

Can I use this Skill to validate my environment state before resuming work on a different branch?

Yes, you can use this Skill to validate environment state before resuming work. It checks for discrepancies between the saved checkpoint state and your current environment, comparing branches and file changes to ensure consistency before you continue your development task.

How do I get back to the exact point where I left off in my development task after a break?

To get back to the exact point where you left off, the Skill restores your previous session by loading saved feature progress and modified files from a checkpoint. It uses git log comparisons to validate environment state, ensuring a seamless continuation of your interrupted work.

Does this Skill require any specific dependencies to restore a previous session state?

No specific dependencies are required to restore a previous session state. The Skill solely relies on reading existing checkpoint files and performing git log comparisons within your current environment to verify consistency and load your saved session details.

What should I do if the environment validation fails when restoring a saved session state?

If environment validation fails when restoring a saved session state, it indicates discrepancies between the saved checkpoint and your current environment. You should review the detected branch or file change inconsistencies to manually align your environment before safely resuming the interrupted task.