Claude Token Hygiene
Description
Audit and reduce the hidden token overhead in every Claude Code conversation. Monthly skill + automation.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Claude Code Token Hygiene
**Your Claude Code conversations are wasting 30-50% of tokens on system context you don't need.**
Every conversation loads CLAUDE.md, MEMORY.md, skill descriptions, MCP tool listings, and hooks — before you type a single word. On a typical power-user setup, that's **15,000-35,000 tokens of overhead per conversation**.
This skill audits that overhead and tells you exactly where to cut.
The Problem
You type: "fix the bug in auth.ts"
What Claude actually processes:
├── CLAUDE.md instructions ~8,000 tokens
├── MEMORY.md auto-memory ~5,000 tokens
├── 89 skill descriptions ~6,000 tokens
├── 7 MCP servers (220 tools) ~3,300 tokens
├── Hooks & system reminders ~2,000 tokens
├── Your message ~20 tokens
└── Total ~24,320 tokens ← before Claude even thinks
On Opus at $15/M output tokens, that overhead costs **real money** on every conversation.
The Solution
A monthly audit that measures your system context, flags what's bloated, and recommends specific cuts:
Token Hygiene Report — 2026-03-05
┌──────────────┬───────────────┬────────┬─────────────┐
│ Metric │ Value │ Status │ Tokens Est. │
├──────────────┼───────────────┼────────┼─────────────┤
│ CLAUDE.md │ 123 lines/6KB │ ✅ │ ~1,600 │
│ MEMORY.md │ 90 lines/5KB │ ✅ │ ~1,350 │
│ Skills │ 82 │ 🟡 │ ~5,330 │
│ MCP servers │ 5 │ ✅ │ ~1,125 │
│ Stale logs │ 0 │ ✅ │ — │
│ Total │ │ │ ~9,405 │
└──────────────┴───────────────┴────────┴─────────────┘
↓ Down from ~30,000 tokens (previous audit)
Real Results
I ran this on my own setup and reduced overhead from **~30,000 to ~15,000 tokens per conversation** — a 50% reduction:
| What I did | Savings | Time |
|---|---|---|
| Compressed CLAUDE.md (713→123 lines) | ~6,7 |
Related Skills
Fastapi Review
Review a FastAPI application for architecture, async correctness, dependency injection, Pydantic schemas, secu
Security Defense in Depth
Implement multi-layered testing and security best practices.
Security SecLists Official Repository
[OWASP Testing Guide](https://owasp.org/www-project-web-security-testing-guide/)
Security Threat Hunting with Sigma Rules
Use Sigma detection rules to hunt for threats and analyze security events
Security Maintenance Walkthrough - 2026-03-29
- Re-triaged the full 2026-03-15 security finding set against current `main` and wrote a fresh current-head re
Security Google Workspace Model Armor
Filter user-generated content for safety
Security Related Agents
Django Reviewer
Expert Django code reviewer specializing in ORM correctness, DRF patterns, migration safety, security misconfi
Token Auditor
Scans ui/src/ for hardcoded visual values, duplicate components, and shadcn replacement candidates; produces d
Gitnexus Security Boundary Reviewer
GitNexus security and trust-boundary reviewer. Use for auth, permissions, secrets, injection, unsafe parsing,