economy-mode

Switch Layer 3 task-aware model selection to cheaper alternatives via config.

2|Updated Apr 21, 2026
One-click install
npx skills add https://github.com/elbruno/md-to-slides --skill economy-mode-elbruno
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: economy-mode
Source: https://github.com/elbruno/md-to-slides/tree/main/.copilot/skills/economy-mode
Command: npx skills add https://github.com/elbruno/md-to-slides --skill economy-mode-elbruno

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Economy mode reduces compute costs by shifting Layer 3 task auto-selection to lower-cost model alternatives while preserving the user’s explicit preferences.

Core Features & Use Cases

  • Cost-optimized Layer 3 model selection: Applies an economy-mode mapping table for common task outputs, without overriding Layer 0/1/2 choices.
  • Session and persistent activation: Enables economy mode for a session via trigger phrases or persistently via .squad/config.json and the squad --economy flag.
  • Clear operational acknowledgments: Includes a 💰 indicator in agent spawn messages when economy mode is active.

Quick Start

Ask your agent to use economy mode (for example: “save costs”), and it will switch Layer 3 selection to the economy table while keeping Layer 0/1/2 intent intact.

Frequently Asked Questions about economy-mode

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I reduce LLM operating costs without overriding my explicit model selections?

Reduce LLM operating costs by switching Layer 3 task-aware auto-selection to cheaper alternatives using economy mode. It applies an economy model table that preserves your Layer 0, 1, and 2 explicit intent while lowering compute expenses for coding, documentation, planning, triage, and review workloads.

What is the best way to switch language model routing to cheaper alternatives for a single session?

Switch language model routing to cheaper alternatives for a single session by using trigger phrases like “save costs” with your agent. This activates economy mode immediately, applying lower-cost model mappings to your current tasks while keeping your explicit preferences intact.

Can I persist cost optimization settings across sessions using config.json?

Yes, you can persist cost optimization settings across sessions by writing to the `.squad/config.json` file. Persistent activation ensures economy mode applies automatically to future agent spawns, continuously routing Layer 3 tasks to lower-cost alternatives.

How does economy mode handle agent spawning and model selection?

Economy mode handles agent spawning by applying a defined economy model table for Layer 3 model selection. When active, spawned agents include a 💰 indicator in their messages, confirming that lower-cost alternatives are being used for task outputs.

Will applying cost optimization settings override my Layer 0, 1, or 2 model preferences?

No, applying cost optimization settings never overrides your Layer 0, 1, or 2 explicit model preferences. Economy mode strictly targets Layer 3 task-aware auto-selection, ensuring your highest-priority configuration and explicit intent remain fully intact.

What types of workloads are supported by LLM cost optimization mode?

LLM cost optimization mode supports common workloads including coding, documentation, planning, triage, and review tasks. It shifts the Layer 3 auto-selection for these specific outputs to cheaper alternatives, reducing overall compute costs without losing task intent.