skills/reset-context/SKILL.md
This skill should be used when the user says "reset context", "clear context", "things are getting slow", "session is bloated", "too much context", "start fresh", "context is full", or asks to reduce memory usage mid-session.
npx skillsauth add kyuna0312/kyuna_token_saver Reset ContextInstall 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.
Perform a controlled context reset to eliminate accumulated bloat and restore fast, focused Claude responses. Use this when sessions slow down due to excess history, loaded skills, or memory files.
Before resetting, capture essential context in under 200 tokens:
Current task: [one line]
Key files: [list paths]
Next action: [one line]
Output this summary to the user so they can paste it back after reset.
Tell user to start a new Claude Code session or use the following prompt at the top of their next message:
Reset context.
Only keep:
- Current task: [PASTE TASK HERE]
- Key files: [PASTE FILE PATHS HERE]
Ignore:
- Previous conversation history
- Memory files
- Skills unless explicitly requested
Summarize current state in <200 tokens and continue.
Scan current conversation for:
Include only these in the summary. Discard everything else.
A proper context reset can reduce token usage by 60-70% per response by eliminating:
references/reset-strategies.md — Advanced reset patterns for different session typestools
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".