create-pitch-deck — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited create-pitch-deck (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
# 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 &
trueIf 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.
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.
submit-to-sui-overflow.apply-grant.find-next-sui-idea and validate-business-model first.If you activated this and the user actually wants something else, consult skills/SKILL_ROUTER.md and hand off.
judges, investors, or grant. The structure changes per audience..suiperpower/idea-context.md, .suiperpower/business-model.md, .suiperpower/retention-loop.md, .suiperpower/deploy-context.md, .suiperpower/track-pick.md if present.roast.md or product-review.md so the deck addresses known weaknesses.A .suiperpower/pitch-deck.md with a 10-slide outline. Each slide has a title, a one-line claim, and the copy or visual reference per the audience structure:
## Pitch deck, <timestamp>
### Audience
- type: <judges | investors | grant>
- length target: <minutes for live pitch, or read-time for leave-behind>
### Slides
#### Slide 1, <title>
- claim: <one sentence>
- copy: <on-slide text>
- visual: <what to show, optional>
#### Slide 2, <title>
- ...
(through slide 10)
### Backup slides (if relevant)
- <appendix slide 1>
- <appendix slide 2>
### Notes
- <facts cited from context files>
- <claims that needed downgrading because the source did not support them>references/deck-structures.md for the per-slide rules.idea-context.md.business-model.md. If the file is missing or the verdict is no, do not claim a model on the deck; the slide acknowledges it as open.retention-loop.md. Same rule.deploy-context.md and track-pick.md.Notes section so the user knows what was rejected..suiperpower/pitch-deck.md with the timestamped block.roast-my-product if the user has not yet stress-tested the deck.marketing-video once the deck is done; the deck and video should share the same one-liner.Before reporting done:
If any answer is no, the skill keeps working.
On-demand references (load when relevant to the user's question):
references/deck-structures.md: Three audience-specific 10-slide structures.references/no-fake-metrics.md: How to cite or downgrade numerical claims.claude "/suiper:create-pitch-deck <your message>"codex "/create-pitch-deck <your message>"grok, then /create-pitch-deck <your message> in the session~/.cursor/rules/create-pitch-deck.mdc and reference it.If you activated this and the user actually wants something else, consult skills/SKILL_ROUTER.md and hand off.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.