From core
Guides token-efficient tool patterns: Edit for diffs, Glob/Grep for searches, concise context. Applies always to extend session capacity.
npx claudepluginhub thebushidocollective/han --plugin coreThis skill cannot use any tools. It operates in read-only mode without the ability to modify files or execute commands.
han-core:token-efficiency
Optimizes Claude Code token usage with bash/grep/glob preferences over full file reads, Sonnet for dev/debugging, Opus for codebase learning, and minimal output strategies.
Reduces token waste by 40-60% with anti-sycophancy rules, tool-call budgets, one-pass coding, task profiles, and read-before-write enforcement. For verbose or expensive sessions.
Enforces concise responses, parallel tool execution, no redundant work, exploration tracking, and proactive context compression in every Claude Code session. Auto-applies at start.
Share bugs, ideas, or general feedback.
han-core:token-efficiency
Minimize token consumption without sacrificing quality. Every token spent on overhead is a token not available for thinking.
| Wasteful | Efficient |
|---|---|
| Read file → Write entire file with 1 line changed | Edit the specific line |
cat file.txt via Bash | Read tool |
find . -name "*.ts" via Bash | Glob **/*.ts |
| "Let me start by reading the file to understand..." | Just read it |
Always. Token efficiency is not premature optimization — it directly extends how much work fits in a session.