load

Load and summarize saved project progress from a `.claude/progress.md` file.

Updated Feb 15, 2026
One-click install
npx skills add https://github.com/JuChLi/claude-dotfiles --skill load-juchli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: load
Source: https://github.com/JuChLi/claude-dotfiles/tree/main/skills/load
Command: npx skills add https://github.com/JuChLi/claude-dotfiles --skill load-juchli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill allows you to seamlessly pick up where you left off in a coding session by loading previously saved project progress, including goals, tasks, and context.

Core Features & Use Cases

  • Load Saved Progress: Restores the state of your project from a .claude/progress.md file.
  • Summarize Progress: Displays key information like project goals and save times.
  • Track Status: Highlights pending and completed tasks, showing overall progress percentage.
  • Manage To-Dos: Lists all outstanding tasks marked with [ ].
  • Contextual Recall: Recalls important decisions, past errors, and relevant file changes.
  • Git State Comparison: Compares current Git status with the saved state to identify discrepancies.
  • History Review: Provides a summary of past save points.
  • Use Case: After a break, use /load to quickly get back into the flow of your project, seeing exactly what needs to be done and what has already been accomplished.

Quick Start

Use the load skill to resume your last saved project progress.

Frequently Asked Questions about load

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

FAQPage Schema
How do I resume a coding session after a break and restore my previous context?

To resume a coding session, this Skill loads saved project progress from a `.claude/progress.md` file, summarizing goals, task status, and decision logs to help you instantly pick up where you left off.

How does progress tracking work with Git status comparison?

Progress tracking with Git status comparison works by reviewing your historical save points and comparing the current Git state against saved task records to identify discrepancies in your coding workflow.

Can I load pending to-do items and decision logs from a saved project file?

Yes, you can load pending to-do items and decision logs. The Skill parses the `.claude/progress.md` file to list all outstanding tasks marked with `[ ]` and recalls important past decisions.

Do I need a specific file format to load and summarize my project progress?

You need a `.claude/progress.md` file containing your saved project context. The Skill reads this specific markdown file to extract goals, completed tasks, and historical progress records.

What is the best way to track task status and overall completion percentage across coding sessions?

The best way to track task status across sessions is using this Skill to highlight pending and completed tasks from your saved progress file, showing the overall completion percentage and managing to-do items.

Why does context loading show discrepancies between my saved state and current Git status?

Context loading shows discrepancies because it compares your current Git status against the previously saved state in the progress file, ensuring you identify any untracked changes before resuming your coding workflow.