smithery/travisjneuman

document-skills

Professional document creation, editing, and analysis for Office formats (docx, pdf, pptx, xlsx). Use when working with Word documents, PDFs, PowerPoint presentations, or Excel spreadsheets.

Installation

$ npx skills add smithery/travisjneuman --skill document-skills

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/travisjneuman · top by installs.

npx skills add smithery/travisjneuman

Browse all from smithery/travisjneuman

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,889 B
  • docs SUMMARY.md 213 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

Document Skills Suite

Comprehensive document handling for Microsoft Office formats and PDFs.

Available Sub-Skills

Skill Format Capabilities
docx Word (.docx) Create, edit, analyze, tracked changes, comments
pdf PDF (.pdf) Extract text, tables, metadata, merge/split
pptx PowerPoint (.pptx) Create, edit presentations, layouts, charts
xlsx Excel (.xlsx) Spreadsheet manipulation, formulas, charts

When to Use

  • Creating professional documents from scratch
  • Editing existing Office files
  • Extracting content from PDFs
  • Working with tracked changes
  • Generating reports and presentations
  • Data analysis in spreadsheets

Workflow

  1. Identify document type needed
  2. Load appropriate sub-skill: Skill(document-skills/docx), etc.
  3. Follow sub-skill specific workflow

Sub-Skill Details

docx (Word Documents)

  • Create: Use docx-js (JavaScript/TypeScript)
  • Edit: Use Document library (Python)
  • Analyze: Use pandoc for text extraction
  • See document-skills/docx/SKILL.md for full details

pdf (PDF Documents)

  • Extract text, tables, metadata
  • Merge and split documents
  • See document-skills/pdf/SKILL.md for full details

pptx (PowerPoint)

  • Create and edit presentations
  • Work with layouts and charts
  • See document-skills/pptx/SKILL.md for full details

xlsx (Excel)

  • Spreadsheet manipulation
  • Formulas and analysis
  • See document-skills/xlsx/SKILL.md for full details