brand-design
Pick a brand name, color palette, or typography for a Sui product. Use when the user wants to name or brand a Sui project.
Plan a 30-60s marketing video for a Sui product (Twitter, Shorts, launch page). Use when the user wants a marketing, promo, or launch video.
$ npx -y skills add pivyme/suiperpower --skill marketing-video --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/marketing-videoContext preview
The summary Claude sees to decide when to auto-load this skill.
Plan a 30-60s marketing video for a Sui product (Twitter, Shorts, launch page). Use when the user wants a marketing, promo, or launch video.
name: marketing-video description: Plan a 30-60s marketing video for a Sui product (Twitter, Shorts, launch page). Use when the user wants a marketing, promo, or launch video.
# 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 marketing-video ship completed # Or use "failed" / "aborted" if it ended that way. command -v suiperpower >/dev/null 2>&1 && suiperpower track marketing-video 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.
Plans a 30 to 60 second marketing video. Different from `submit-to-sui-overflow`'s demo video, which is for judges; this one is for product distribution: Twitter feed, YouTube Shorts, an embedded video on the landing page.
The plan covers the script, the shot list, the on-screen text, and the audio direction. The skill does not produce footage; it produces a tight plan the user (or an editor) executes.
If you activated this and the user actually wants something else, consult `skills/SKILL_ROUTER.md` and hand off.
A `.suiperpower/marketing-video.md` with the plan:
## Marketing video, <timestamp> ### Brief - channel: <twitter | youtube-shorts | landing-page | multi> - length: <30 | 45 | 60> seconds - aspect ratio: <9:16 | 1:1 | 16:9> - claim: <one sentence the video must communicate> ### Script - 0:00-0:03: <hook line, on-screen text> - 0:03-0:10: ... - 0:10-0:25: ... - 0:25-0:40: ... - 0:40-0:55: ... - 0:55-end: <CTA> ### Shot list - shot 1: <what to capture, source: live demo / screen recording / static asset> - shot 2: ... ### On-screen text - moment 0:03: <text overlay> - moment 0:25: ... ### Audio - voiceover: <yes | no> - music: <license-safe source, or none> - sfx: <list> ### CTA - ask: <demo URL | follow account | join waitlist>
1. **Read context**
2. **Pick the structure**
3. **Write the script**
4. **Build the shot list**
5. **Plan on-screen text**
6. **Audio direction**
7. **CTA**
8. **Writeback**
9. **Hand off**
Before reporting done:
If any answer is no, the skill keeps working.
On-demand references (load when relevant to the user's question):
If you activated this and the user actually wants something else,
Build something meaningful, on Sui. A superpower for AI coding agents to ship real products on Sui. Your AI coding agent has never written Move before. Suiperpower fixes that.
Repo: pivyme/suiperpower
Pick a brand name, color palette, or typography for a Sui product. Use when the user wants to name or brand a Sui project.
Build an AI agent that signs Sui transactions or runs onchain actions. Use when the user wants an AI agent on Sui.
Build a Sui data indexer or analytics pipeline. Use when the user wants to index Sui events, build a pipeline, or query Sui RPC data.
Build a mobile Sui app with React Native or the Sui Mobile SDK. Use when the user wants iOS, Android, or mobile Sui flows.
Pair with a coding agent to build a Sui MVP step by step. Use when the user wants to build the MVP iteratively with an agent.
Author Sui Move modules and packages with a senior Move dev as your pair. Use when the user wants to write, build, author, add, or scaffold Move code, smart…