Install claude-token-efficient for your project
mainYou can apply token-efficient rules to your project using one of three methods. The recommended method for regular work is to use a CLAUDE.md file in your project root, which Claude will automatically read on every message.
Option 1: Universal (Quickest)
Download the base CLAUDE.md directly into your project root using curl:
curl -o CLAUDE.md https://raw.githubusercontent.com/drona23/claude-token-efficient/main/CLAUDE.mdOption 2: Use a specialized profile
Clone the repository and copy a specific profile (e.g., for coding) to your project root:
git clone https://github.com/drona23/claude-token-efficient
cp claude-token-efficient/profiles/CLAUDE.coding.md your-project/CLAUDE.mdOption 3: Manual
Copy the contents of the CLAUDE.md file from this repository and paste them into a new file named CLAUDE.md in your project root.