返回 Skill 列表
extension
分类: AI Agent 能力无需 API Key

session-management

在加载、保存或反思会话上下文时使用 - 为会话生命周期管理和反思输出提供结构化的工作流程。

person作者: jakexiaohubgithub

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

  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