一键导入
checkpoint-manager
Session checkpoint management: save, restore, list, clear state snapshots
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Session checkpoint management: save, restore, list, clear state snapshots
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 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/iterate - Iterative execution with checkpointing/gates - Quality validation before checkpointsFull orchestration workflow with swarm mode: evaluate -> clarify -> classify -> persist -> plan mode -> spawn teammates -> execute -> validate -> retrospective. Use when: (1) implementing features, (2) complex refactoring, (3) multi-file changes, (4) tasks requiring coordination. Triggers: /orchestrator, /orch, 'orchestrate', 'full workflow', 'implement feature'.
Comprehensive research skill using Zai MCP web search and native Claude Code tools
Smart Forking - Find and fork from relevant historical sessions using parallel memory search across vault, handoffs, and ledgers
Apply adversarial opposite-analysis to plans, specs, architecture, code changes, and claims. Use when the user asks for adversarial review, opposing analysis, contrarian review, red-team reasoning, or Z.ai and MiniMax cross-checks through the Ralph MCP router.
Test case mutation and variation generator for adversarial testing
Patterns for using Context7 MCP for library documentation (v2.25)