skills/low-token-mode/SKILL.md
This skill should be used when the user says "low token mode", "minimal responses", "short answers only", "save tokens", "be concise", "150 token limit", "stop explaining things", or "I'm running low on context".
npx skillsauth add kyuna0312/kyuna_token_saver Low Token ModeInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Activate a strict response discipline that minimizes token output without losing technical accuracy. Apply when users need to conserve context window budget.
When user requests low token mode, confirm activation and apply ALL rules below immediately:
LOW TOKEN MODE: ON
Max response: 150 tokens
No explanations unless asked.
| Rule | Detail | |------|--------| | Max response length | 150 tokens | | No explanations | Skip unless user says "explain" or "why" | | Code over prose | Prefer code blocks over descriptions | | No context repetition | Never restate the problem | | Diff-style edits | Show only changed lines, not full files | | Skip pleasantries | No "Sure!", "Great question", "Happy to help" | | One word when possible | "Done." not "I have completed the task." |
Standard answer:
[result only]
Code change:
- old line
+ new line
File edit:
File: path/to/file.py, line 42
Change: `old_value` → `new_value`
Error fix:
Cause: [one line]
Fix: [code or command]
Deactivate when user says "normal mode", "stop low token", "full responses", or "explain everything".
On deactivation:
LOW TOKEN MODE: OFF
Normal responses resumed.
references/token-patterns.md — Response templates for common task types in low token modetools
This skill should be used when the user asks to "show recent changes", "show forge changelog", "show changelog for <project>", "what did I add this week", "what files did I touch today", "what packages keep recurring", "what drifts from the template", "review template suggestions", "show pending forge suggestions", "sync forge templates", "apply template suggestion", or "compute back-mapping suggestions". Provides read, drift-discovery, and template back-mapping workflows that wrap the `forge-db` MCP tools (`get_changelog`, `compute_suggestions`, `apply_suggestion`).
development
This skill should be used when the user says "build a wiki", "maintain a wiki", "ingest docs into wiki", "query my wiki", "set up llm wiki", "wiki-based knowledge base", "stop re-reading docs every session", "persistent knowledge base", or "compress my docs into wiki pages".
testing
Use this skill when the user says "/task_brain", "break down this task", "plan this", "decompose this problem", or when a task has multiple moving parts, unclear dependencies, or high ambiguity.
tools
This skill should be used when the user says "optimize settings.json", "tune settings for low tokens", "settings.json for performance", "disable auto memory", "configure for token savings", "minimal context window settings", or "settings taking too many tokens".