From nexus
Applies token optimization rules to reduce context usage and response length. Always active, it minimizes file reads, avoids preamble, and batches tool calls.
How this skill is triggered — by the user, by Claude, or both
Slash command
/nexus:token-optimizerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- Run Grep or Glob before Read — never load full files to find a symbol
npx claudepluginhub aayushostwal/nexus --plugin nexusGuides token-efficient tool patterns: Edit for diffs, Glob/Grep for searches, concise context. Applies always to extend session capacity.
Enforces concise responses, parallel tool execution, no redundant work, exploration tracking, and proactive context compression in every Claude Code session. Auto-applies at start.
Reduces token waste through anti-sycophancy rules, tool-call budgets per task type, one-pass coding discipline, and read-before-write enforcement.