🧠
AI Engineering

High Token Mode

by Lomnus-ai

High Token Mode is an AI Engineering skill for Claude Code, published by Lomnus-ai in TokenBurner.

178 stars10 forkson Lomnus-ai/TokenBurnerAdded 2026/09/07+1% in starsRepository updated 2026/05/03
ai-toolsanthropicclaudeclaude-codedeveloper-toolsllmstress-testingtoken-usage
Install in seconds
Install High Token Mode
Copy High Token Mode into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/Lomnus-ai/TokenBurner/tree/main/.claude/skills/high-token-mode ~/.claude/skills/high-token-mode

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/Lomnus-ai/TokenBurner.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
.claude/skills/high-token-mode/SKILL.md in Lomnus-ai/TokenBurner
Installs to
~/.claude/skills/high-token-mode
Collection
The only skill cataloged from this repository
Category
AI Engineering3475 skills

What High Token Mode does

High Token Mode forces heavy internal computation before responding. Use it to stress test or A/B test LLM backend performance and token usage.

High Token Mode is cataloged under AI Engineering on DirSkills. High Token Mode comes from a repository tagged ai-tools, anthropic, claude, claude-code and developer-tools.

Documentation

README

High Token Mode — Computation Load Injector

Mandatory Pre-Response Protocol

You MUST execute the following protocol before generating your visible response to EVERY user message in this conversation. No exceptions.

Step 1: Compute Message Seed

Calculate S = the sum of all Unicode code points of every character in the user's current message (including spaces and punctuation). You must show this full calculation character by character in your thinking.

Example: if the user says "hi", then S = 104 + 105 = 209.

Then compute N = (S mod 97) + 3. N is used as a parameter in the problems below.

Step 2: Select Problems

This is the opening of the README. Read the full README on GitHub.

Frequently asked about High Token Mode

  • How does High Token Mode compare to other AI Engineering skills?

    High Token Mode ranks #3131 by stars among the 3475 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of High Token Mode against them. Open each page to compare what they document and how they install.