MaxForAI/Tokenless ? reverse-engineered prompt
Reverse engineered prompt
Build me a small JavaScript command line tool called Tokenless that helps cut Claude Code token usage by compressing repeated context and keeping the full raw output on my machine instead of sending it back every time.
I want a simple install and launch flow, setup commands for repairing hooks and installing the commands, and a status check so I can see whether it is working. It should have three modes, chat for short readable replies, coding for denser coding focused replies, and off to disable everything. The main idea is that large file reads, logs, diffs, and other long tool output should be stored locally and replaced with a compact packet that can be expanded later if needed.
Please make it work cleanly with Claude Code, and keep it practical for a real user to run from the terminal. If you need to, look up current docs online and follow best practices for the CLI experience.
Are you gonna build this?
make sure you review the code using coderabbit