Token economy and workflow stack for Claude Code
Project description
⚡ Claude Code Optimizer v1.0.0
The ultimate modular framework for token economy, multi-agent workflows, and safety inside Claude Code.
Maximize output quality. Minimize token drain. Built for solo developers and growing teams.
💡 The Problem
Claude Code is an incredibly powerful CLI agent, but by default, it can be expensive and noisy. It aggressively reads terminal output (including ANSI color codes and progress bars), re-reads its entire context on every turn, and can quickly bloat its memory with stale tasks. Without guardrails, you will burn through your API limits rapidly.
🚀 The Solution
Claude Code Optimizer v1.0.0 is a production-grade, highly modular bash framework that configures your machine and projects for maximum token efficiency and robust team collaboration.
Running this script injects a battle-tested stack of hooks, skills, specialized agents, slash commands, and third-party tools into your global and local .claude/ environments. Users save 60-90% on token costs without sacrificing reasoning capability.
✨ Core Features
- 🧠 Token Economy Engine: Features Chain-of-Draft (
/user:chain-of-draft) and Caveman ([caveman]) modes to enforce ultra-lean AI reasoning outputs, saving thousands of tokens per session. - 🚧 Smart Interception Hooks:
read-once.sh: Blocks Claude from re-reading unchanged files.compact-output.sh: Intelligently strips ANSI noise and truncates massive terminal outputs (likenpm testorgit log).cost-guard.sh: Warns you when you hit 80% of your daily token budget.
- ⚙️ Strict Effort Control: Built-in hooks (
effort-gate-pre/effort-gate-post) that give teeth to your intent. Using/user:effort-lowblocks expensive commands likedocker buildand restricts API calls. - 🧹 Context & Memory Hygiene: Auto-generates aggressive
.claudeignoreblocks, prunes staleMEMORY.mdlogs viatoken-trim, and facilitates clean checkpointing with the/user:handoffcommand. - 📦 Smart Tool Integrations: Auto-installs 2026's best token-saving tools like
codesight(semantic indexing) andrtk(Rust Token Killer).
📦 Optional Workspaces (Packs)
Claude Code Optimizer has evolved from a configuration script into a fully modular framework. Launch the interactive wizard to install any of these workflow packs:
- 👥 Team Pack (
--team): Scales Claude for 2-8 person teams. Auto-generates specialized agents (frontend-specialist,devops-specialist, etc.) and a strictINTERFACES.mdcontract. Includesinterface-guard.shto prevent Claude from making changes outside your assigned domain. - 📚 Docs Pack (
--docs): Deploys a dedicatedtechnical-writeragent. ScaffoldsPRD.md,ARCHITECTURE.md, andMEMORY_BANK.md. Includes/user:ticket-gento automatically translate PRDs into actionable Linear/Jira engineering tickets. - 🛠️ OSS Skill Pack (
--oss-pack): Injects vetted community skills directly into your global setup. Includeswebapp-tester(for automated Playwright e2e validation) anddesign-system(to block generic AI UI outputs and enforce premium aesthetics).
🚀 Installation
Recommended (via PyPI):
pip install claudeoptimize
Alternative (Bash Installer): This script requires zero external dependencies to run.
# 1. Download the script
curl -fsSL https://raw.githubusercontent.com/IAZENT/claude-code-optimizer/main/claude-optimize.sh -o claude-optimize.sh
# 2. Make it executable
chmod +x claude-optimize.sh
# 3. Run the interactive installer globally
./claude-optimize.sh --install
💻 Usage
Once installed globally, you can initialize any project or update your global settings effortlessly.
Fast Track
The recommended first-time setup command:
claude-optimize --both --yes
(Installs the global ~/.claude/ config, initializes the current directory, and auto-installs the recommended token-saver CLI tools).
CLI Commands
| Command | Description |
|---|---|
claude-optimize |
Interactive setup menu (Global, Project, Team, Docs, OSS). |
claude-optimize --both |
Quick setup for global + current project. |
claude-optimize --team |
Initialize the multi-agent Team Collaboration Pack. |
claude-optimize --docs |
Scaffold the PRD and Architecture Docs Pack. |
claude-optimize --oss-pack |
Install vetted open-source workflow skills. |
claude-optimize --budget 150000 |
Sets your daily token ceiling to 150k (used by the cost-guard hook). |
claude-optimize --analyze |
Parses local logs to show your top token-burning projects today. |
claude-optimize --status |
Checks your machine's optimization health and pack installation status. |
claude-optimize --update |
Pulls the latest templates and components from GitHub and self-updates. |
🛠️ The Commands You Get
Once optimized, you unlock a suite of powerful workflow commands directly inside Claude Code:
Core Workflows
/user:plan— Numbered plan, no code until you confirm./user:debug— Root cause + minimal fix, skips the exploratory noise./user:compress— Checkpoints your current state intoMEMORY.mdso you can safely/compact./user:handoff— Gracefully saves your session state and unmerged changes before a full context clear./user:claude-md-audit— Audits your project files to strip inferable boilerplate and save prompt tokens.
Token Economy
/user:chain-of-draft— 80-90% fewer reasoning tokens (CoD mode)./user:effort-low— Triggers a lean session (Chain-of-Draft + no subagents + blocks heavy execution)./user:effort-high— Triggers a deep session (full reasoning + architectural subagents allowed)./user:budget-check— Live report on your daily token spend and context health.
🤝 Contributing
Contributions are welcome! If you've found a new way to shave off tokens, discovered a new plugin, or wrote a better hook:
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
📜 License
Distributed under the MIT License. See LICENSE for more information.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file claudeoptimize-1.0.0.tar.gz.
File metadata
- Download URL: claudeoptimize-1.0.0.tar.gz
- Upload date:
- Size: 57.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
160ec6f46f751ee94ea05344cbd3a9d649a4c8349a3800574e39be9ca04615f6
|
|
| MD5 |
f456dfb8fb85d7591bf00af5914ef92e
|
|
| BLAKE2b-256 |
b452f2e465407833183f92aef9fd06e57b69ebe5a2e2ef3115094e585877feb5
|
Provenance
The following attestation bundles were made for claudeoptimize-1.0.0.tar.gz:
Publisher:
release.yml on IAZENT/claude-code-optimizer
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
claudeoptimize-1.0.0.tar.gz -
Subject digest:
160ec6f46f751ee94ea05344cbd3a9d649a4c8349a3800574e39be9ca04615f6 - Sigstore transparency entry: 1808228412
- Sigstore integration time:
-
Permalink:
IAZENT/claude-code-optimizer@6c840c6e0c63a5ee297320af5c19e4fc842ed8c1 -
Branch / Tag:
refs/tags/v1.0.0 - Owner: https://github.com/IAZENT
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@6c840c6e0c63a5ee297320af5c19e4fc842ed8c1 -
Trigger Event:
push
-
Statement type:
File details
Details for the file claudeoptimize-1.0.0-py3-none-any.whl.
File metadata
- Download URL: claudeoptimize-1.0.0-py3-none-any.whl
- Upload date:
- Size: 97.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
56110e09ee022b79e5da5ac229cdb722350748431632325ff0726871fdc4b09e
|
|
| MD5 |
8300bc0d9fd50ef7e24b2c45943c64aa
|
|
| BLAKE2b-256 |
9bfe009cdc46dc8cc2e1e131371b45d653265fe4d1cd9302ea1809055faba270
|
Provenance
The following attestation bundles were made for claudeoptimize-1.0.0-py3-none-any.whl:
Publisher:
release.yml on IAZENT/claude-code-optimizer
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
claudeoptimize-1.0.0-py3-none-any.whl -
Subject digest:
56110e09ee022b79e5da5ac229cdb722350748431632325ff0726871fdc4b09e - Sigstore transparency entry: 1808228441
- Sigstore integration time:
-
Permalink:
IAZENT/claude-code-optimizer@6c840c6e0c63a5ee297320af5c19e4fc842ed8c1 -
Branch / Tag:
refs/tags/v1.0.0 - Owner: https://github.com/IAZENT
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@6c840c6e0c63a5ee297320af5c19e4fc842ed8c1 -
Trigger Event:
push
-
Statement type: