Leaderboard/Token Optimization/token-diet
Last commit on July 3, 2026·Created on July 3, 2026

Kulaxyz/token-diet

Cuts token waste across the session without cutting correctness.
Combined rank
#519
across all skills
In Token Optimization
#2
category rank
Stars
472
+0.4% in last 7d
Forks
4
0.0% in last 7d
Watchers
0
0 watchers in last 7d
Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
TL;DR

Token Diet applies a structured set of rules to every part of a coding agent's interaction: user replies, written artifacts, tests, code, context reads, tool calls, and sub-agent instructions. Users can choose from three enforcement levels — on, lite, and ultra — while guardrails protect critical test coverage, exact identifiers, and reasoning depth. It helps heavy AI users, engineering teams, and administrators lower token consumption and costs without losing substance.

WHO IT'S FOR
AI Coding Agent Power Users
reduce token consumption and costs
Engineering Teams Using AI Assistants
standardize token-efficient practices across team
AI Tooling Administrators
manage token budgets for organization
Freelance Developers Using AI
maximize value from AI subscription
Repository contents

1 skill file

Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.

Use this skill

Follow the documented setup, then try a first task.

I’m using

Automatic global install — default level

Installs: Global configuration for each automatically detected agent · Claude Code, Codex

Before you start
  • Bash
  • curl
  • Python 3
  • An existing ~/.claude or ~/.codex directory for automatic installation; if neither exists, the script only prints the directive
  1. Run this terminal command. It automatically detects installed Claude Code and Codex configurations and installs the default quality-locked token-diet level globally.

    curl -fsSL https://raw.githubusercontent.com/Kulaxyz/token-diet/main/install.sh | bash
install.sh · Checked Sep 18, 2026README.md · Checked Sep 18, 2026

Give it something to do.

Suggested first task

Condense a draft without losing details

Uses token-diet

  • A draft reply, document, plan, hand-off, or comment to revise; replace [paste the draft to revise] with its complete text
Use the token-diet skill in lite mode. Rewrite the following draft to remove filler, repetition, and preamble while preserving every fact and required detail: [paste the draft to revise].
SKILL.md · Checked Sep 18, 2026