Session Management

Installation
SKILL.md

Session Management

Purpose

Maintain continuity across AI agent sessions by providing structured work tracking, tech debt management, and report archival. This skill ensures no context is lost between sessions — the agent always knows what was done, what's pending, and what needs attention.

The Report Registry

The report registry (.claude/reports/_registry.md) is the central index of all work performed across sessions.

When to Add Entries

  • After completing a meaningful unit of work (bug fix, feature, refactor, investigation)
  • After an investigation that produced findings worth preserving
  • When identifying an issue that needs future attention

How to Use

  1. Read the registry at session start to understand recent work
  2. Add entries as work is completed during the session
  3. Update entry status when revisiting previous work (ActiveResolved)
Related skills

More from hedera-dev/hedera-skills

Installs
GitHub Stars
19
First Seen