tomevault-io

Session Debrief — Documentation skill for Claude Code

Documentation community

End-of-session ritual — archive the previous session's notes, write a tight summary of this session's outcomes, update the project state file, enrich the changelog.

How to install Session Debrief

Installs to ~/.claude/skills/tomevault-io-companyos-session-debrief/SKILL.md

Terminal
mkdir -p ~/.claude/skills/tomevault-io-companyos-session-debrief && curl -fsSL https://raw.githubusercontent.com/tomevault-io/companyos/HEAD/skills/session-debrief.md -o ~/.claude/skills/tomevault-io-companyos-session-debrief/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Session Debrief does


name: session-debrief description: End-of-session ritual — archive the previous session's notes, write a tight summary of this session's outcomes, update the project state file, enrich the changelog. Bridges sessions so context survives even when the conversation dies. Pattern is universal; specific file paths are project-conventional. tier: universal user_invocable: true

Session debrief

Run at the end of a session to capture rich context for the next session. If a session dies befor

Alternatives in Documentation

  • Repo Recap — Generate a structured recap of the repository state: open PRs, open issues, recent releases, and executive sum 11.9k ★
  • Documentation Sync — Check if documentation matches the current code state 5.8k ★
  • CLAUDE.md - Contributor Guide — For End Users: See README.md for installation and usage 1.4k ★

Full documentation available on GitHub

View Source Repository