Skip to content

fourierwang66666/f-founder

Repository files navigation

f-founder

中文版

AI-powered Claude Code skills for startup founders.

Each skill automates a specific founder workflow — pitch decks, financial models, investor outreach — with the quality bar of a top-tier agency.

Install

git clone https://github.com/fourierwang66666/f-founder.git ~/.claude/skills/f-founder

That's it. The skills are now available in Claude Code. Type /founder-pitch-deck or just describe what you need.

Auto-update

Every skill checks for updates on first use. When a new version is available, you'll see a prompt. To update manually:

cd ~/.claude/skills/f-founder && git pull

Demo

See a real output: Harvey Series A Deck — a 19-slide pitch deck generated by founder-pitch-deck in the style of Harvey AI ($11B legal AI company). Download index.html and open in your browser (password: harvey).

Skills

founder-pitch-deck

Generate a single-file HTML pitch deck that looks like it was designed by a top-tier agency.

/founder-pitch-deck source=https://your-brand.com

8-step workflow:

Step What happens
1. Design Extraction Browse the brand website, screenshot and extract colors, fonts, logo
2. Content Input Parse markdown, .pptx, PDF, or interactive Q&A
3. Copy Confirmation Founder reviews all slide text before proceeding
4. Narrative Review YC-style office hours critique (6 forcing questions)
5. Slide Structure ASCII wireframes for layout confirmation
6. HTML Generation Single index.html with auth gate, bilingual toggle, PDF export
7. Visual QA Headless browser screenshot review of every slide
8. Deployment Local, GitHub Pages, Vercel, or Netlify

Output features:

  • Password-protected auth gate for investor access
  • Bilingual ZH/EN toggle on every text element
  • PDF export with confidential watermark
  • Responsive scaling (laptop, monitor, iPad, phone)
  • Zero external dependencies — just open index.html

Optional dependencies (skill works without them, with graceful fallbacks):

  • Gstackbrowse (headless browser QA) + office-hours (narrative review)
  • Impeccableanimate + delight + frontend-design

Run bash ~/.claude/skills/f-founder/founder-pitch-deck/scripts/setup.sh to check dependencies.

Structure

f-founder/
├── SKILL.md                          # Root skill (umbrella)
├── VERSION                           # Central version
├── bin/
│   └── f-founder-update-check        # Auto-update checker
└── founder-pitch-deck/               # First skill
    ├── SKILL.md                      # Skill instructions (825 lines)
    ├── assets/
    │   └── base-template.html        # HTML engine (747 lines)
    ├── references/
    │   ├── font-system.md            # Font identification, pairing, substitution
    │   ├── html-engine.md            # CSS tokens, class reference
    │   ├── slide-structures.md       # 3 deck templates with HTML skeletons
    │   └── storytelling.md           # Narrative arc (7 beats)
    └── scripts/
        ├── setup.sh                  # Dependency checker/installer
        └── serve.sh                  # Local preview server

Contributing

PRs welcome. Each skill lives in its own directory with a SKILL.md and optional bundled resources.

License

MIT

About

AI-powered skills for startup founders — pitch decks, financial models, investor outreach. Claude Code skills.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors