Ashlr Eco Mode banner
ashlrai ashlrai

Ashlr Eco Mode

Development community

Description

--- name: ashlr-eco-mode description: Toggle eco mode — aggressive token-saving behaviors that trade some response richness for lower session cost. argument-hint: "on | off | status" --- Toggle eco mode for the current session. ## Usage ``` /ashlr-eco-mode on # enable eco mode /ashlr-eco-mode off # disable eco mode /ashlr-eco-mode status # show current eco mode state + active behaviors ``` ## What eco mode does When `ASHLR_ECO=1` is set, the following behaviors activate automatica

Installation

Installs to ~/.claude/skills/ashlrai-ashlr-plugin-ashlr-eco-mode/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ashlrai-ashlr-plugin-ashlr-eco-mode && curl -fsSL https://raw.githubusercontent.com/ashlrai/ashlr-plugin/HEAD/commands/ashlr-eco-mode.md -o ~/.claude/skills/ashlrai-ashlr-plugin-ashlr-eco-mode/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository