session-recap

Installation
SKILL.md

Session Recap

Overview

Create a tiny, source-faithful recap of the current Codex thread. Default to one sentence, two sentences maximum.

Workflow

  1. Answer in plain prose with no headings, bullets, or sections unless the user explicitly asks for a structured recap.

  2. Include only the highest-value facts: what was accomplished, the current blocker or decision point, and the immediate next action if one matters.

  3. Do not include git branch, upstream, divergence, clean/dirty status, changed files, or verification details by default.

  4. Only inspect workspace/git state if the user explicitly asks for workspace status, git status, changed files, branch state, verification evidence, or a detailed handoff. For those cases, run the bundled read-only helper:

    python3 /path/to/session-recap/scripts/workspace_snapshot.py --cwd "$PWD"
    
Installs
1
First Seen
May 24, 2026
session-recap — toddfraser/codex-session-recap