Checkpointing
Claude Code + Codex 自動連携テンプレート - AI駆動開発の効率化
npx -y skills add AI-Driven-School/aiki --skill checkpointingAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Save and restore session state for continuity across Claude Code sessions. Captures tasks, changed files, context, and decisions. Use when ending a session, preserving progress, or running /checkpointing.
SKILL.md
1.6 KB, as published. Nobody here has run it
/checkpointing - セッション永続化スキル
作業状態を保存し、セッション間で継続性を維持します。
使い方
基本使用
/checkpointing
現在の作業状態を .claude/checkpoints/ に保存します。
オプション
/checkpointing --analyze
過去のチェックポイントからパターンを抽出し、ワークフローの改善点を提案します。
保存される情報
- 作業中のタスク: 現在進行中のタスクリスト
- 変更ファイル: 未コミットの変更ファイル一覧
- コンテキスト: セッション中に参照したファイル
- 決定事項: セッション中に行った重要な決定
ファイル形式
.claude/checkpoints/
└── YYYY-MM-DD-HHMMSS.md
実装
このスキルが呼び出されたら、scripts/checkpoint.sh を実行してください:
"$CLAUDE_PROJECT_DIR"/scripts/checkpoint.sh [--analyze]
次のセッションでの復元
次回セッション開始時に、最新のチェックポイントを読み込むことで 前回の作業状態を復元できます:
最新のチェックポイントを読み込んで、前回の続きから作業を開始してください