用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/majiayu000/claude-skill-registry --skill checkpoint-manager命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | checkpoint-manager |
| description | Session checkpoint management: save, restore, list, clear state snapshots |
| user-invocable | true |
| allowed-tools | ["Read","Write","Bash"] |
~/.claude/settings.json or CLI/env varsANTHROPIC_DEFAULT_*_MODEL env varsManage session state checkpoints for the Ralph orchestration system.
/checkpoint save "before-refactor"
@cp save "Pre-deployment state"
/checkpoint restore "before-refactor"
@cp restore cp_20260107_143015
/checkpoint list
@cp list
/checkpoint clear "old-checkpoint"
@cp clear --all
Checkpoints are stored in ~/.ralph/checkpoints/ as JSON files.
✅ Checkpoint saved: cp_20260214_143015_before-refactor
📁 Location: ~/.ralph/checkpoints/cp_20260214_143015.json
⏱️ Expires: 24 hours (2026-02-15 14:30:15)
╭───────────────────────────────────────────────────────╮
│ CHECKPOINTS (3) │
├───────────────────────────────────────────────────────┤
│ cp_20260214_143015 │ before-refactor │ 2h ago │
│ cp_20260214_120000 │ pre-deployment │ 5h ago │
│ cp_20260213_180000 │ feature-complete │ 1d ago │
╰───────────────────────────────────────────────────────╯
/checkpoint save "Before risky changes"
↓ (make changes)
/checkpoint restore "Before risky changes" # if needed
↓ (or continue)
/checkpoint clear "Before risky changes" # cleanup
/orchestrator - Full orchestration workflow/loop - Iterative execution with checkpointing/gates - Quality validation before checkpoints