memory-checkpoint

Create a checkpoint of the current semantic tree state for recovery, branching, or milestone marking.

Content Preview
---
tools:
  - read
  - write
  - bash
  - grep
arguments: $CHECKPOINT_NAME
---

# Memory Checkpoint Creation

Create a checkpoint of the current semantic tree state for recovery, branching, or milestone marking.

Based on the WFGY project: https://github.com/onestardao/WFGY

## Instructions

1. **Prepare Checkpoint**
   - Parse checkpoint name from "$CHECKPOINT_NAME"
   - If empty, auto-generate: "checkpoint_[timestamp]"
   - Read active tree from `.wfgy/trees/active_tree.json`
   - Calculate c
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/memory-checkpoint.md \
  https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/commands/memory/memory-checkpoint.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/qdhenry/Claude-Command-Suite

Then reference at .claude/commands/memory/memory-checkpoint.md

Related Skills