Token check
Skill huzaifa525/claude-code-optimizer/templates/.claude/skills/token-check
Use when the user asks about token usage, session cost, or wants to check optimization effectiveness.From its SKILL.md
npx -y skills add huzaifa525/claude-code-optimizer --skill token-checkAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 9 stars9 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.0 KB, 197 tokens by cl100k_base, as published. Nobody here has run it
Analyze the current Claude Code session for token efficiency:
Check These
- Context loaded: What CLAUDE.md, rules, and skills are currently loaded?
- MCP servers: How many tool definitions are in context?
- Conversation length: How many turns deep are we?
- File reads: Have we read the same file multiple times?
Suggest
- Whether to
/compactthe conversation - Whether to
/clearand start fresh - Which MCP servers to disable if unused
- Whether CLAUDE.md is too large
- Whether rules files should use path-scoping
Output
Session Health Report
─────────────────────
Context usage: [estimate]
Conversation turns: [count]
Suggested action: [compact / clear / continue]
Optimization tips: [specific suggestions]
<!-- Skill by Huzefa Nalkheda Wala | claude-code-optimizer -->What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.