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.
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/kklimuk/docx-cli/HEAD/.claude/agents/weak-exercise.md -o ~/.claude/agents/weak-exercise.mdweak-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.
Create well-structured git commits from the current working tree. Use when the user says 'commit', 'save my work', 'let's commit this', 'make a commit', or any variation of wanting to commit code to git.
Review code for security vulnerabilities. Use when the user says 'security review', 'security audit', 'check for vulnerabilities', 'pentest the code', 'OWASP check', or any variation of wanting a security assessment.
Read, edit, redline, comment on, and create Microsoft Word .docx files. Use to fill out or edit a Word doc, redline a contract with tracked changes, add/resolve comments, replace text keeping its formatting, restyle headings/fonts, edit tables, or read/extract a .docx as Markdown or text. Also BUILD a new .docx — from Markdown or programmatically (code that outputs a Word report with headings, tables, images). Not for PDF, Google Docs, Excel, PowerPoint, or .doc.