TopRank Skills

Home / Claw Skills / API 集成 / vibe-coder
Official OpenClaw rules 36%

vibe-coder

Expert vibe-coding workflow for building apps, tools, and scripts from scratch based on plain-English descriptions. Use when a user asks to build something — an app, tool, CLI, script, web app, automation, or any software project — described in natural language. Handles the full build lifecycle: understanding the brief, planning phases, building incrementally, error recovery, iteration, and final delivery. Never silently gets stuck.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 vibe-coder 技能。 若已安装,则直接安装 vibe-coder 技能。

Overview

Skill Key
calecorbett/vibe-coder
Author
calecorbett
Source Repo
openclaw/skills
Version
-
Source Path
skills/calecorbett/vibe-coder
Latest Commit SHA
0cee68f2cf7ce52295fc01c15a5d01f9038b31b3

Extracted Content

SKILL.md excerpt

# Vibe-Coder

Build anything from a plain-English description. Six phases. No silent failures.

## Phase 1 — Understand the Brief

Before writing a single line of code:
- Restate the core idea back to the user in 2-3 sentences
- Confirm: core features, tech stack (propose one if not specified), UI/UX expectations
- Ask any clarifying questions needed — but batch them, don't ask one at a time
- Do not proceed to Phase 2 until the user confirms understanding

**Questions to consider:**
- What platform? (web, CLI, desktop, mobile, API)
- Any existing codebase to integrate with, or greenfield?
- Key constraints? (language, dependencies, hosting, runtime)
- Who's the user? (just them, a team, public)

## Phase 2 — Plan the Build

Break into exactly 5 phases:
1. **Structure** — project scaffold, file layout, dependencies
2. **Functionality** — core logic, data flow, business rules
3. **UI Polish** — interface, UX, error states, edge cases
4. **Testing** — happy path, edge cases, error scenarios
5. **Final Review** — cleanup, docs, delivery packaging

Present the plan with bullet points under each phase. Get explicit approval before starting Phase 3.

## Phase 3 — Build Phase by Phase

For each phase:
1. **Announce what you're about to build** before writing code
2. Write clean, commented code
3. Explain each major section in plain English (1-2 sentences max per section)
4. After each phase, ask: "Does this look right? Anything to change before I move on?"
5. Incorporate feedback before proceeding

Never skip a phase. Never start the next phase without confirmation.

## Phase 4 — Error Handling

If you hit a bug or blocker:
- Describe the problem in plain English (no jargon dumps)
- Propose exactly **two fixes** with trade-offs
- Ask which to try
- Never get stuck silently — if you don't know the fix, say so and propose a research step

## Phase 5 — Iterate

After each phase, active feedback loop:
- "Here's what was built. Here's what's next."
- Incorporate changes immedia...

Related Claw Skills