Claude Office Skills banner
fivetaku fivetaku

Claude Office Skills

Development community

Description

Claude in Excel & Claude in PowerPoint skills, restored as SKILL.md for Claude Code — DCF, LBO, 3-statement, comps, deck refresh, and more.

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

English | [한국어](README.ko.md)

claude-office-skills

**Claude in Excel & Claude in PowerPoint skills, restored for Claude Code.**

Anthropic ships domain skills inside **Claude in Excel** and **Claude in PowerPoint** add-ins. This repo reconstructs those skills as plain `SKILL.md` files so you can drop them into Claude Code and use them outside the Office add-ins — on local spreadsheets, `.xlsx` files, `.pptx` files, or any workflow where Claude Code has filesystem access.

[Quick Start](#quick-start) • [Skills](#skills) • [Install](#install) • [Disclaimer](#disclaimer)


Quick Start

1. Clone

git clone https://github.com//claude-office-skills.git
cd claude-office-skills

2. Copy skills into Claude Code

# All skills
cp -r claude-in-excel/* ~/.claude/skills/
cp -r claude-in-powerpoint/* ~/.claude/skills/

# Or just one
cp -r claude-in-excel/dcf-model ~/.claude/skills/

3. Trigger in Claude Code

Each skill has natural-language triggers declared in its frontmatter. Just say what you want:

"build a DCF for this company"
"audit this spreadsheet"
"make a competitive landscape deck"
"refresh this deck"

Claude Code auto-matches the request to the correct skill.


Skills

📊 claude-in-excel (6 skills)

Skill Purpose Example triggers
audit-xls Audit formulas, errors, model integrity "check my formulas", "model won't balance", "QA this spreadsheet"
clean-data-xls Clean and standardize messy data "clean this data", "standardize this sheet"
3-statement-model Build Income Statement / Balance Sheet / Cash Flow "build a 3-statement model", "fill out this financial model"
dcf-model Discounted Cash Flow valuation "build a DCF", "value this company"
lbo-model Leveraged Buyout model "build an LBO", "model this buyout"
comps-analysis Comparable companies analysis "run comps", "peer comparison"