human-readable-reports
Your coding agent writes reports that are technically correct and unreadable. Walls of jargon, file:line dumps, telegraphic bullets, invented terms. The team stops reading. This skill fixes that — deep content, easy reading.
The problem (you're not imagining it)
"AI verbosity" and "AI slop" are now common complaints — LLMs are trained to write long, thorough, hedged answers, so their reports default to something only the author's other agent could love. When the doc is unreadable, the human becomes the bottleneck.
The fix, in one look
Before — what an agent writes by default:
parseInput() is O(n²) due to nested scan (utils.js:88);
latency scales quadratically with list size → UI jank at scale.
After — same finding, with this skill:
The input parser gets slow as the list grows. It re-scans the whole
list for each item, so a long list makes the screen stutter.
(code location in the notes below)
Same facts. One of them your team will actually read.
The 10 rules
- Reader-first — write in their language, at their level.
- Point first — each section opens with the takeaway in one plain sentence.
- Analogy up front — ground the concept in something concrete.
- Full sentences, not fragments.
- Explain or drop jargon — no bare formulas, no coined terms.
- Evidence to the back — no
file:line in the prose; put it in end-notes.
- Table cells read as phrases, not code.
- Cut the slop — no throat-clearing, no needless caveats.
- Progressive disclosure — hide depth behind expandable sections.
- Tone: teammate, not lecture.
Full rules, checklist, and the "when NOT to use it" boundary are in SKILL.md.
This README follows its own rules. That's the demo.
Install
Claude Code / Claude agents — clone into your skills directory:
# personal (all projects)
git clone https://github.com/SummerRiversound/human-readable-reports \
~/.claude/skills/human-readable-reports
# or project-shared
git clone https://github.com/SummerRiversound/human-readable-reports \
.claude/skills/human-readable-reports
The agent loads it automatically when you ask for a report or analysis doc.
Cursor / other agents — paste the rules from SKILL.md into your system