economy-mode

Activate cost-optimized Layer 3 model selection via config flag or user trigger.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/barichter/squad --skill economy-mode-barichter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: economy-mode
Source: https://github.com/barichter/squad/tree/main/.squad/skills/economy-mode
Command: npx skills add https://github.com/barichter/squad --skill economy-mode-barichter

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill allows users to reduce costs by shifting to lower-cost model selections for Layer 3 model selection in economy mode.

Core Features & Use Cases

  • Cost Optimization: Switch to cost-optimized model alternatives in economy mode.
  • Scope of Application: Applies during sessions when economy mode is active or set persistently in config.
  • Use Case: Ideal for long-running sessions or permanent cost reductions without specifying models for each agent.

Quick Start

Activate economy mode with the phrase "use economy mode" or by setting economyMode: true in .squad/config.json.

Frequently Asked Questions about economy-mode

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

FAQPage Schema
How do I reduce model costs during long-running sessions?

You can reduce model costs by activating economy mode to switch Layer 3 model selection to predefined lower-cost alternatives. Activate it by saying "use economy mode" or setting `economyMode: true` in your config file to apply persistent cost optimization.

What is economy mode for model selection?

Economy mode is a cost optimization feature that applies a predefined model selection table to Layer 3. It checks a persistent config flag and shifts processing to lower-cost models when active, helping cost-conscious environments reduce expenses without manual model specification.

Can I make cost-optimized model selection persistent across sessions?

Yes, you can make cost-optimized model selection persistent by setting `economyMode: true` in `.squad/config.json`. The Skill reads and modifies this config file to manage session states, ensuring the economy model table applies automatically in future sessions.

How do I switch to lower-cost models without specifying them for each agent?

Switch to lower-cost models without per-agent specification by activating economy mode. The Skill applies a predefined economy model selection table to Layer 3 across the session, eliminating the need to manually configure individual agents while maintaining persistent cost reductions.

Does economy mode require any dependencies to manage config files?

No, economy mode does not require any external dependencies to manage config files and session states. The Skill autonomously reads and modifies `.squad/config.json` to check the persistent flag and apply the cost-optimized model selection table when active.

When should I avoid using economy mode for model selection?

You should avoid using economy mode when high-cost model performance is critical for your task. Economy mode shifts Layer 3 to lower-cost alternatives via a predefined selection table, which may reduce output quality in scenarios requiring advanced model capabilities.