create-pitch-deck

create-pitch-deck is a skill for Claude Code, Codex from pivyme/suiperpower. It costs 44 tokens per session (1,641 once invoked), scanned A, original, MIT.

A workflow for drafting a ten-slide pitch deck for a Sui product. A pitch deck is a short presentation explaining a product to investors, judges, or grant reviewers; Sui is a blockchain platform.

In plain words
What is it for?
It is for preparing investor, hackathon, or grant presentations from the project's available context files.
Why use it?
It helps turn project context into audience-specific slide copy while avoiding unsupported claims about results or metrics.

Skill for Claude CodeCodex

Written for Claude Code and Codex: shipped in a Claude Code plugin, but also agents/openai.yaml present. Also seen: mentions Claude Code; mentions Codex.

Part of the suiper plugin — 17 skills shipped together

Good fit It is for preparing investor, hackathon, or grant presentations from the project's available context files.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/pivyme/suiperpower/create-pitch-deck
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add pivyme/suiperpower --skill create-pitch-deck
Clone the repo
git clone --depth 1 https://github.com/pivyme/suiperpower

Made for: Claude Code, Codex.

Or install suiper, the plugin that ships this one along with the rest of its 17 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for create-pitch-deck

README.md
[![agentmods](https://agentmods.dev/badge/skills/pivyme/suiperpower/create-pitch-deck/github.svg)](https://agentmods.dev/skills/pivyme/suiperpower/create-pitch-deck)
Your own site
<a href="https://agentmods.dev/skills/pivyme/suiperpower/create-pitch-deck"><img src="https://agentmods.dev/badge/skills/pivyme/suiperpower/create-pitch-deck/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for create-pitch-deck

Your own site · 80×15
<a href="https://agentmods.dev/skills/pivyme/suiperpower/create-pitch-deck"><img src="https://agentmods.dev/badge/skills/pivyme/suiperpower/create-pitch-deck.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 44 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,641 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00044 $0.01641
Opus 5 $0.00022 $0.00821
Sonnet 5 $0.00009 $0.00328
Haiku 4.5 $0.00004 $0.00164

Measured 9d ago against content hash 405e83368d5a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

create-pitch-deck scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

core/skills/ship/create-pitch-deck/SKILL.md · 150 lines

How it starts

The opening of the file, as written. The whole thing — 150 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Preamble (run first)

# Suiperpower telemetry. Routes through the CLI so projects.json + Convex stay in sync.
# Silent on failure so the skill never blocks. Opt out: SUIPERPOWER_TELEMETRY=off.
#
# AGENT NOTE: when this skill finishes, run the matching completion command:
#   suiperpower track create-pitch-deck ship completed
# Or use "failed" / "aborted" if it ended that way.
command -v suiperpower >/dev/null 2>&1 && suiperpower track create-pitch-deck ship started >/dev/null 2>&1 &
true

If TEL_PROMPTED is no, before doing real work, ask the user:

Help suiperpower get better. We track which skills get used and how long they take. No code, no file paths, no PII. Change anytime in ~/.suiperpower/config.json.

A) Sure, anonymous B) No thanks

Write the answer to ~/.suiperpower/config.json telemetryTier field and create ~/.suiperpower/.telemetry-prompted. Then continue.

What this skill does

Drafts a 10-slide pitch deck outline plus per-slide copy, grounded strictly in the project's context files. Picks a structure depending on the audience (hackathon judges, investors, or grant program reviewers). Refuses to claim any metric that the source files do not support.

The output is a written deck plan in .suiperpower/pitch-deck.md that the user can render in any deck tool (Keynote, Pitch, Figma, Tome). The skill does not produce slide images.

When to use it

  • Before submitting to Sui Overflow alongside submit-to-sui-overflow.
  • For a Sui Foundation grant application alongside apply-grant.
  • For an investor meeting where the user has 10 slides to make a case.

When NOT to use it

  • When the project has no validated context yet. Run find-next-sui-idea and validate-business-model first.
  • For a one-page summary or a leave-behind document. Different format.
  • For marketing copy aimed at end users. Route to a marketing skill.

If you activated this and the user actually wants something else, consult skills/SKILL_ROUTER.md and hand off.

Read the full file on GitHub · 150 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 150 lines · 44 tokens per session scan A 405e83368d5a

Subscribe to this mod's changes

create-pitch-deck is a skill published in the GitHub repository pivyme/suiperpower (12 stars, last pushed 1mo ago), licensed MIT. It adds 44 tokens to every session and 1,641 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

watch

Watch live IDX turnover and order books for unusual activity — value surges, auto-reject approach, one-sided depth, walls appearing or withdrawn, quiet stocks waking up, UMA flags — plus delayed print-by-print attribution and end-of-day broker context. Use when the user runs /watch, or asks what is trading right now…

INo-xious/stockbit-mcp · 88 tokens

treat

Prune bloated session with a prescription. Removes progress ticks, stale reads, duplicate content, and more.

Ruya-AI/cozempic · 25 tokens

cozempic-doctor

Run health checks on Claude Code configuration and sessions. Use when troubleshooting Claude Code issues. (cozempic — does not shadow Claude Code's built-in /doctor).

Ruya-AI/cozempic · 41 tokens

diagnose

Analyze Claude Code session bloat — shows token count, context usage %, and bloat breakdown. Use when the user asks about session size, context usage, or when you notice the context window is getting full.

Ruya-AI/cozempic · 45 tokens

stockbit-auth

Log in to Stockbit and capture the session for this server — opens the browser login flow and verifies the token was stored. Use when the user asks to log in or re-authenticate to Stockbit, or after a status check reports the session expired, HTTP 401, or logged out.

INo-xious/stockbit-mcp · 63 tokens

morning-scan

The pre-open and first-hour routine for IDX — session state, movers, a scan over a universe, and a catalyst check on the leaders. Use when the user asks what is moving today, for a morning briefing, or what to watch.

INo-xious/stockbit-mcp · 54 tokens