shelve
SolidShelve the current session — create a bookmark so you can find and resume it later with /unshelve.
Install
Quality Score: 82/100
Skill Content
Details
- Author
- WingedGuardian
- Repository
- WingedGuardian/GENesis-AGI
- Created
- 4 months ago
- Last Updated
- today
- Language
- Python
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
unshelve
Search for shelved sessions — find past bookmarked sessions by keyword or browse recent ones.
session
Use when significant work wraps up — a feature shipped, a bug fixed, a research thread finished, before the user steps away — and also mid-task as a checkpoint before a long run risks context compaction (it updates the same session note + handoff, never spawns a duplicate). Also on 'записать сессию', 'сохрани сессию', 'отложи сессию в память', 'сессию в обсидиан', 'закругляйся с сессией', 'session note', 'handoff', or similar. Writes a human-readable summary plus a handoff so the next session picks up where you left off.
stash
Triggered by /stash [hint]. Saves the current Claude Code session (project root + session ID + inferred alias + one-line note) to ~/.claude/stash.jsonl so it can be resumed later from any terminal via the stash helper. Use when the user says "/stash", "stash this session", "save this session for later", or "I need to close this window but resume later".