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.
Submit a project to Sui Overflow on deepsurge.xyz. Use when the user wants to submit to Overflow or prepare a hackathon submission.
$ npx -y skills add pivyme/suiperpower --skill submit-to-sui-overflow --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/submit-to-sui-overflowContext preview
The summary Claude sees to decide when to auto-load this skill.
Submit a project to Sui Overflow on deepsurge.xyz. Use when the user wants to submit to Overflow or prepare a hackathon submission.
name: submit-to-sui-overflow description: Submit a project to Sui Overflow on deepsurge.xyz. Use when the user wants to submit to Overflow or prepare a hackathon submission.
# 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 submit-to-sui-overflow ship completed # Or use "failed" / "aborted" if it ended that way. command -v suiperpower >/dev/null 2>&1 && suiperpower track submit-to-sui-overflow 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.
Runs the full Sui Overflow submission flow, following `skills/data/guides/deepsurge-submission.md`. The skill prepares everything the user needs to paste into the deepsurge.xyz form, validates assets to spec, generates a tight demo video script, and runs a day-of preflight gate that catches the obvious last-minute mistakes.
The skill writes everything captured to `.suiperpower/submission-context.md` per the phase-handoff spec. Submission stays append-only so re-runs can refine without losing prior state.
If you activated this and the user actually wants something else, consult `skills/SKILL_ROUTER.md` and hand off.
A `.suiperpower/submission-context.md` entry following the canonical headers from `skills/data/specs/phase-handoff.md`:
## Submission, <timestamp> ### Hackathon - name: Sui Overflow 2026 - portal: https://deepsurge.xyz - track primary: <sponsor or thematic> - track secondary: <sponsor or thematic | none> - submission deadline: <yyyy-mm-dd HH:MM TZ> ### Project copy - name: <project name> - one-liner: <one sentence> - description: <one paragraph, 80-150 words> - problem: <one paragraph> - solution: <one paragraph> - why-Sui: <one paragraph naming the Sui primitives load-bearing for the project> ### Artifacts - package id (mainnet or testnet): <0x...> - demo URL: <https://...> - repo URL: <https://...> - video URL: <https://...> - pitch deck URL: <https://...> - logo (1280x1280, PNG, transparent OK): <path or URL> - cover image (1920x1080, PNG): <path or URL> ### Demo video - length: <60-180 seconds> - script: <inline or path to script> ### Team - members: <list of name, role, contact> ### Day-of preflight - form fields filled: <yes | no> - assets uploaded: <yes | no> - demo URL reachable: <yes | no> - video URL reachable: <yes | no> - package id verified on the right env: <yes | no> - pitch deck readable: <yes | no> - track aligned with deepest sponsor integration: <yes | no> - final submitted: <yes | no>
1. **Read context**
2. **Draft project copy**
3. **Validate assets**
4. **Demo video script**
5. **Form copy**
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…