kpab/claude-fable-5-skills · Archived

regrounding-summary

Make Claude Fable 5 / 5.1's final report readable to someone who saw none of the work. Use for long agentic sessions, overnight runs, and multi-tool tasks — whenever summaries come back as arrow-chain shorthand, invented abbreviations, references to reasoning the reader never saw, dense unbroken paragraphs, or source passages reproduced without quotation marks. Pair with grounded-progress for status content; this skill governs the prose.

First seen Aug 4, 2026

Installation

$ npx skills add kpab/claude-fable-5-skills --skill regrounding-summary

Summary

regrounding-summary Installation Command Prompt $ npx skills add https://github.com/kpab/claude-fable-5-skills --skill regrounding-summary

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from kpab/claude-fable-5-skills · top by installs.

npx skills add kpab/claude-fable-5-skills

Browse all from kpab/claude-fable-5-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 16
License LICENSE
Default branch main
Open issues 0
Status Archived

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,481 B
  • docs SUMMARY.md 470 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 2 installs

SKILL.md

Re-grounding Summary

During a long run the model builds private vocabulary — abbreviations, arrow chains, names for intermediate artifacts. Efficient while working; opaque in a final report. The reader is seeing everything for the first time, so the summary must be a re-grounding, not a continuation of the working thread.

Rules for the final message

  • Open with the outcome: one sentence answering "what happened?" or "what did you find?" — the TL;DR the reader would ask for. Detail follows, never leads.
  • Complete sentences. No arrow chains (A → B → fails), no hyphen-stacked compound labels, no abbreviations you coined mid-run. If a term you built up is worth keeping, reintroduce it as if new.
  • Never reference your own working notes or reasoning as if the reader saw them ("as established above" pointing at tool transcripts).
  • Identifiers — files, commits, flags, endpoints — each get their own plain-language clause: what it is, why it matters here.
  • Selectivity over compression: shorten by dropping details that wouldn't change the reader's next action, not by squeezing grammar out of the sentences. Readable beats short.
  • Short sentences, short paragraphs. When a literal phrase exists, use it; a metaphor or flourish standing in for a direct statement is noise to remove.
  • When you reuse a source's wording, mark it as a quotation. Everything else in your own words.
  • Close with the one or two things needed from the reader, if any.

Shape

  1. Outcome (1 sentence)
  2. What was done / found, in reader-facing language
  3. Failures, skips, open questions — stated plainly
  4. What's needed from you: ...

Before the final message

Open the task with one line saying what you're about to do, and keep short updates flowing while you work, so the recap isn't the reader's first contact with the task. Working shorthand between tool calls is otherwise fine — that's thinking out loud. This skill's rules apply the moment you address the human.