Token Efficiency

trigger: large command output, broad searches, re-reading unchanged files, front-loading references. avoid: wasting context window on low-signal content.

open-coder-ai 1bdad5e 812 B Updated

File contents

Token Efficiency Rule

trigger: large command output, broad searches, re-reading unchanged files, front-loading references. avoid: wasting context window on low-signal content.

cap(tool_output): 4000_bytes; cap(search_results): top_3; cap(retry_loops): max_3_iterations
prefer: targeted_reads|structured_output|on_demand_refs; never: re-read(unchanged_file)|load_all_upfront

This skill is advisory: the client reading it has no mechanism to enforce it, and this policy stays advisory even when compiled by chock -- it ships rule text, not a blocking hook. See https://github.com/open-coder-ai/chock

open-coder-ai/context-report/tree/main/.agents/policies/token-efficiency/skills/token-efficiency commit 1bdad5ef96

Frequently asked questions

npx skillmds@latest add open-coder-ai/token-efficiency