Hear Summarize banner
BrianBorge BrianBorge

Hear Summarize

Development community

Description

--- name: hear-summarize description: Speak a short plain-language summary of the last response. allowed-tools: Bash(~/Source/claude-code-hear/say.sh *), Bash(~/Source/claude-code-hear/print-latest.sh) --- 1. Get the last response for this session: ```bash ~/Source/claude-code-hear/print-latest.sh ``` 2. Write a 1-2 sentence plain-language summary. Focus on what was done or decided. If the response was mostly code or diffs, describe what changed at a high level. 3. Speak the summary:

Installation

Installs to ~/.claude/skills/brianborge-claude-code-hear-hear-summarize/SKILL.md

Terminal
mkdir -p ~/.claude/skills/brianborge-claude-code-hear-hear-summarize && curl -fsSL https://raw.githubusercontent.com/BrianBorge/claude-code-hear/HEAD/skills/hear-summarize.md -o ~/.claude/skills/brianborge-claude-code-hear-hear-summarize/SKILL.md

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

Full documentation available on GitHub

View Source Repository