Skip to main content

ecomode

DEPRECATED shim — cost-optimized execution modifier. Do not route here; use the `ultrawork` skill for maintained high-throughput parallel execution instead.

설치로 이동

소스 정보

저장소
mrzhangguoguo/oh-my-workbuddy
최근 소스 활동
2026년 7월 8일 07:14
감지된 SKILL.md 언어
영어
스타
2
포크
1

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

파일 탐색기
2 개 파일

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
ecomode
category
shortcut
status
deprecated
description
DEPRECATED shim — cost-optimized execution modifier. Do not route here; use the `ultrawork` skill for maintained high-throughput parallel execution instead.
agent_created
true
triggers
["ecomode","eco mode","cheaper agents"]
> Ported from oh-my-codex `ecomode`. OMX runtime conventions (`$macro` invocation, > `omx` CLI, `.omx/` state directory) are replaced with WorkBuddy idioms > (Skill tool, Agent tool, task list, `.workbuddy/memory`). # Ecomode (deprecated) **Hard-deprecated. Do not invoke or route this skill.** Cost-optimized execution is now handled by the `ultrawork` skill (high-throughput parallel execution). - For "don't stop until done" loops, use `ultrawork`. - For parallelism, use `ultrawork` (it spawns teammates via the Agent tool). - For lighter-weight model selection when spawning agents, see `references/agent-tiers.md`. This file exists only to preserve the catalog-visible `ecomode` compatibility contract while canonical execution guidance is handled by `ultrawork`. ## What Ecomode Used To Do (historical) It preferred cheaper model tiers for delegated work: | Default Depth | Ecomode Preference | |---------------|--------------------| | thorough | standard, thorough only if essential | | standard | cheap first, standard if needed | | cheap | cheap — no change | The underlying principle — *prefer the lightest model that can do the job, escalate only when needed* — is preserved in `references/agent-tiers.md` and should be applied whenever you spawn teammates with the Agent tool. ## Disabling No action needed: this skill is deprecated and is never auto-routed.
GitHub에서 보기