بنقرة واحدة
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 المهني
Full 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)
| 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 checkpoints