skills/manage-skills/SKILL.md
This skill should be used when the user says "list loaded skills", "disable skills", "skills are wasting tokens", "too many skills loaded", "which skills are active", "unload skills", "skill token cost", or "skills killing my budget".
npx skillsauth add kyuna0312/kyuna_token_saver Manage SkillsInstall 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.
Audit and reduce skill token overhead. Skills silently consume 1,000-28,000 tokens each when loaded.
Each loaded skill SKILL.md body costs tokens every response:
To identify which skills are active, instruct user to run:
# List all installed plugins and their skills
ls ~/.claude/plugins/
# Check active plugin config
cat ~/.claude/settings.json | grep -i plugin
Then read and report:
Edit ~/.claude/settings.json and set plugin enabled to false, or remove plugin from active list.
Tell user to add to their claude.md:
## Skill Loading Policy
Only load skills when explicitly requested with /skill-name.
Do not auto-load skills based on conversation context.
Disabled plugins: [list plugins not needed]
Keep only skills actively needed for current work. Disable:
Use autoLoadSkills: false in settings.json to prevent all skills from loading automatically.
For each skill directory, estimate cost:
# Count words in all SKILL.md files
find ~/.claude/plugins -name "SKILL.md" -exec wc -w {} \; | sort -n
Skills over 3,000 words = high cost. Consider disabling or requesting optimization.
references/skill-audit.md — Full audit procedure and cost reduction strategiestools
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".