load

Rehydrate project context from SAVED.md, TIMELINE.md, and git activity.

Updated Apr 28, 2026
One-click install
npx skills add https://github.com/ChazzCoin/claude-kit --skill load-chazzcoin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: load
Source: https://github.com/ChazzCoin/claude-kit/tree/main/kit/skills/load
Command: npx skills add https://github.com/ChazzCoin/claude-kit --skill load-chazzcoin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Rehydrate project context from the latest save by reading SAVED.md, TIMELINE.md, and the git history since the save, so you can resume a thread without re-deriving context.

Core Features & Use Cases

  • Read-only rehydration from SAVED.md and TIMELINE.md, plus git activity since the save.
  • Surface mismatches between saved state and current reality to guide next steps.
  • Safe, user-guided branch switching via the /load workflow (status/orient/branch/checkout) when appropriate.

Quick Start

Invoke /load to rehydrate your current thread from the latest save and surface any mismatches.

Frequently Asked Questions about load

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

FAQPage Schema
How do I resume a git workflow thread from a previous save?

Rehydrating project context reads SAVED.md, TIMELINE.md, and git history to resume your thread without re-deriving context. It surfaces mismatches between saved state and current reality while operating read-only.

What is context rehydration and how does it work with git history?

Context rehydration is a read-only process that reads SAVED.md, TIMELINE.md, and git activity since your save to restore project state. It deterministically gathers data through an orient script to guide your next steps.

How do I safely switch branches when rehydrating a saved project state?

You can safely switch branches using a user-guided workflow with explicit safety preconditions. The system checks for a dirty working tree, missing branch, or 'None' state and may refuse checkout actions to prevent data loss.

Does the load workflow modify my saved files when restoring context?

No, the load workflow operates read-only and does not modify your saves. It strictly reads SAVED.md and TIMELINE.md entries to surface mismatches between your saved state and current reality without altering files.

Why does context rehydration refuse to checkout a branch?

Context rehydration enforces explicit safety preconditions and may refuse checkout actions if it detects a dirty working tree, a missing branch, or a 'None' state to prevent overwriting uncommitted changes.