Document SKILLs
Description
Claude Code and Codex SKILLs for PDF, Excel, Word, and PowerPoint manipulation — extraction, forms, formulas, tracked changes, adapted from Anthropic skills.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Document Processing Skills
English | [中文](README.zh-CN.md)
A collection of Claude Code / Codex skills for document manipulation — PDF extraction/forms, Excel analysis/formulas, Word, and PowerPoint.
Quick start
Claude Code, as a plugin
Two commands inside Claude Code, no cloning:
/plugin marketplace add appautomaton/document-SKILLs
/plugin install document-skills@appautomaton-skills
Skills are then invoked as `document-skills:pdf`, `document-skills:docx`, and so on.
Any agent, via symlinks
[!TIP] Clone this repo anywhere you keep your skills, then symlink each skill into your agent's skills directory.
git clone https://github.com/appautomaton/document-SKILLs.git ~/skills/documents
cd ~/skills/documents
# Claude Code
for s in docx pdf pptx xlsx; do
ln -s "$(pwd)/$s" ~/.claude/skills/$s
done
# Codex
for s in docx pdf pptx xlsx; do
ln -s "$(pwd)/$s" ~/.codex/skills/$s
done
Skills
| Skill | What it does |
|---|---|
| docx | Create, edit, and analyze Word documents — tracked changes, comments, formatting |
| Extract text/tables, fill forms, merge/split, OCR scanned pages | |
| pptx | Edit existing presentations — reorder slides, replace text, thumbnails |
| xlsx | Create/edit spreadsheets — formulas, formatting, data analysis |
Dependencies
[!NOTE] Python scripts use [uv](https://docs.astral.sh/uv/) + PEP 723 inline metadata — no virtual environments or `pip install` needed. Just `uv run`.
System tools:
# macOS: one command via the repo Brewfile.
# Installs uv and node only if missing, optional tools are commented in the file.
brew bundle
# Linux
sudo apt-get install -y pandoc poppler-utils tesseract-ocr qpdf libreoffice
Node.js packages (docx and pptx skills only):
cd docx && npm install
cd ../pptx && npm install
License
MIT — see [LICENSE](LICENSE).
Source
Based on [Anthropic's official skills](https://github.com/anthropics/sk
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11