fable-context-thrift
Use at the start of any multi-step task and during exploration — before reading files, searching, or re-checking completed work, especially when tempted to read whole files, re-verify known facts, or run independent lookups one at a time.
npx skills add DizzyMii/fable-skills --skill fable-context-thrift --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Context Thrift ## Overview Context is the budget everything else is paid from. Spend it on what changes your next action; nothing else. ## Rules 1. **Independent calls go in one parallel block.** Multiple greps, reads, status checks — batch them. Sequencing independent reads adds latency, not care. 2. **Read targeted.** The symbol or section, not the file. Widen only when a specific question demands it. 3. **Delegate sweeps, keep lookups.** Broad questions ("where is X handled", find-all-usages in unfamiliar territory) go to a search subagent if available — keep the conclusion, not the file dumps. Known single lookups stay direct. "The subagent is for when I *don't* know where things live." 4. **The tool is the confirmation.** Never re-read a file to check an edit landed; the edit tool fails loudly. Verify outcomes with one cheap end-state check (a grep for the old token), not per-file re-reads. 5. **Established facts stay established.** What the conversation already verified, don't re-derive. What the user already decided, don't reopen. 6. **Don't narrate options you won't pursue.** Deliberation is for choices you might actually make. 7. **Enough-to-act test.** If more explorati
- Overview
- Rules
- Rationalizations
- Red Flags — stop spending
What does the fable-context-thrift skill do?
Use at the start of any multi-step task and during exploration — before reading files, searching, or re-checking completed work, especially when tempted to read whole files, re-verify known facts, or run independent lookups one at a time.
How do I install it?
Run `npx skills add DizzyMii/fable-skills --skill fable-context-thrift --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From DizzyMii/fable-skills, a repository with 52 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
