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.
Research past Sui Overflow hackathon projects, winners, and gaps. Use when the user wants past Overflow research, winners, or hackathon archive.
$ npx -y skills add pivyme/suiperpower --skill overflow-copilot --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/overflow-copilotContext preview
The summary Claude sees to decide when to auto-load this skill.
Research past Sui Overflow hackathon projects, winners, and gaps. Use when the user wants past Overflow research, winners, or hackathon archive.
name: overflow-copilot description: Research past Sui Overflow hackathon projects, winners, and gaps. Use when the user wants past Overflow research, winners, or hackathon archive.
# 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 overflow-copilot idea completed # Or use "failed" / "aborted" if it ended that way. command -v suiperpower >/dev/null 2>&1 && suiperpower track overflow-copilot idea 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.
Searches the Sui Overflow archive (deepsurge.xyz, the official submission and judging platform) for past hackathon projects relevant to a candidate idea. Returns a summary of what has been tried, what won, what failed, and where gaps remain. Helps the user position their candidate against history rather than reinventing it.
Includes structured data from the 2025 Sui Overflow winners (46 projects across 9 tracks), covering technology usage, winning patterns, and 1st place projects per track. See `references/overflow-2025-winners.md` for the full dataset.
This is the Sui-specific analog of a "past hackathon copilot". It only covers Sui Overflow; for ecosystem-wide research, route to `competitive-landscape`.
If you activated this and the user actually wants something else, consult `skills/SKILL_ROUTER.md` and hand off.
A research note appended to `.suiperpower/idea-context.md` (or a new file if no idea is chosen yet):
## Sui Overflow archive research, <timestamp> ### Past projects in this category - <project>: <Overflow edition>, <track>, <one-line summary>, <outcome (winner / finalist / submitted / withdrew)> - ... ### What worked - <pattern>: cited project examples ### What did not work - <pattern>: cited project examples, why ### What is missing - <gap>: <evidence> ### Implications for the candidate - <one paragraph: how the user should position relative to history> ### Citations - <deepsurge.xyz links, project repos, demo videos>
1. **Confirm the search query**
2. **Search the archive**
3. **For each match, capture**
4. **Pattern-match**
5. **Implications**
6. **Writeback**
Before reporting done:
If any answer is no, the skill keeps working.
On-demand references (load when relevant to the user's question):
Knowledge docs:
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…