officecli-pitch-deck

Generates fundraising pitch decks as .pptx files using the OfficeCLI command-line tool.

284|54|Updated Jun 23, 2026
One-click install
npx skills add https://github.com/nomifun/nomifun-desktop --skill officecli-pitch-deck-nomifun
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: officecli-pitch-deck
Source: https://github.com/nomifun/nomifun-desktop/tree/main/crates/backend/nomifun-app/assets/builtin-skills/officecli-pitch-deck
Command: npx skills add https://github.com/nomifun/nomifun-desktop --skill officecli-pitch-deck-nomifun

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Building an investor pitch deck requires knowing what VCs expect at each funding stage, which metrics to show, and how to lay out slides that survive a 3-second scan. This Skill encodes that expertise into runnable OfficeCLI commands so you can produce a stage-appropriate .pptx without design or fundraising experience. ## Core Features & Use Cases - Stage Diagnosis: Decision tables map Seed, Series A/B/C, and bridge rounds to slide counts, narrative weights, and must-have metrics, with overrides for bio, deep tech, marketplace, and consumer hardware verticals. - 10 Key-Slide Recipes: Runnable command blocks for cover, problem, why-now, solution, market, product, model, traction, team, financials, and ask slides, built on six canonical layout patterns. - Pitch-Specific QA Gates: A VC ship-check and Gate 6 verify traction charts start at zero, dollar amounts survive shell quoting, sources are cited, and the ask slide includes use-of-funds breakdown. - Use Case: A founder raising a Series B says "build me a Series B deck, $18M ARR, $35M raise" and receives a complete 20-slide .pptx with unit economics, ARR trajectory, logo wall, and a four-bucket use-of-funds pie. ## Quick Start Ask the AI to create a Series B investor pitch deck for your company as a .pptx file, mentioning your ARR, raise amount, and vertical.

Frequently Asked Questions about officecli-pitch-deck

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a Series A pitch deck as a PowerPoint file?▼

Describe your round, ARR, and raise amount, and the Skill generates a 12-16 slide .pptx using OfficeCLI commands. It applies the Series A narrative weights: problem, solution, market why-now, product, traction, and team, with PMF proof and bottom-up TAM/SAM as must-haves.

What slides should a fundraising pitch deck include?▼

The canonical order is cover, problem, solution, market, product, model, traction, team, financials, and ask. Slide count and emphasis shift by stage: Seed decks run 10-12 slides focused on problem and team, while Series C decks run 20-24 slides weighted toward financials and moat.

Does this skill work for non-SaaS startups like biotech or marketplaces?▼

Yes, it provides vertical overrides for bio/life sciences, deep tech, marketplace, and consumer hardware. Each substitutes the SaaS unit-economics slide with an equivalent, such as burn-to-milestone for bio or GMV plus take rate for marketplaces.

When should I use officecli-pptx instead of the pitch deck skill?▼

Use the base officecli-pptx skill for board reviews, all-hands, sales decks, product launches, and training decks. Route to the pitch deck skill only when raising capital and the deck needs at least four of: problem, traction, credentialed team, use-of-funds, unit economics, or projections.

Why do dollar amounts disappear from my pitch deck slides?▼

Double-quoted shell strings expand $35M into an empty value, silently stripping the amount. The Skill requires single-quoting every shape text containing a dollar sign, such as --prop text='Series B · $35M', and its Gate 2b check catches common strip patterns.