docx-cli
01Plugin Claude Code
Read, edit, redline, and comment on Microsoft Word .docx files from the command line — built for AI agents.
Plugin Claude Code
Read, edit, redline, and comment on Microsoft Word .docx files from the command line — built for AI agents.
Plugin Claude Code
Read, edit, redline, and comment on Microsoft Word .docx files from the command line — built for AI agents.
Agent Claude Code
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…
Settings file Claude Code
Agent settings declaring 34 allowed tools.
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
Run the weak-agent adversarial test harness against docx-cli. Spawns weak exercise agents (Haiku by default, Sonnet to probe, or a local agent harness's pre-produced runs) to perform real document tasks over six scenarios — five editing (MNDA form-fill + font fidelity, invoice table-edit/restructure + logo replace…
Instructions file
Instructions for kklimuk/docx-cli, covering docx-cli, conventions, invariants, commands and testing.
Skill Claude CodeCodex
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…