economy-mode

Replace high-cost Layer 3 model selections with budget options when economy mode is active.

1|Updated Apr 17, 2026
One-click install
npx skills add https://github.com/sudhakrms/CalendarControl --skill economy-mode-sudhakrms
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: economy-mode
Source: https://github.com/sudhakrms/CalendarControl/tree/main/coffee/.copilot/skills/economy-mode
Command: npx skills add https://github.com/sudhakrms/CalendarControl --skill economy-mode-sudhakrms

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Shifts Layer 3 model selection to cost-optimized alternatives when economy mode is active.

Core Features & Use Cases

  • Enables budget-friendly Layer 3 model choices during sessions to reduce run costs.
  • Preserves Layer 0 configurations and explicit user directives (defaultModel, charter preferences).
  • Works with session directives and persistent config to ensure cost-aware operation.

Quick Start

Activate economy mode by saying "use economy mode" or set 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 selection costs during a session?

Reduce model selection costs by activating economy mode via a session command or by setting economyMode: true in your config file. This switches Layer 3 selections to budget-friendly alternatives while preserving higher-level overrides.

What is cost-aware Layer 3 model selection?

Cost-aware Layer 3 model selection replaces high-cost model choices with budget-friendly options when economy mode is active. It balances cost and performance across tasks like coding, prompts, and planning without breaking existing configurations.

Does economy mode override my default model configurations?

Economy mode does not override your default configurations. It preserves Layer 0 settings, explicit user directives like defaultModel, and charter preferences, ensuring cost-aware operation only affects applicable Layer 3 selections.

How do I persist economy mode settings across different sessions?

Persist economy mode settings across sessions by setting economyMode: true in the .squad/config.json file. This ensures cost-optimized Layer 3 model choices are continuously applied without requiring manual activation each time.

When should I avoid using economy mode for model selection?

Avoid using economy mode when your coding, prompt, or planning tasks require maximum performance from high-cost Layer 3 models and cost optimization is secondary. It shifts selections to budget-friendly alternatives which may impact output quality.