Token Mode Manager
Set or view the current token-saving mode.
Usage
View current mode:
bash
cat ~/.chippery/mode 2>/dev/null || echo "balanced"
Set mode:
bash
~/.claude/skills/chippery-mode/scripts/set-mode.sh $ARGUMENTS
Available Modes
| Mode | Behavior | License |
|---|---|---|
balanced | Standard exploration, soft nudges on code reads | Free |
balanced-pro | Concise responses, stronger nudges | Pro |
frugal | Minimal tokens, blocks raw code reads | Pro |
Examples
- •
/chippery-mode- Show current mode - •
/chippery-mode balanced- Set to balanced (free tier) - •
/chippery-mode balanced-pro- Set to balanced-pro (requires Pro license) - •
/chippery-mode frugal- Set to frugal (requires Pro license)
Pro Modes
balanced-pro and frugal modes require a Pro license. If you try to set a Pro mode without a license, it will tell you and fall back to balanced.
To unlock Pro modes, run /chippery-activate <your-license-key>.