officecli-pitch-deck

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

Updated Aug 19, 2026
One-click install
npx skills add https://github.com/Dhanuzh/DCode-Core --skill officecli-pitch-deck-dhanuzh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: officecli-pitch-deck
Source: https://github.com/Dhanuzh/DCode-Core/tree/main/crates/dcode-app/assets/builtin-skills/officecli-pitch-deck
Command: npx skills add https://github.com/Dhanuzh/DCode-Core --skill officecli-pitch-deck-dhanuzh

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Building an investor pitch deck requires stage-specific narrative structure, verifiable metrics, and strict visual standards that generic slide templates do not enforce. This Skill produces a complete fundraising .pptx with the correct slide arc, data conventions, and quality gates for seed through Series C rounds. ## 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 like CAC/LTV, NRR, and burn-to-milestone. - Vertical Arc Templates: Five ready-made slide skeletons for B2B SaaS, consumer, deep tech, marketplace, and bio/life sciences, each with vertical-specific must-have slides. - 10 Key-Slide Recipes: Runnable OfficeCLI command blocks for cover, problem, solution, market, product, model, traction, team, financials, and ask slides, built on a 12-column grid with canonical layout patterns. - Use Case: A founder raising a Series B says "build my $35M Series B deck with $18M ARR" and receives a 20-slide .pptx with a zero-based ARR traction chart, unit-economics slide, logo wall, and a four-bucket Use-of-Funds ask slide. ## Quick Start Ask the assistant to build a Series B investor pitch deck for your company using the officecli-pitch-deck skill, providing your round size, ARR, and key metrics.

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 with OfficeCLI?

Run the stage diagnosis table first to confirm Series A fit ($1-5M ARR, 12-16 slides), then follow the vertical arc template and the 10 key-slide recipes. Each recipe provides runnable officecli add and batch commands that build slides on the 33.87x19.05cm grid.

What slides must a Series B pitch deck include?

A Series B deck needs 18-22 slides led by traction and unit economics: a zero-based ARR curve, CAC/LTV with payback under 18 months, cohort retention, a logo wall, and a Use-of-Funds breakdown. Missing unit economics or Use-of-Funds percentages is flagged as a red flag.

Does this skill work on Windows PowerShell?

Yes, but the shell snippets are written for bash/zsh on macOS and Linux. On Windows you must translate heredocs to temp files, replace grep with Select-String, and adjust path conventions before running the OfficeCLI commands.

Why does my pitch deck show 'Series B · M' instead of the dollar amount?

Double-quoted strings let the shell expand $35M as a variable, stripping the amount silently. Always single-quote shape text containing dollar signs, such as --prop text='Series B · $35M', so the value renders literally.

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. The pitch deck skill applies only when raising capital with at least four of: problem, traction, credentialed team, Use-of-Funds, unit economics, or projections.

How do non-SaaS startups handle unit economics slides?

The skill provides vertical overrides: biotech decks substitute burn rate and runway to the next clinical milestone, deep tech uses TRL levels and benchmarks, marketplaces use GMV and take rate, and consumer hardware uses contribution margin and repeat rate.