economy-mode

Switch Layer 3 model selection to lower-cost alternatives when economy mode is active.

Updated Apr 16, 2026
One-click install
npx skills add https://github.com/Leep-GH/Lee-s-squad --skill economy-mode-leep-gh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: economy-mode
Source: https://github.com/Leep-GH/Lee-s-squad/tree/main/packages/squad-cli/templates/skills/economy-mode
Command: npx skills add https://github.com/Leep-GH/Lee-s-squad --skill economy-mode-leep-gh

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Economy mode reduces costs by shifting Layer 3 model selection to lower-cost alternatives when active, without altering user intent at Layer 0/1/2.

Core Features & Use Cases

  • Switches Layer 3 auto-selection to cost-effective models when economy mode is engaged
  • Persists economy mode via .squad/config.json or session scope, with clear acknowledgments
  • Keeps user-defined constraints (defaultModel, agentModelOverrides, charter preferences) intact while applying the economy table to Layer 3 decisions
  • Example: a team running many agents can lower operational costs during heavy workloads without rewriting prompts

Quick Start

Enable economy mode for the current session or persist it to config.json and start using cost-optimized models.

Frequently Asked Questions about economy-mode

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

FAQPage Schema
How do I reduce AI agent costs during heavy workloads without rewriting prompts?

You can reduce AI agent costs by enabling economy mode to switch Layer 3 model selection to lower-cost alternatives. This minimizes expenses across tasks like architecture planning and code generation while preserving your original user intent.

How does cost-aware model selection work for session management?

Cost-aware model selection works by applying an economy table to Layer 3 decisions when a runtime toggle is active. It persists settings via a configuration file or session scope, using lower-cost models while respecting Layer 0 overrides and explicit directives.

Can I use economy mode without overriding default model constraints?

Yes, you can use economy mode without overriding default model constraints. The feature keeps user-defined constraints like defaultModel and agentModelOverrides intact while applying the economy table exclusively to Layer 3 auto-selection decisions.

What is the best way to persist cost optimization settings for AI agents?

The best way to persist cost optimization settings is to write the economyMode toggle into your config.json file. This applies the economy table to Layer 3 model choices across all future sessions until manually disabled.

Does economy mode affect triage and code generation tasks differently?

Economy mode does not affect triage and code generation tasks differently; it uniformly shifts their Layer 3 model selection to lower-cost alternatives. It minimizes expenses across all applicable tasks without altering the underlying user intent.

Why should I not use economy mode for complex architecture planning?

You should not use economy mode for complex architecture planning if maximum model capability is required. While it preserves user intent, shifting to lower-cost alternatives inherently minimizes model capability, which may impact highly complex reasoning tasks.