mcpbeat Sign in

Pitch Deck Reviewer Skill for Claude

> Score a pitch deck's structure and content against YC, Sequoia, and a16z heuristics. Use before sending a deck to investors, practicing a pitch, or reviewing a seed or Series A fundraising deck.

5k tokens
context cost
the whole folder, loaded on every use
4
files
ships runnable scripts
0
copies elsewhere
how many repositories repackaged it
447
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/borghei/Claude-Skills --skill pitch-deck-reviewer

What comes with it

15 970 bytes besides the instruction
assets/deck_summary_template.md
references/pitch_deck_heuristics.md
scripts/deck_structure_scorer.py

The instruction itself

12 sections, as written by the author

Pitch Deck Reviewer

Score a pitch deck's structure against the YC / Sequoia / a16z heuristics.

> Note: This evaluates *structure*, not *content quality*. A perfectly-structured deck for a bad business is still a bad pitch. But a poorly-structured deck for a great business often gets passed.


Keywords

pitch deck, pitch, fundraise, fundraising, seed deck, Series A deck, investor deck, slide deck, YC, Y Combinator, Sequoia, a16z


Clarify First

Before scoring the deck, confirm these inputs. If any is unknown or vague, ASK — do not assume:

  • [ ] Funding stage — seed vs Series A sets the required-slide rubric (--stage flag) and what counts as a gap
  • [ ] Slide-by-slide summary — one bullet per slide (number + title + 1-2 sentences); vague summaries produce false gaps
  • [ ] Round context — amount raising and traction stage, so the "ask" and "traction" slides are judged against the right bar

Stop rule: ask only the 2-3 that most change the output. If the user says "just draft it," proceed and list your assumptions at the top of the artifact.


Quick Start

  • Summarize each slide as one bullet in deck_summary.md (slide number + title + 1-2 sentences of content)
  • Run: python scripts/deck_structure_scorer.py deck_summary.md
  • Address gaps; iterate

Core Workflows

Workflow 1: Pre-Send Deck Review

  • Summarize deck slide-by-slide in deck_summary.md
  • Run scorer
  • Add missing slides (the scorer flags by category)
  • Re-order if structure flow is off
  • Pair with documents/pptx-toolkit/ for actual pptx audit

Time Estimate: 1-2 hours per major deck iteration.

Workflow 2: First Deck Build (No Existing Deck)

  • Read references/pitch_deck_heuristics.md
  • Use the structure rubric (10-15 slides covering specific topics)
  • Draft slide-by-slide
  • Validate as Workflow 1

Time Estimate: 1-2 weeks for first complete draft.


Tools

deck_structure_scorer.py

Reads a markdown file describing the deck slide-by-slide and scores it against required slides per stage.

python scripts/deck_structure_scorer.py deck_summary.md
python scripts/deck_structure_scorer.py deck_summary.md --json

# For Series A
python scripts/deck_structure_scorer.py deck_summary.md --stage series-a

Stages: seed (default), series-a.


Reference Guides

  • references/pitch_deck_heuristics.md — YC, Sequoia, a16z deck structure heuristics; common mistakes; stage differences

Templates

  • assets/deck_summary_template.md — Slide-by-slide summary template

Best Practices

  • One idea per slide. If you can't summarize it in one sentence, split it.
  • Numbers, not adjectives. "Strong growth" is weak. "$80k → $312k MRR over 12 months" is strong.
  • Order matters. Most decks under-invest in problem framing and the "why now" slide.
  • Don't ship 30+ slides. A seed deck is 10-12 slides; a Series A deck is 12-15.
  • Demo is not the deck. Decks introduce; demos persuade. Plan both.

Other skills for the same job

different authors, same section of the catalogue
Protocolsio Integration
by christophacham
×4

Integration with protocols.io API for managing scientific protocols. This skill should be used when working with protocols.io to search, create, update, or publish protocols; manage protocol steps and materials; handle discussions and comments; organize workspaces; upload and manage files; or integrate protocols.io functionality into workflows. Applicable for protocol discovery, collaborative protocol development, experiment tracking, lab protocol management, and scientific documentation.

16k tokens
Tailored Resume Generator
by frostant
×4

Analyzes job descriptions and generates tailored resumes that highlight relevant experience, skills, and achievements to maximize interview chances

3k tokens
Excalidraw Diagram Generator
by github
vendor ×3

Generate Excalidraw diagrams from natural language descriptions. Use when asked to "create a diagram", "make a flowchart", "visualize a process", "draw a system architecture", "create a mind map", or "generate an Excalidraw file". Supports flowcharts, relationship diagrams, mind maps, and system architecture diagrams. Outputs .excalidraw JSON files that can be opened directly in Excalidraw.

36k tokens scripts
Expo Dev Client
by openai
vendor ×3

Build and distribute Expo development clients locally or via TestFlight

961 tokens
Executing Plans
by ZhanlinCui
×3

Use when you have a written implementation plan to execute in a separate session with review checkpoints

542 tokens
Anndata
by christophacham
×3

Data structure for annotated matrices in single-cell analysis. Use when working with .h5ad files or integrating with the scverse ecosystem. This is the data format skill—for analysis workflows use scanpy; for probabilistic models use scvi-tools; for population-scale queries use cellxgene-census.

16k tokens
Benchling Integration
by christophacham
×3

Benchling R&D platform integration. Access registry (DNA, proteins), inventory, ELN entries, workflows via API, build Benchling Apps, query Data Warehouse, for lab data management automation.

14k tokens
Biopython
by christophacham
×3

Comprehensive molecular biology toolkit. Use for sequence manipulation, file parsing (FASTA/GenBank/PDB), phylogenetics, and programmatic NCBI/PubMed access (Bio.Entrez). Best for batch processing, custom bioinformatics pipelines, BLAST automation. For quick lookups use gget; for multi-service integration use bioservices.

24k tokens

How to use it

Copy the folder

Take borghei/pitch-deck-reviewer from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.