SKILL.md Token Checkup

Every installed skill's SKILL.md loads into context on every Claude Code session — whether or not the skill ever fires. Paste one below and see the always-on cost, plus the heavy blocks you could move out. Browser-only; nothing is uploaded.

Don't have one handy? List your skills' sizes first:
for f in ~/.claude/skills/*/SKILL.md .claude/skills/*/SKILL.md; do [ -f "$f" ] && printf '%6s %s\n' "$(wc -c < "$f")" "$f"; done | sort -rn

Token counts are an estimate (~4 characters per token, the common rough rule for English/code; CJK text runs heavier, so treat the number as a floor). The point isn't the exact figure — it's the always-on portion you pay on every turn, and how much of it is detail that only matters when the skill fires. Nothing you paste leaves your browser.