Update project ledger with current state. Use periodically to preserve context before compaction.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add ArieGoldkin/claude-forge --skill save-state --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Save State?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/ariegoldkin-save-state)More formats (shields.io, HTML) on the badges page.
---
name: save-state
description: Update project ledger with current state. Use periodically to preserve context before compaction.
effort: low
---
# /save-state
Update the project state ledger with current context using the append-until-handoff model.
## When to Use
- Before context window gets full
- After completing a major milestone
- Before switching to different work
- Periodically during long sessions (every 1-2 hours)
## What It Does
- Reads current context from `.claude/context/shared-context.json`
- Extracts recent decisions, completed tasks, pending work, and blockers
- Appends new entry to Session Activity Log (timestamped, 3-8 bullet points)
- Appends new Key Decisions (never removes existing ones)
- Replaces snapshot sections: Current State, Done (Recent), Next, Open Questions
- Updates ledger timestamp and writes to `.claude/continuity/ledgers/`
- Warns when the ledger crosses the canonical health thresholds (warn / urgent — defined in the /check-maintenance command) and suggests `/create-handoff`
## Related
- See `/continuity-management` for full system documentation
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!