hackathon
Prepare a winning hackathon submission. Use when the user says "hackathon submission", "submit to hackathon", "demo script", "demo video", "which track should…
Build a pitch deck for a crypto project. Use when the user says "pitch deck", "demo day", "investor presentation", "grant application slides", "accelerator application", "help me pitch", or needs slides for a hackathon final.
$ npx -y skills add solanabr/solana-ai-kit --skill pitch-deck --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/pitch-deckContext preview
The summary Claude sees to decide when to auto-load this skill.
Build a pitch deck for a crypto project. Use when the user says "pitch deck", "demo day", "investor presentation", "grant application slides", "accelerator application", "help me pitch", or needs slides for a hackathon final.
name: pitch-deck description: Build a pitch deck for a crypto project. Use when the user says "pitch deck", "demo day", "investor presentation", "grant application slides", "accelerator application", "help me pitch", or needs slides for a hackathon final. user-invocable: true
<!-- Adapted from sendaifun/solana-new (create-pitch-deck), MIT © 2026 SendAI and Superteam. Telemetry removed. -->
Interview → detect audience → pick narrative → build slides with speaking notes → self-score → objection prep.
At start, read `.claude/context/idea.md` and `.claude/context/build.md` if present — pre-fill problem, wedge, traction, and stack from them; only ask what's missing.
Blunt, one at a time, skipping anything already answered by context files:
1. What does it do, in one sentence a non-crypto person understands? 2. Who exactly has the problem, and how painful is it (evidence)? 3. Why does this need a blockchain? 4. Why Solana specifically? 5. What works *today* (demo-able) vs. roadmap? 6. Traction numbers — users, volume, TVL, signups, waitlist? 7. Who is the team and what's the unfair edge? 8. Competitors and your moat? 9. Business model — who pays, when? 10. Who is the audience for this deck (judges, VCs, grant committee, accelerator)? 11. The ask — prize, check size, grant amount, admission? 12. Biggest weakness you're afraid they'll ask about?
Q10 decides the slide set — full breakdown in [investor-audience-guide.md](../ext/solana-new/skills/launch/create-pitch-deck/references/investor-audience-guide.md):
| Audience | Emphasis | Length | |----------|----------|--------| | Hackathon judges | working demo, technical novelty, why-Solana | 5–7 slides | | VC | market size, traction slope, team, moat, ask | 10–12 | | Grant committee | ecosystem benefit, public-good angle, milestones, budget | 8–10 | | Accelerator | team velocity, learning rate, wedge → expansion path | 8–10 |
Slide-by-slide order per audience: [pitch-structure.md](../ext/solana-new/skills/launch/create-pitch-deck/references/pitch-structure.md).
Pick ONE backbone and state why — PAS (obvious pain, hackathons), 6-Part Investor Arc (VC), BAB (before/after/bridge), Hero's Journey (founder-story-driven), Pixar (narrative momentum). Definitions, slide mappings, and crypto examples: [storytelling-frameworks.md](../ext/solana-new/skills/launch/create-pitch-deck/references/storytelling-frameworks.md).
For each slide: headline (a claim, not a label), 3–5 supporting points, visual suggestion, and 30–60s speaking notes. Use:
Score the draft against the audience's actual criteria (clarity, credibility, demo strength, ask specificity) and against [crypto-pitch-mistakes.md](../ext/solana-new/skills/launch/create-pitch-deck/references/crypto-pitch-mistakes.md) — flag every mistake the deck still commits, fix, re-score. Don't present a deck you'd score below 8/10.
From Q12 + the weakest scored dimension, draft the 8–10 hardest questions this audience will ask, each with a tight 30-second answer. Hostile-question drilling beats slide polish.
Need an actual rendered deck file (.pptx)? Hand the outline to the pptx skill if available.
Production-ready Claude Code configuration for full-stack Solana development. Combines best practices from multiple sources into an agent-optimized, token-efficient config you can install and adapt to your specific project.
Repo: solanabr/solana-ai-kit
Prepare a winning hackathon submission. Use when the user says "hackathon submission", "submit to hackathon", "demo script", "demo video", "which track should…
Find and validate what to build in crypto. Use when the user asks "what should I build", "validate this idea", "is this worth building", "find me a startup…