Leaderboard/Automation/claude-office-skills
Last commit on October 4, 2025·Created on October 4, 2025

tfriedel/claude-office-skills

Handles Office files with the precision an editor or analyst expects.
Combined rank
#374
across all skills
In Automation
#28
category rank
Stars
829
+0.5% in last 7d
Forks
118
0.0% in last 7d
Watchers
4
0.0% in last 7d
Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
TL;DR

This collection of four skills teaches Claude Code to handle professional document workflows: tracked changes with batching and RSID preservation, financial model construction with industry-standard color conventions, presentation creation with templates and layouts, and PDF form filling and table extraction. It serves financial analysts, technical editors, administrative professionals, and anyone using Claude Code to automate document work without losing formatting or audit trails.

WHO IT'S FOR
Business Operations Analysts
generating automated reports and dashboards
Legal Professionals
reviewing and editing legal documents with tracked changes
Management Consultants
creating polished presentations and financial models
Administrative Professionals
automating routine document creation and editing
Repository contents

4 skill files

Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.

Use this skill collection

Follow the documented setup, then try a first task.

See the repository for installation instructions.

Open repository instructions ↗

Give it something to do.

Suggested first task

Extract presentation text as Markdown

Uses pptx

  • Path to an existing .pptx presentation

Check the repository for this skill’s setup.

Use the pptx skill to extract the text from [path-to-file.pptx] and return it as Markdown. Replace [path-to-file.pptx] with the path to the presentation.
public/pptx/SKILL.md · Checked Sep 18, 2026
Suggested first task

Extract a Word document with tracked changes

Uses docx

  • Path to an existing .docx document
  • Desired path for the Markdown output

Check the repository for this skill’s setup.

Use the docx skill to convert [path-to-file.docx] to [output.md], preserving all tracked changes. Replace both bracketed placeholders with the input DOCX path and desired Markdown output path.
public/docx/SKILL.md · Checked Sep 18, 2026
Suggested first task

Merge several PDF files

Uses pdf

  • Paths to the PDF files in merge order
  • Desired path for the merged PDF

Check the repository for this skill’s setup.

Use the pdf skill to merge [doc1.pdf], [doc2.pdf], and [doc3.pdf] into [merged.pdf]. Replace the bracketed sample paths with the source PDF paths and desired output path.
public/pdf/SKILL.md · Checked Sep 18, 2026