/checkpoint
Run the checkpoint script from the current project and print a one-line result.
bash
python3 ~/.claude/skills/checkpoint/scripts/checkpoint.py --notes "$ARGUMENTS"
在仓库根目录中创建/更新 PROGRESS.md 和 DECISIONS.md。适用于在上下文精简前使用,或希望为项目保留一个干净的检查点时使用。
--- frontmattername: checkpoint description: Create/update PROGRESS.md and DECISIONS.md in the repo root. Use before context compaction or when you want a clean project checkpoint. disable-model-invocation: true argument-hint: "[notes]" # 只放开 python3,避免 Bash 全放开 allowed-tools: Bash(python3:*)
Run the checkpoint script from the current project and print a one-line result.
python3 ~/.claude/skills/checkpoint/scripts/checkpoint.py --notes "$ARGUMENTS"