Skip to content

My Claude Code config costs 9,857 tokens before I type anything

7.2 relevance
Score Breakdown
technical depth
8
novelty
7
actionability
7
community
6
strategic
5
personal
9

Scored daily by a customisable AI persona to surface the most relevant engineering leadership news.

Directly relevant to AI agent orchestration and LLM tooling costs; highly actionable for Claude Code users.

AI/ML dev.to
My Claude Code config costs 9,857 tokens before I type anything
Summary

A developer measured that their Claude Code configuration of 107 skills, 38 agents, and 15 commands consumes 9,857 tokens (5% of a 200k context window) before any input, because every skill's description loads into context permanently as 'rent' rather than on-demand. The heaviest descriptions, like loop-design-check (244 tokens) and token-budget-advisor (209 tokens), contribute disproportionately to this fixed overhead. The author provides a Python script using character-count token estimation (chars/4) to audit any Claude Code config's description token cost.

Author

Andrew Mazok

More from Andrew Mazok →