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 -y skills add travisjneuman/.claude --skill document-skills --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
juliusbrussee/caveman
mattpocock/skills
shadcn/improve
obra/superpowers
forrestchang/andrej-karpathy-skills
vercel-labs/skills