fable-context-thrift

fable-context-thrift is a skill for Claude Code, Codex from DizzyMii/fable-skills. It costs 56 tokens per session (687 once invoked), scanned A, original, MIT.

A set of working rules for using an AI coding agent's context—the limited information it can consider at once—carefully during multi-step tasks. It recommends targeted searches, parallel independent checks, and small end-state verifications.

In plain words
What is it for?
Use it when exploring unfamiliar code, searching for where behavior is implemented, checking edits, or coordinating several independent lookups. It is guidance for the agent's workflow rather than a domain-specific coding tool.
Why use it?
It reduces wasted reading, repeated checks, unnecessary delays, and loss of important context. This helps the agent focus on information that can change its next action.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions subagents.

Good fit Use it when exploring unfamiliar code, searching for where behavior is implemented, checking edits, or coordinating several independent lookups. It is guidance for the agent's workflow rather than a domain-specific coding tool.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/dizzymii/fable-skills/fable-context-thrift
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add DizzyMii/fable-skills --skill fable-context-thrift
Clone the repo
git clone --depth 1 https://github.com/DizzyMii/fable-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for fable-context-thrift

README.md
[![agentmods](https://agentmods.dev/badge/skills/dizzymii/fable-skills/fable-context-thrift.svg)](https://agentmods.dev/skills/dizzymii/fable-skills/fable-context-thrift)
Your own site
<a href="https://agentmods.dev/skills/dizzymii/fable-skills/fable-context-thrift"><img src="https://agentmods.dev/badge/skills/dizzymii/fable-skills/fable-context-thrift.svg" alt="Measured on agentmods" height="20"></a>
Per session 56 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 687 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00056 $0.00687
Opus 5 $0.00028 $0.00344
Sonnet 5 $0.00011 $0.00137
Haiku 4.5 $0.00006 $0.00069

Measured 8d ago against content hash f1ae08e9c1bb, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

fable-context-thrift scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/fable-context-thrift/SKILL.md · 57 lines

How it starts

The opening of the file, as written. The whole thing — 57 lines — stays where its author put it; the contents beside it link to each section on GitHub.

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 exploration would not change your next action, exploration is over. Act.

Rationalizations

Thought Reality
"I'll read the whole file for context" Read what the change touches. The question you're answering defines the lines you need.
"Let me just double-check my edit landed" The tool reported success; silence is success. One end-state grep beats N re-reads.
"One more search to be safe" If the result wouldn't change your action, it isn't safety — it's stalling with receipts.
"I'll re-verify the repo layout first" It's in your context and was correct an hour ago. Directory trees don't rot mid-session.
"Careful means one call at a time" Careful means right calls. Independent lookups in sequence is the same work, slower.
"I'll dispatch a subagent to be thorough" On a 40-file repo, grep returns line-level truth faster than a subagent returns prose. Match the tool to the territory.

Read the full file on GitHub · 57 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 57 lines · 56 tokens per session scan A f1ae08e9c1bb

Subscribe to this mod's changes

fable-context-thrift is a skill published in the GitHub repository DizzyMii/fable-skills (51 stars, last pushed 1mo ago), licensed MIT. It adds 56 tokens to every session and 687 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.