seyio91

Checkpoint Archive — Development skill for Claude Code

Development community

Snapshot the active project's ## Checkpoints section into archive/working/ and reset only that section.

How to install Checkpoint Archive

Installs to ~/.claude/skills/seyio91-ai-memory-system-checkpoint-archive/SKILL.md

Terminal
mkdir -p ~/.claude/skills/seyio91-ai-memory-system-checkpoint-archive && curl -fsSL https://raw.githubusercontent.com/seyio91/ai-memory-system/HEAD/commands/checkpoint-archive.md -o ~/.claude/skills/seyio91-ai-memory-system-checkpoint-archive/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Checkpoint Archive does

Snapshot the active project's `## Checkpoints` section into `archive/working/` and reset only that section.

Argument: `$ARGUMENTS` — optional one-line slug for the snapshot filename (kebab-case).

Step 1 — resolve the active project from the injected memory context: the `` breadcrumb (present every prompt) or the `` block. If neither is present, abort and tell the user to pin the repo. Read the **working-file path** from the `working:` lin

Alternatives in Development

  • Tentacle Context Init — You are working on the {{tentacleName}} section 1.4k ★
  • /autopilot — Autonomous hunt loop with deterministic scope safety and configurable checkpoints 1.2k ★
  • 子代理驱动开发 (sadd) — 派发独立子代理处理任务,在迭代间进行代码审查 checkpoint 714 ★

Full documentation available on GitHub

View Source Repository