agentsclimarketplace

Checkpoint

Skill HsuanYuLee/polaris/.claude/skills/checkpoint

保存、恢復、列出長 session checkpoint;記錄 branch、ticket、todo、recent activity,方便中斷或 context compression 後接續。From its SKILL.md

Install
npx -y skills add HsuanYuLee/polaris --skill checkpoint

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • 5 stars5 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.
  • runs commandsInstructs the agent to run 1 command, including `scripts/check-carry-forward.sh`.

SKILL.md

2.4 KB, 563 tokens by cl100k_base, as published. Nobody here has run it

Checkpoint

checkpoint 保存、恢復、列出長 session 的工作狀態,讓 context compression 或換 session 後能接回 branch、ticket、phase、next action。

Contract

Checkpoint 是 session continuity tool,不是 planning、triage、或 implementation skill。 它只寫 workspace memory / timeline 類的 local state,不替下游 skill 決定 scope,也不自動切 branch。

Mode Routing

User saysModeReference
checkpoint, 存檔, save checkpoint, save statesavecheckpoint-save-flow.md
resume, 恢復, resume checkpoint, 接回去resumecheckpoint-resume-list-flow.md
list checkpoints, 列出存檔, show checkpointslistcheckpoint-resume-list-flow.md

Ambiguous input defaults to save.

Reference Loading

SituationLoad
Any runpolaris-project-dir.md, session-timeline.md, shared-defaults.md
Savecheckpoint-save-flow.md, checkpoint-carry-forward-flow.md
Resume / listcheckpoint-resume-list-flow.md

Hard Rules

  • Save must capture branch, git status summary, ticket, todo disposition, phase, next action, and recent timeline context.
  • 回報 checkpoint saved 前,carry-forward validation 必須通過。
  • Resume verifies the checkpoint branch exists before suggesting a switch.
  • 未取得使用者明確指示前,不切 branch、不 stash、不 rewrite memory。
  • 不可默默丟掉 pending items;每項都要標記 done、carry-forward、或 dropped。

Completion

Save 回傳 branch、ticket、phase、next action、resume phrase。Resume 回傳 checkpoint timestamp、branch、ticket、可取得時的 current status、next action。List 回傳 recent checkpoint rows。

Step 2.5 — L2 Deterministic Check: cross-session-carry-forward

Save mode 的 carry-forward gate 由 checkpoint-carry-forward-flow.md 執行;必須呼叫 scripts/check-carry-forward.sh,通過後才可回報 checkpoint saved。

Post-Task Reflection (required)

Execute post-task-reflection-checkpoint.md before reporting completion.

What ships with it: 7 files

30.8 KB alongside SKILL.md, 2 of them executable

scripts/

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.