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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/calecorbett/vibe-coderWhat This Skill Does
The vibe-coder skill is a structured, six-phase workflow engine designed to transform plain-English ideas into fully realized software projects. It acts as an expert pair programmer that prioritizes clarity, incremental progress, and explicit communication. By enforcing a rigorous lifecycle—from initial brief validation to final delivery—the skill prevents the common pitfalls of hallucination or silent failure. It ensures that the user remains in control through milestone checkpoints, requiring approval before moving between phases of the build.
Installation
To integrate this tool into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/calecorbett/vibe-coder
Ensure you have the latest version of OpenClaw installed to maintain compatibility with the skill’s multi-phase feedback loops.
Use Cases
This skill is built for developers and non-technical users alike who need to rapidly prototype or build functional software tools. It excels in:
- Building custom CLI tools to automate repetitive tasks.
- Creating scaffolded web applications using modern stacks.
- Developing data-processing scripts or automation bots.
- Prototyping MVPs for web services or APIs.
- Generating standalone scripts for file manipulation or system maintenance.
Example Prompts
- "I need a CLI tool built in Python that takes a directory of text files, summarizes each one using an AI API, and saves the summaries into a single CSV file. Please help me build this."
- "Can you help me build a simple web dashboard using React and Tailwind that tracks my daily water intake and displays a progress chart?"
- "I want to create a script that monitors a specific folder on my desktop and automatically organizes files into subfolders based on their extension. Let's start the planning phase."
Tips & Limitations
- Proactive Communication: The skill is designed to ask for confirmation at every stage. Do not ignore these prompts, as they are crucial for keeping the development aligned with your vision.
- Scope Management: The skill is excellent at flagging feature creep. If you decide mid-build that you want to add a major feature, the skill will ask if you want to update the original plan or defer the task.
- Error Handling: When bugs arise, the skill provides two distinct paths. Choose the one that best fits your technical comfort level or timeline.
- Limitations: While highly capable, this skill relies on the underlying LLM's capability to generate code. For extremely complex or proprietary enterprise architectures, you should verify the generated code's security and performance metrics independently.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-calecorbett-vibe-coder": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read, code-execution
Related Skills
operator-discipline
Applies production-grade behavioral discipline to any AI agent session. Use when configuring a new agent, auditing an existing agent for bad habits, or bootstrapping operator-grade behavior. Covers response discipline, effort calibration, file/memory hygiene, tool safety, stuck detection, quality gate, devil's advocate protocol, and token cost discipline. Activates automatically when the task involves agent configuration, SOUL.md authoring, system prompt design, or behavioral rule-setting.
discord-hub-builder
Build a complete Discord AI command center server from scratch using the Discord REST API. Use when a user wants to set up a professional Discord server for AI agent management, including categories, channels, roles, permissions, and pinned workflow cards. Executes entirely via API — no manual Discord UI steps required. Requires a Discord bot token with Manage Channels, Manage Roles, and Send Messages permissions, plus the target guild/server ID.