Extract, fill, merge. PDF manipulation with bundled scripts so Claude does not waste tokens generating them.
By use case
Top Document Processing Skills
Create, parse, and edit DOCX, PDF, XLSX and PPTX files. OCR, format conversion, deterministic scripts.
5 skills indexed · ranked by composite score
Top 5 Documents skills
- 1.pdf—Extract, fill, merge. PDF manipulation with bundled scripts so Claude does not waste tokens generating them.
- 2.docx—Word documents end-to-end. Create, edit, comment, track-change.
- 3.xlsx—Excel spreadsheets with real formulas, charts, and formatting — not flat CSV exports.
- 4.pptx—PowerPoint decks with layouts, charts, speaker notes — programmatic from prose.
- 5.doc-coauthoring—Multi-author edits with suggestion mode and conflict resolution.
About Document Processing
The best agent skills for document processing in 2026 are Anthropic's official `docx`, `pdf`, `pptx`, and `xlsx` Skills — they handle the formats every business runs on with tested scripts for edge cases (track-changes, password protection, merged cells) that improvised Python often misses. Document-processing Skills give AI agents deterministic control over Word, PDF, Excel, PowerPoint and CSV files. Instead of having Claude or Cursor improvise file manipulation in plain Python every time, a Skill bundles tested scripts, format-specific edge cases (track-changes, embedded images, locked sheets, password protection), and the precise install steps for each agent. The result is reproducible: the same prompt produces the same file, every time.
Most teams reach for these Skills the moment an agent has to touch a real customer artifact — a contract redline, a financial model, a board deck, a parsed claim form. Common workflows include extracting tables from scanned PDFs, find-and-replace across hundreds of DOCX files, generating PPTX decks from a Markdown outline, building XLSX models with formulas and conditional formatting, and OCR pipelines that turn scanned paper into searchable, indexable text.
The audience is broad: legal ops, finance, sales engineering, customer support, and any engineer wiring document automation into a SaaS product. We rank skills here by composite score — install count, provenance (Anthropic-authored skills like docx, pdf, pptx, xlsx score highest), cross-agent compatibility, recency, documentation depth, and how friction-free the install is on Claude Code, Cursor, Codex, Gemini CLI and Antigravity.
Ranked by score
Best Documents Skills
Skills that do documents well — ranked transparently.
Excel spreadsheets with real formulas, charts, and formatting — not flat CSV exports.
PowerPoint decks with layouts, charts, speaker notes — programmatic from prose.
Multi-author edits with suggestion mode and conflict resolution.
FAQ
Frequently asked
What is a document-processing Skill?
A document-processing Skill is a SKILL.md-format bundle that teaches an AI agent how to read, edit, or generate a specific file type — DOCX, PDF, XLSX, PPTX, CSV — using deterministic scripts rather than ad-hoc code. It ships as a folder the agent loads on demand.
Which agents support document Skills today?
Anthropic's docx/pdf/pptx/xlsx Skills run natively in Claude Code, Claude.ai (Pro/Max/Team/Enterprise), and the Claude API. Codex CLI, Cursor, Gemini CLI and Antigravity all support the SKILL.md spec, with Antigravity bundling 1,000+ pre-installed.
Do document Skills work offline?
Yes for the file manipulation itself — the bundled scripts run locally inside the agent's sandbox. OCR Skills that call cloud vision APIs (Anthropic's file-search, Google Vision) require network access; pure pdfplumber/python-docx flows do not.
How do I pick between docx, pdf, pptx and xlsx Skills?
Pick by output format, not input. If you need to produce a Word file, use docx. If you need a styled deck, use pptx. xlsx Skills handle formulas and pivot tables that generic CSV writers cannot. PDF skills handle both reading (extraction) and writing (form fill, watermark, encrypt).
Are these Skills better than just asking the model to write a script?
For one-off tasks, prompting works. For anything reproducible — same input, same output, every time — a Skill is meaningfully more reliable. It bundles tested scripts, handles format edge cases the model often gets wrong (encrypted PDFs, .docx tracked changes, .xlsx merged cells), and avoids prompt-to-prompt drift.
Other categories