Agent session checkpoints
Skill sarveshsea/design-skills/skills/agent-session-checkpoints
Practical design judgment for AI coding agents: 78 installable skills for craft, research, generation, Figma, and Memoire.
npx -y skills add sarveshsea/design-skills --skill agent-session-checkpointsAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 6 stars6 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
Capture restartable agent sessions with checkpoints, rollback notes, and resume metadata.
SKILL.md
1.0 KB, as published. Nobody here has run it
Agent Session Checkpoints
Capture restartable agent sessions with checkpoints, rollback notes, and resume metadata.
When to Use
Use this Note when a Memoire or Studio run needs checkpoint agent run, rollback session, resume session, session cleanup.
Workflow
- Create a checkpoint before broad edits, dependency updates, generated files, or external mutations.
- Record session id, prompt, harness, cwd, branch, dirty-state summary, and verification command.
- Resume by explicit session id when possible rather than reconstructing context from terminal history.
- On rollback, preserve the failure explanation and exact reverted scope.
- Clean old sessions only after artifacts and useful lessons have been moved into durable memory.