skills/ltm/SKILL.md
Toggle low token mode on/off for this command or the rest of the session.
npx skillsauth add tesseract-ripple/claude-research-config ltmInstall 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.
Manage low token mode (LTM). LTM is active when the budget pace hook has injected a warning this session.
Sentinel files:
~/.claude/hooks/sentinels/low-token-warned — sessions already warned (written by hook)~/.claude/hooks/sentinels/low-token-disabled — manual full-session disable (you create/delete this)~/.claude/hooks/sentinels/low-token-override-once — skip hook on the very next prompt (consumed on use)Steps:
Check current state:
ls -la ~/.claude/hooks/sentinels/low-token-warned ~/.claude/hooks/sentinels/low-token-disabled ~/.claude/hooks/sentinels/low-token-override-once 2>/dev/null
Based on $ARGUMENTS:
status (or empty with no intent to toggle): Report current state and exit. State:
low-token-warned is non-emptylow-token-disabled existslow-token-override-once existsonce or 1: Suspend for next command only.
touch ~/.claude/hooks/sentinels/low-token-override-once
Tell the user: "LTM suspended for the next command. Normal model selection and verbosity apply for that one prompt; the hook will resume afterwards." Then apply normal (non-LTM) behaviour for your current response.
session or full or 2: Disable for the rest of this session.
touch ~/.claude/hooks/sentinels/low-token-disabled
Tell the user: "LTM disabled for this session. The hook will not reinject the warning again. Normal behaviour resumes now." Then apply normal (non-LTM) behaviour for the rest of this session.
on or re-enable: Re-enable LTM (remove disable sentinels).
rm -f ~/.claude/hooks/sentinels/low-token-disabled ~/.claude/hooks/sentinels/low-token-override-once
Tell the user: "LTM re-enabled. The hook will evaluate budget pace on the next prompt."
No arguments: Ask the user:
"Disable low token mode for: [1] This command only [2] Rest of session [3] Cancel" Then act on their response as above.
After toggling, briefly summarise: what changed, what sentinel file was created/removed, and what behaviour applies going forward.
documentation
Draft or refine a LaTeX section for a research paper, note, or proof writeup.
development
Computationally verify a mathematical identity, construction, or cryptographic property using Python.
testing
Cross-reference all citations in .tex files against bibliography entries. Find missing entries, unused references, and quality issues.
research
Survey a research topic — find approaches, compare tradeoffs, summarize key papers and results.