📉
AI EngineeringJavaScript

Context Diet

by Neeeophytee

Context Diet is an AI Engineering skill for Claude Code, published by Neeeophytee in ai-cost-cutter-skills.

12 stars0 forkson Neeeophytee/ai-cost-cutter-skillsAdded 2026/07/16Repository updated 2026/07/13
agentsai-agentsclaude-codeclaude-skillscodexcursorllmsrag
Install in seconds
Install Context Diet
Copy Context Diet into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/Neeeophytee/ai-cost-cutter-skills/tree/main/skills/context-diet ~/.claude/skills/context-diet

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/Neeeophytee/ai-cost-cutter-skills.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/context-diet/SKILL.md in Neeeophytee/ai-cost-cutter-skills
Installs to
~/.claude/skills/context-diet
Collection
One of 10 skills cataloged from this repository
Category
AI Engineering3670 skills

What Context Diet does

Reduce token usage by indexing a codebase so agents query the index instead of re-reading files. Use when context windows fill up fast or the bill scales with conversation length.

Context Diet is cataloged under AI Engineering on DirSkills. Context Diet comes from a repository tagged agents, ai-agents, claude-code, claude-skills and codex.

Documentation

README

Feed the agent less, not a smarter model

When an agent re-reads the same files into context on every question, the bill scales with repetition, not with difficulty. The structural fix is a queryable index: the agent asks for the two facts it needs instead of swallowing whole files. One published reference point (arXiv:2603.27277, evaluated across 31 real repos, using a knowledge-graph MCP server): ~10x fewer tokens and 2.1x fewer tool calls at 83% answer quality versus file-by-file exploration. Treat those numbers as a ceiling from someone else's benchmark, not a promise; the whole skill is: measure your own drop.

Steps

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Context Diet

  • What else does Neeeophytee publish alongside Context Diet?

    Context Diet is one of 10 skills that DirSkills catalogs from Neeeophytee/ai-cost-cutter-skills, the repository it ships in. Its siblings there include Advisor Call Budget, Cheap Swap Guard and Free Model Triage. Each one is a separate skill with its own page in this directory, installs the same way Context Diet does, and is maintained by Neeeophytee in that same repository. The rest of the collection is listed on the Neeeophytee/ai-cost-cutter-skills page.

  • How does Context Diet compare to other AI Engineering skills?

    Context Diet ranks #3631 by stars among the 3670 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Context Diet against them. Open each page to compare what they document and how they install.

More from Neeeophytee/ai-cost-cutter-skills

Context Diet is one of 10 skills cataloged on DirSkills from Neeeophytee/ai-cost-cutter-skills.

See all 10 skills