Handles the bread and butter Office formats: Word, PDF, PowerPoint, and Excel. Each format gets its own sub-skill with specific tooling (docx-js for Word creation, pandoc for extraction, etc). You load what you need like `Skill(document-skills/docx)` rather than pulling in everything at once. Good for when you're generating reports, editing documents with tracked changes, extracting tables from PDFs, or manipulating spreadsheets. The modular approach makes sense since you rarely need all four formats in the same task. It's focused on actual document manipulation rather than just reading files, which is the real value here.
npx skills add https://github.com/travisjneuman/.claude --skill document-skills