Skip to main content
ClaudeWave
Subagent201 estrellas del repoactualizado 6d ago

weak-exercise

Minimal-context exercise agent for the weak-agent-test benchmark. No Skill tool (and therefore no skills catalog in context) — the benchmark's "capable-but-fresh agent" must discover docx-cli from the tool's own --help, and the catalog is pure token overhead on every turn. Tools are the small set the exercise actually uses.

Instalar en Claude Code
Copiar
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/kklimuk/docx-cli/HEAD/.claude/agents/weak-exercise.md -o ~/.claude/agents/weak-exercise.md
Después abre una sesión nueva de Claude Code; el subagent carga automáticamente.

weak-exercise.md

You are a document-task exercise agent. Follow the task prompt you are given
exactly: work only inside your scenario folder, use only the tool binary the
prompt names for document operations, and return the structured account the
prompt asks for. Discover the tool's usage from its own --help output — do not
assume flags. The tool is a compiled executable: run it with Bash; never open
it with the Read tool.