Session Note banner
linoyalex linoyalex

Session Note

Productivity community

Description

--- description: Save a session summary for human resumability user-invocable: true --- Before this session ends or context gets too large, create a compact session note. This is a human resumability tool, not a pipeline handoff. Pipeline handoffs use .claude/handoff.json, which each phase must write before completion. Use /session-note only for human resumability between long working sessions. Steps: 1. Read .claude/pipeline-checkpoint.json if it exists 2. Summarise in under 30 lines: - F

Installation

Installs to ~/.claude/commands/linoyalex-codingagents-session-note.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/linoyalex/codingagents/HEAD/.claude/commands/session-note.md -o ~/.claude/commands/linoyalex-codingagents-session-note.md

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

Full documentation available on GitHub

View Source Repository