Public story · 2026-07-08 · high
SkillReducer cuts agent skill-file tokens by 77.5%
The method found most of what's in a typical skill file never changes what the agent does, while some reference files add tens of thousands of tokens a call.
Why now: This lands as more builders write SKILL.md files for agents that get called over and over, exactly the repeated-cost pattern the paper is measuring.
Story
SkillReducer strips more than half the prose out of a typical agent skill file and still keeps full capability, according to new research posted to arXiv.
More than 60% of what's written in a typical SKILL.md file never changes what the agent actually does when it runs, the paper found. Some reference files tacked onto skills quietly inject tens of thousands of extra tokens into every single call.
The fix isn't a careful rewrite. Mechanical compression, cutting narrative and pushing detail into on-demand files, trimmed tokens by a mean of 77.5% across the tested skills. Capability didn't drop.
That's a cost most people writing agent skills haven't priced in. Every SKILL.md file gets read on every relevant call, so extra prose is a recurring token cost, not a one-time file-size problem. If I'm writing instructions an agent will use repeatedly, the backstory and caveats belong in a file it loads on demand. The main file should hold only what changes behavior.
The paper doesn't say how many distinct skills it tested this compression against, or whether the 77.5% figure holds for skills with heavy branching logic. But the direction is clear: write the skill file for the model that executes it, not for the person reading it once.
Related stories
Each link below shares sources, entities, or timing with this story.
Shared entity: Skill / Same source domain / Shared topic / Earlier coverage / Tension
10 actionable skills from today's findings:
Both cover Skill; reported by the same outlet (arxiv.org); overlapping topics (agent, token).
Shared entity: SKILL / Same source domain / Shared topic / Earlier coverage
Knowledge Activation: AI Skills as the Institutional Knowledge Primitive
Both cover SKILL; reported by the same outlet (arxiv.org); overlapping topics (agent, behavior).
Shared entity: Skill / Same source domain / Shared topic / Earlier coverage
Skills You Can Learn Today
Both cover Skill; reported by the same outlet (arxiv.org); overlapping topics (call, capability).
Same source domain / Shared topic / Tension
"Strained coherence" might be the early-warning metric for agents going off the rails.
Reported by the same outlet (arxiv.org); overlapping topics (agent, behavior, change); pushes against this story (against).
Shared entity: SKILL / Shared topic / What happened next
Malicious agent skills now beat every scanner, and someone already shipped 300 of them
Both cover SKILL; overlapping topics (agent, behavior); picks up the SKILL thread on 2026-07-09.
Shared entity: SKILL / Shared topic / Earlier coverage
"Write once, run on any agent" becomes the skills bet.
Both cover SKILL; overlapping topics (agent, capability); earlier SKILL coverage from 2026-06-27.
Shared entity: Compress / Shared topic / Earlier coverage
Gartner says your AI coding bill will pass a developer's salary by 2028
Both cover Compress; overlapping topics (agent, token); earlier Compress coverage from 2026-06-26.
Shared entity: SKILL / Shared topic / Earlier coverage
Anthropic's "code execution with MCP" pattern just cut a real task from 150K to 2K tokens
Both cover SKILL; overlapping topics (agent, token); earlier SKILL coverage from 2026-06-21.
Source trail
Entities
Claim evidence
- SkillReducer cuts agent skill-file tokens by 77.5%
Provenance
- Canonical issue
- 2026-07-08
- AI generated
- yes
- Story unit
- 2026-07-08-compress-your-skill-md-files
- Labels
- source-backed, canonical briefing excerpt