com um clique
bounded-tool-use
Context-efficient file and terminal usage for experiment agents
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Context-efficient file and terminal usage for experiment agents
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
Discover the concrete benchmark surfaces and entrypoints required for evaluation
Enable all required experiment conditions with runnable commands
Build an ordered executable code plan for controlled experiment enablement
Normalize idea components into explicit component-disable requirements
Create and verify the experiment runtime environment
Plan ordered prepare subtasks and end with reviewer-approved handoff artifacts
| name | bounded-tool-use |
| description | Context-efficient file and terminal usage for experiment agents |
| argument-hint | |
| allowed-tools | Bash(*), Read, Edit, Write, Glob, Grep, Agent |
| license | MIT |
Keep tool observations small and high-signal so planning and reporting decisions do not waste context on whole-file or whole-log dumps.
read_json for machine-readable artifacts such as reviewer reports, planner reports, and status files.search before view when you only need a finding, metric, path, or key phrase.view only with a narrow purpose. If you do not know the exact lines yet, search first, then read the smallest useful window.rg, head, tail, jq, focused test commands, and explicit file paths.cat, recursive dumps, or commands that print entire logs when a filtered command would do.think before multi-step edits, after reviewer failures, and after surprising tool output when you need to compare hypotheses or repair strategies.think to summarize the current state before you choose the next command, task delegation, or retry.