pitch-deck

pitch-deck is a skill for Claude Code from yuping322/financial-services-plugins-new. It costs 73 tokens per session (4,308 once invoked), scanned A, a copy of pitch-deck, Apache-2.0.

A tool for filling an investment-banking pitch deck template with information from source files. It works with PowerPoint layouts, text, tables, charts, and financial calculations.

In plain words
What is it for?
Use it when populating or editing a supplied pitch deck template with data from files such as Excel or CSV.
Why use it?
It reduces the manual work of transferring data into an existing presentation while supporting consistency checks and formatting guidance.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: positional $N argument.

Part of the investment-banking plugin — 9 skills, 7 commands shipped together

Good fit Use it when populating or editing a supplied pitch deck template with data from files such as Excel or CSV.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/yuping322/financial-services-plugins-new/pitch-deck
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add yuping322/financial-services-plugins-new --skill pitch-deck
Clone the repo
git clone --depth 1 https://github.com/yuping322/financial-services-plugins-new

Made for: Claude Code.

Or install investment-banking, the plugin that ships this one along with the rest of its 9 skills, 7 commands.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for pitch-deck

README.md
[![agentmods](https://agentmods.dev/badge/skills/yuping322/financial-services-plugins-new/pitch-deck/github.svg)](https://agentmods.dev/skills/yuping322/financial-services-plugins-new/pitch-deck)
Your own site
<a href="https://agentmods.dev/skills/yuping322/financial-services-plugins-new/pitch-deck"><img src="https://agentmods.dev/badge/skills/yuping322/financial-services-plugins-new/pitch-deck/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for pitch-deck

Your own site · 80×15
<a href="https://agentmods.dev/skills/yuping322/financial-services-plugins-new/pitch-deck"><img src="https://agentmods.dev/badge/skills/yuping322/financial-services-plugins-new/pitch-deck.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 73 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,308 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 100% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00073 $0.04308
Opus 5 $0.00036 $0.02154
Sonnet 5 $0.00015 $0.00862
Haiku 4.5 $0.00007 $0.00431

Measured 10d ago against content hash 118318d96bb7, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

pitch-deck scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

100% identical to pitch-deck — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

investment-banking/skills/pitch-deck/SKILL.md · 409 lines

How it starts

The opening of the file, as written. The whole thing — 409 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Populating Investment Banking Pitch Deck Templates

Reference Files

Read all reference files at task start before beginning any work. These contain critical patterns and anti-patterns that will affect your approach. Do not wait until you encounter issues.

File Purpose
formatting-standards.md Text, bullets, tables, charts, alignment
slide-templates.md Content mapping guidance for common slide types
xml-reference.md PowerPoint XML patterns for tables, shapes, arrows
calculation-standards.md Financial formulas for verification (CAGR, consensus)

Workflow Decision Tree

What type of task is this?

┌─ Populating empty template with source data?
│  └─→ Follow "Template Population Workflow" below
│
├─ Editing existing populated slides?
│  └─→ Extract current content, modify, revalidate
│
└─ Fixing formatting issues on existing slides?
   └─→ See "Common Failures" table, apply targeted fixes

⚠️ Critical Rendering Limitation

LibreOffice is used for validation but DOES NOT render PowerPoint files accurately. It will mangle fonts, gradients, shape positions, text wrapping, and some table formatting.

What this means: A slide that passes visual validation in LibreOffice may still have issues in Microsoft PowerPoint. The validation loop catches structural issues (missing content, broken tables, placeholder formatting retained) but cannot catch font substitution, subtle alignment shifts, or gradient problems.

Required action: Always include this statement when delivering output:

"This file was validated using LibreOffice. Please review in Microsoft PowerPoint before distribution, as rendering differences may exist."


Template Population Workflow

Copy and track progress:

Pitch Deck Progress:
- [ ] Phase 1: Extract and validate source data
- [ ] Phase 2: Map content to template sections
- [ ] Phase 3: Populate slides with proper formatting
- [ ] Phase 4: Validate → Fix → Repeat until clean
- [ ] Phase 5: Final verification

Read the full file on GitHub · 409 lines

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 409 lines · 73 tokens per session scan A 118318d96bb7

Subscribe to this mod's changes

pitch-deck is a skill published in the GitHub repository yuping322/financial-services-plugins-new (17 stars, last pushed 6mo ago), licensed Apache-2.0. It adds 73 tokens to every session and 4,308 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to pitch-deck, differing in 0 lines, and is treated as a copy.