session-management

Use when loading, saving, or reflecting on session context - provides structured workflows for session lifecycle management and reflection outputs.

$ 安裝

git clone https://github.com/NickCrew/claude-cortex /tmp/claude-cortex && cp -r /tmp/claude-cortex/skills/session-management ~/.claude/skills/claude-cortex

// tip: Run this command in your terminal to install the skill


name: session-management description: Use when loading, saving, or reflecting on session context - provides structured workflows for session lifecycle management and reflection outputs.

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

TaskLoad reference
Load sessionskills/session-management/references/load.md
Save sessionskills/session-management/references/save.md
Reflect on sessionskills/session-management/references/reflect.md

Workflow

  1. Select the session operation.
  2. Load the matching reference.
  3. Execute the operation and capture outputs.
  4. 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