skills/ecomode/SKILL.md
Token-efficient model routing modifier — shifts tier preferences down to save costs
npx skillsauth add sartoris-digital/pi-superpowers ecomodeInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
A modifier that shifts model tier routing to prefer cheaper models. Not a standalone execution strategy — it modifies how other modes and dispatches select models.
When active, ecomode shifts tiers down:
reasoning → standardstandard → fastfast → fast (no change)This means:
Activate:
state write ecomode { "active": true }
Deactivate:
state clear ecomode
The model-router-utils module checks for ecomode state when resolving models. The subagent extension reads .pi/state/ecomode.json before each dispatch and passes ecomodeActive: true to resolveModel() if the state is active.
testing
Use when creating new skills, editing existing skills, or verifying skills work before deployment
development
Use when you have a spec or requirements for a multi-step task, before touching code
data-ai
Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always
tools
Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions