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.
Pick a Sui Overflow 2026 track (Agentic Web, DeFi, Walrus, DeepBook). Use when the user wants a track recommendation for Sui Overflow.
$ npx -y skills add pivyme/suiperpower --skill pick-my-sui-track --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/pick-my-sui-trackContext preview
The summary Claude sees to decide when to auto-load this skill.
Pick a Sui Overflow 2026 track (Agentic Web, DeFi, Walrus, DeepBook). Use when the user wants a track recommendation for Sui Overflow.
name: pick-my-sui-track description: Pick a Sui Overflow 2026 track (Agentic Web, DeFi, Walrus, DeepBook). Use when the user wants a track recommendation for Sui Overflow.
# 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 pick-my-sui-track ship completed # Or use "failed" / "aborted" if it ended that way. command -v suiperpower >/dev/null 2>&1 && suiperpower track pick-my-sui-track 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.
Walks the project's actual code and demo flow, scores depth of fit against all eleven official Sui Overflow 2026 tracks on a 0 to 3 scale, and recommends a single primary track only if a track scores 3 (load-bearing).
The eleven official tracks:
**Core tracks ($62.5K each)**:
**Specialized tracks**:
If overflow.sui.io ever changes its track list mid-cycle, this skill should be re-verified against the current page before recommending.
Per overflow.sui.io: "You must select the one track that best represents your project."
Per the Overflow 2026 organizers (Telegram, paraphrased): track choice is the team's prerogative. Teams pick where the project aligns most strongly.
This skill stays opinionated within that policy. It will not bless a track recommendation where the fit is aspirational, because judges score against what they see in the demo, not what is claimed in the description.
If you activated this and the user actually wants something else, consult `skills/SKILL_ROUTER.md` and hand off.
Append to `.suiperpower/track-pick.md`:
## Track pick, <timestamp> ### Track fit scores (core) - Agentic Web: <0 | 1 | 2 | 3>, evidence: <one sentence> - DeFi & Payments: <0 | 1 | 2 | 3>, evidence: <one sentence> - Infra & DevX: <0 | 1 | 2 | 3>, evidence: <one sentence> ### Track fit scores (specialized) - Walrus: <0 | 1 | 2 | 3>, evidence: <one sentence> - DeepBook: <0 | 1 | 2 | 3>, evidence: <one sentence> - ONE Championship: <0 | 1 | 2 | 3>, evidence: <one sentence> - EVE Frontier: <0 | 1 | 2 | 3>, evidence: <one sentence> - Degen: <0 | 1 | 2 | 3>, evidence: <one sentence> - Payments & Wallets: <0 | 1 | 2 | 3>, evidence: <one sentence> - Entertainment & Culture: <0 | 1 | 2 | 3>, evidence: <one sentence> - Explorations: <0 | 1 | 2 | 3>, evidence: <one sentence> ### Primary track - recommended: <track name | none of the eleven> - reasoning: <one paragraph> - caveats: <one paragraph if any> ### What is needed to upgrade a 2 to a 3 - <if any track sits at 2, what would tip it to load-bearing> ### Special awards and prize sponsor eligibility (informational, not tracks) - OpenZeppelin (1st place DeFi & Payments sponsor): <yes | no>, evidence: ... - OtterSec (3rd place DeFi & Payments sponsor): <yes | no>, evidence: ... - Scallop University Award ($2.5K x 10 teams): <yes | no>, evidence: ... - Hippo Community Award ($25K): <eligible by default, community-voted> ### Verdict - ready to submit to one of the eleven tracks: <yes | no> - if no: which track to deepen, with the concrete change needed to get there
1. **Read project state**
2. **Score each of the eleven tracks on 0 to 3**
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…