economy-mode

Auto-select cheaper Layer 3 models when economy mode is active.

66|41|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/olivomarco/vbd-copilot --skill economy-mode-olivomarco
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: economy-mode
Source: https://github.com/olivomarco/vbd-copilot/tree/main/.copilot/skills/economy-mode
Command: npx skills add https://github.com/olivomarco/vbd-copilot --skill economy-mode-olivomarco

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Economy mode reduces operating costs by auto-selecting cheaper Layer 3 models during AI-agent work, while preserving user intent and high-quality outputs.

Core Features & Use Cases

  • Automatically switch to cost-effective Layer 3 models when enabled, saving resources across long-running sessions.
  • Persist the mode via .squad/config.json (economyMode: true) or apply it per session with temporary triggers.
  • Use cases include writing prompts, architecture planning, triage, and code-like tasks where cost constraints are important.

Quick Start

Enable economy mode for this session to 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 model operating costs during long-running agent sessions?

You can reduce AI model operating costs by activating economy mode, which auto-selects cheaper Layer 3 models for tasks like code writing and architecture reviews while preserving your Layer 0, 1, and 2 preferences.

How does economy mode switch to cost-optimized models for code and prompt tasks?

Economy mode works by using an internal mapping table to automatically route code writing, prompts, and triage tasks to cheaper Layer 3 models whenever the mode is active for your session.

Can I persist cost-optimized model selection across multiple AI-agent sessions?

Yes, you can persist cost-optimized model selection by writing `economyMode: true` to the `.squad/config.json` file, which keeps the setting active until you explicitly deactivate it.

Does activating economy mode override my existing Layer 0, 1, and 2 model preferences?

No, activating economy mode does not override existing preferences; it specifically targets Layer 3 model selection for cost reduction while preserving your Layer 0, 1, and 2 configurations.

What is the best way to disable economy mode after enabling it for a workflow?

The best way to disable economy mode is through its explicit deactivation path, which reverses the persistent `economyMode: true` flag in your `.squad/config.json` and restores standard model selection.