build-with-claude
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.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
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.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
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.
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 contracts, or Sui programs at the module or function level, in any phrasing.
Integrate Cetus AMM on Sui (swaps, liquidity, concentrated pools). Use when the user mentions Cetus.
| name | build-with-claude |
| description | 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. |
# 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 build-with-claude build completed
# Or use "failed" / "aborted" if it ended that way.
command -v suiperpower >/dev/null 2>&1 && suiperpower track build-with-claude build 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 a structured pair-programming loop for building a Sui MVP. Breaks the work into commit-sized slices, applies a quality gate per slice, hands off to specialist skills (build-with-move, ptb-composer, walrus-storage, etc.) at the right moments, and updates .suiperpower/build-context.md after each slice.
build-with-move, ptb-composer).scaffold-project first.object-model-design first if the schema is non-trivial..suiperpower/build-plan.md exists, use plan-before-code first to land a single approved plan. This skill's per-step gates work against that plan, not in place of it.clarify-intent to land .suiperpower/intent.md before this skill takes over.If you activated this and the user actually wants something else, consult skills/SKILL_ROUTER.md and hand off.
.suiperpower/build-context.md (required for this skill; refuse if absent)..suiperpower/idea-context.md for product context.If unclear, interview the user for:
build-with-move, ptb-composer, sponsor skill)?.suiperpower/build-context.md reflecting what shipped.Context gathering
.suiperpower/build-context.md. Refuse to proceed if missing.Slice the work
Per step
build-with-move for Move authoring, ptb-composer for client tx composition).Per-slice quality gate
Commit
## build-with-claude session, <timestamp> entry to build-context.md.Handoff note
Closing handoff
.suiperpower/intent.md exists and the slice was non-trivial (new module, new sponsor integration, or material changes to public functions or PTB shapes), recommend verify-against-intent as the next step so drift is caught before the next slice or shipping.intent.md exists and the slice was non-trivial, surface that gap once: offer clarify-intent to backfill, do not force it.Before reporting the slice done, the skill asks itself the following and refuses to declare success if any answer is no:
TODO: comments, commented-out code, or stub functions in the diff? If yes, finish or remove them..suiperpower/build-context.md been updated?build-with-move's gate run on the affected modules?validate-business-model, retention-loop, roast-my-product)?If any answer is no, the skill reports the gap and works through it before claiming the slice is complete.
On-demand references (load when relevant to the user's question):
references/slice-shapes.md: Common slice shapes (Move + test, frontend + connect, sponsor integration, end-to-end demo).references/handoff-rules.md: When to hand off to a specialist skill vs continue here.Knowledge docs (load when scope expands beyond what is in references):
skills/data/sui-knowledge/03-move-and-objects.md: For Sui-Move-specific decisions inside a slice.claude "/suiper:build-with-claude <your message>"codex "/build-with-claude <your message>"grok, then /build-with-claude <your message> in the session~/.cursor/rules/build-with-claude.mdc and reference it.If you activated this and the user actually wants something else, consult skills/SKILL_ROUTER.md and hand off.