一键导入
vibe-coding
用自然语言描述需求,让 AI 编写软件。覆盖提示词技巧、工作流模式、规则文件和人工介入时机。触发:vibe coding、AI 编程、用 AI 写代码、快速开发。不适用于:审查已有 PR(用 github skill)、精确单行代码修复(直接用 edit 工具)。
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
用自然语言描述需求,让 AI 编写软件。覆盖提示词技巧、工作流模式、规则文件和人工介入时机。触发:vibe coding、AI 编程、用 AI 写代码、快速开发。不适用于:审查已有 PR(用 github skill)、精确单行代码修复(直接用 edit 工具)。
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | Vibe Coding |
| slug | vibe-coding |
| version | 1.0.0 |
| description | 用自然语言描述需求,让 AI 编写软件。覆盖提示词技巧、工作流模式、规则文件和人工介入时机。触发:vibe coding、AI 编程、用 AI 写代码、快速开发。不适用于:审查已有 PR(用 github skill)、精确单行代码修复(直接用 edit 工具)。 |
| metadata | {"clawdbot":{"emoji":"🎸","requires":{"bins":[]},"os":["linux","darwin","win32"]}} |
Programming where you describe what you want and let AI generate code. You evaluate by results, not by reading every line. Coined by Andrej Karpathy (Feb 2025).
Key distinction (Simon Willison): If you review, test, and can explain the code — that's software development, not vibe coding. Vibe coding means accepting AI output without fully understanding every function.
| Topic | File |
|---|---|
| Prompting techniques | prompting.md |
| Research-Plan-Implement workflow | workflow.md |
| Rules files (.cursorrules, CLAUDE.md) | rules-files.md |
| Common pitfalls and fixes | pitfalls.md |
| Tool selection by use case | tools.md |
Vague prompts → vague results. Before touching your AI tool:
Bad: "Build a social media app" Good: "Build a social feed: text posts (280 chars), follow users, chronological feed, likes/comments. Use React, Tailwind, Supabase."
Persistent context that teaches AI your conventions. Put it in once, applies to every interaction:
See rules-files.md for templates.
Before implementing, have AI explore and plan:
Catching misunderstanding during planning = 10x cheaper than debugging cascading errors.
AI generates code that looks flawless but has subtle bugs. After every change:
The Karpathy move: copy error message, paste with no comment, usually it fixes it. If AI can't fix after 2-3 attempts, describe the behavior you want instead.
Set explicit boundaries:
Good for: Prototypes, MVPs, internal tools, weekend projects, UI components, boilerplate, learning Bad for: Security-critical code, performance-critical code, compliance-heavy domains, long-term production systems
The best vibe coders understand architecture, spot bad AI output, and know when to intervene. If you can't evaluate whether AI produced good code, you need to learn more before vibe coding production systems.
Fast headless browser automation for AI agents (Rust-based with Node.js fallback). Navigate, click, type, and snapshot pages via structured commands. Triggers on browser automation, headless browsing, page snapshot. NOT for: websites needing login/cookies (use bb-browser or browser profile), or simple URL content extraction (use web_fetch/firecrawl).
Search, download, and summarize academic papers from arXiv. Built for AI/ML researchers.
将网站操作封装为 CLI 命令,覆盖 Twitter、Reddit、GitHub、知乎、B站、微博等 36 个平台 103 条命令。直接使用 OpenClaw 浏览器,无需额外扩展。触发:需要程序化操作特定平台。适用于需要与特定平台交互的场景。不适用于通用网页抓取(用 firecrawl)、无平台上下文的浏览器自动化、本地文件操作。
自动化浏览器交互:网页测试、表单填写、截图、数据提取。触发:需要导航网站、与网页交互、填写表单、截图、提取信息。需要浏览器工具可用。不适用于简单 URL 抓取(用 web_fetch)、需要完整渲染的 JS 重度站点(用 firecrawl)、批量无头自动化(用 agent-browser)。
"通过 HTTP API 控制浏览器自动化:页面导航、元素交互(点击/输入/选择)、数据提取、无障碍快照、截图、JS 执行、批量操作。触发:需要通过 API 程序化控制浏览器。不适用于:一次性简单浏览器任务(用 agent-browser)、平台特定交互(用 bb-browser)。"
适配国内 Git 平台和团队习惯的工作流规范——Gitee、Coding、极狐 GitLab、CNB 全覆盖