Solving Agent Skill Tax: deskill loads MCP skills on-demand, boosting performance

Nilotpal_kakashi · reddit · 2026-08-20

To address the "skill tax" in Agent frameworks (like MCP) where installing too many skills bloats context and degrades performance, the author developed deskill, an MCP server that fetches skill descriptions from GitHub only when actually needed.

Background:

Current systems inject descriptions of all installed skills into every message context. 100 skills consume 3k tokens, costing heavily in long sessions and potentially confusing the model's skill selection.

Solution & Findings:

Benchmark:

The author tested 8 models with up to 100 skills and 100k tokens of padding. Results show this is not just a cost-saving trick but also improves smaller model performance. The benchmark is reproducible, and the author invites community contributions.

Original post →

More from coding & agent

coding & agent channel →