Mike-Byrne-AI

Read Summary — Documentation skill for Claude Code

Documentation community

Dump the live working-summary doc for this repo — cc/_working_summary.md, the.

How to install Read Summary

Installs to ~/.claude/commands/mike-byrne-ai-espalier-harness-read-summary.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/Mike-Byrne-AI/espalier-harness/HEAD/.claude/commands/read-summary.md -o ~/.claude/commands/mike-byrne-ai-espalier-harness-read-summary.md

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

What Read Summary does

Dump the live working-summary doc for this repo — `cc/_working_summary.md`, the always-current "pick up where we left off" picture (an exact mirror of Claude Code's post-compaction summary plus the espalier resume index), rewritten at every session boundary so it is never stale.

python tools/cc/read_summary.py "$@"

With no arguments it prints the live doc — the same picture Claude already has on tap; this command dumps it to the transcript so the operator can inspect it. If it repo

Alternatives in Documentation

  • Doc Co-authoring — Guide users through structured workflow for co-authoring documentation 94.1k ★
  • Repo Recap — Generate a structured recap of the repository state: open PRs, open issues, recent releases, and executive sum 11.9k ★
  • Translate Doc Zh — Translate English documentation to Chinese 5.7k ★

Full documentation available on GitHub

View Source Repository