pitch-deck-visuals

Installation
Summary

Investor-ready pitch deck framework with 12-slide structure, visual design rules, and chart guidelines.

  • Provides a battle-tested 12-slide framework covering problem, solution, market size, traction, team, and financials, with recommended timing for each slide
  • Includes typography, color, and layout rules designed for investor clarity: the 1-6-6 rule (one idea, six words, six bullets per slide), dark or clean backgrounds, and consistent margins
  • Specifies which chart types work for each use case (line for growth, 2x2 matrix for positioning, concentric circles for TAM/SAM/SOM) and explicitly bans pie charts and feature matrices
  • Covers slide-by-slide visual examples with HTML and Python code snippets for generating backgrounds, charts, and market-size diagrams via inference.sh CLI
  • Lists common investor turn-offs (wall of text, vanity metrics, inconsistent design, too many slides) with specific fixes for each
SKILL.md

Install the belt CLI skill: npx skills add belt-sh/cli

Pitch Deck Visuals

Create investor-ready pitch deck visuals via inference.sh CLI.

Quick Start

Requires inference.sh CLI (belt). Install instructions

belt login

# Generate a slide background
belt app run infsh/html-to-image --input '{
  "html": "<div style=\"width:1920px;height:1080px;background:linear-gradient(135deg,#0f0f23,#1a1a3e);display:flex;align-items:center;padding:100px;font-family:system-ui;color:white\"><div><p style=\"font-size:24px;color:#818cf8;text-transform:uppercase;letter-spacing:3px\">The Problem</p><h1 style=\"font-size:72px;margin:16px 0;font-weight:800;line-height:1.1\">Teams waste 12 hours/week on manual reporting</h1><p style=\"font-size:28px;opacity:0.7\">Source: Forrester Research, 2024</p></div></div>"
}'
Related skills
Installs
GitHub Stars
500
First Seen
pitch-deck-visuals — inferen-sh/skills