Session management
Use when loading, saving, or reflecting on session context - provides structured workflows for session lifecycle management and reflection outputs.From its SKILL.md
npx -y skills add NickCrew/Claude-Cortex --skill session-managementAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
1.4 KB, 194 tokens by cl100k_base, as published. Nobody here has run it
Session Management
Overview
Manage session lifecycle: load context, save checkpoints, and reflect on progress with consistent reporting.
When to Use
- Loading project context or checkpoints
- Saving session context or learnings
- Reflecting on task completion and validation
Avoid when:
- The task is not session-related
Quick Reference
| Task | Load reference |
|---|---|
| Load session | skills/session-management/references/load.md |
| Save session | skills/session-management/references/save.md |
| Reflect on session | skills/session-management/references/reflect.md |
Workflow
- Select the session operation.
- Load the matching reference.
- Execute the operation and capture outputs.
- Provide a summary and next steps.
Output
- Session status summary
- Saved context or reflection notes
Common Mistakes
- Saving without capturing key changes
- Reflecting without validation evidence
What ships with it: 3 files
14.1 KB alongside SKILL.md
references/
- load.md4.5 KB
- reflect.md4.9 KB
- save.md4.6 KB