Office Doc Tools

Structured PPTX/DOCX/PDF/XLSX delivery with formula, render, and error-scan verification gates.

Tested · Works

Test report

Verdict
Tested · Works
Score
9.2/10
Tested
Jul 15, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · bcb6ef8

Ran a real CSV-to-Excel mini task twice: the skill-guided build produced a Source/Model/Dashboard/Checks workbook with SUMIF-driven product totals and an ISERROR scan sheet, while the naive baseline hardcoded revenue values into one flat sheet with no error checking — a concrete, auditable improvement, not just prettier formatting.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 8/10
  • Docs & honesty 5/5

What Office Doc Tools does

Bilingual (ZH/EN) skill for producing formal Office deliverables: editable PPTX decks, DOCX reports with comments/redlines, PDF review/generation, and XLSX workbooks with auditable formulas and charts. Triggers on requests for PPT/PPTX/slide decks, DOCX/Word redline or comments, PDF read/create/review/render, or Excel/XLSX/CSV workbook/chart/formula work, and pushes the model to verify output (render checks, formula-error scans) rather than declare success from text alone.

How to install Office Doc Tools

git clone https://github.com/Coff0xc/coffee-skill
cd coffee-skill
mkdir -p ~/.claude/skills
cp -r skills/coff0xc-office-doc-tools ~/.claude/skills/coff0xc-office-doc-tools

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger Office Doc Tools

  • /coff0xc-office-doc-tools Structured PPTX/DOCX/PDF/XLSX delivery with formula, render, and error-scan verification gates.

It also activates on plain-language prompts like these:

  • Turn this markdown report into an editable PowerPoint deck.
  • Add track-changes comments to this Word contract draft.
  • Clean up this CSV and build an Excel workbook with formulas.

Frequently asked questions

Is the Office Doc Tools skill free?
Yes. The skill itself is free from Coff0xc/coffee-skill. SkillProof publishes the install command and an independent test verdict at no cost.
Does Office Doc Tools work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 15, 2026. Verdict: Tested · Works. Ran a real CSV-to-Excel mini task twice: the skill-guided build produced a Source/Model/Dashboard/Checks workbook with SUMIF-driven product totals and an ISERROR scan sheet, while the naive baseline hardcoded revenue values into one flat sheet with no error checking — a concrete, auditable improvement, not just prettier formatting.
What is the Office Doc Tools SkillProof Score?
9.2/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 8/10, docs & honesty 5/5.
How do I install Office Doc Tools?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Office Doc Tools with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.