alivesave
FeaturedThe human wants to checkpoint. Or: the stash has grown heavy — 5+ items, 30+ minutes, a natural pause in the work. The squirrel doesn't decide when to save. It surfaces the need and lets the human pull the trigger. Runs the full save protocol: confirms stash, writes log, updates state, generates projections, dispatches, resets.
Install
Quality Score: 90/100
Skill Content
Details
- Author
- alivecontext
- Repository
- alivecontext/alive
- Created
- 6 months ago
- Last Updated
- today
- Language
- Python
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
alive-save
Checkpoint -- route stash items, write log entry, update bundle, trigger projection, reset stash
save-state
Update project ledger with current state. Use periodically to preserve context before compaction.
checkpoint
Save a durable savepoint of the current work — a state snapshot in docs/checkpoints/, a CHANGELOG entry when something user-facing changed, and a ready-to-paste prompt for the next session. Use before /compact, when closing a phase or milestone, at the end of a long session, or when the user says "checkpoint", "save the state", "wrap this up", "summarize before compacting". Surfaces uncommitted work so committing becomes a deliberate decision — it reads git, it never writes to it.