vibe-coding-kit

by Junliu1066Verified

不教你写代码,教你把"用 AI 写代码"彻底想明白 — 给非技术产品人的 vibe coding 规划工具包

120
Stars
1
Forks
8/23/2026
Added
View on GitHubDownload ZIP

⚠️ Third-Party Software Notice

This skill is third-party open-source software developed and hosted independently on GitHub. SkillTip is an informational directory and does not control or maintain the underlying repository. Any security checks displayed are automated and limited in scope. Review the source code before installing.

Read the Terms of Service

Installation

Add to your Claude Code skills directory:

# Add to your Claude Code skills
git clone https://github.com/Junliu1066/vibe-coding-kit

Getting Started

Guides for using skills like vibe-coding-kit.

Security Report

Verified

Last scanned: —

{
  "status": "PASSED",
  "issues": []
}

README.md

vibe-coding-kit — 需求没说清,等于没说

vibe-coding-kit

不教你写代码,教你把"用 AI 写代码"这件事,彻底想明白。

A planning toolkit for vibe coders who don't (yet) write code.

License PRs Welcome Made for Language


需求没说清,等于没说。 AI 不会卡住——它会朝着错误的方向,飞速地、自信地,把你的项目实现出来。

如今谁都能把一个想法甩给 AI,几分钟跑出个能动的东西。但真正把它做成、做对、不半路崩掉的人,少得多。差距从来不在"会不会调 AI",而在两件事:开工前有没有把需求想清楚,开工后有没有守住纪律。

这套工具,就是把这两件事,拆成任何人都能照着做的步骤。


它解决什么

你大概经历过其中至少一种:

  • 想法很清楚,AI 写出来的却完全不是那回事,来回扯皮一下午。
  • demo 跑通了,越改越乱,最后连之前能用的版本都找不回来了。
  • AI 信誓旦旦说"已完成",你一跑,根本不行。
  • 面对它给的几个技术方案,你一个字都看不懂,只能闭眼选一个。

这些都不是技术问题,是方法问题。而方法,是可以学的。

30 秒看懂它的价值

同一个人,同一个想法,区别只在于"怎么说":

模糊想法 vs 说清楚的需求

第二种,AI 能直接开干,而且不会跑偏。本套件做的,就是带你从第一种,走到第二种——并且一路护送到上线。

套件里有什么

六个轻量 Skill,在你需要的那一刻,自动登场

Skill什么时候用给你什么
💬 prd"帮我理需求" / "帮我写个 PRD" / 想清楚再开工访谈式 Agent:一问一答 + 岔路口给建议,产出 PRD 文件
🎯 requirements"我想做个 X" / 跑 demo / 对齐需求该不该写代码的自检 + 需求四要素 + 把需求补全
🧭 architecture选技术栈 / 看不懂 AI 给的方案看懂任何架构的 6 个维度 + 选型五步法
🚀 productiondemo 想做成正式系统 / 部署上线开发规范 + 安全基线 + 部署 + 验收 + 文档
🛟 survival"AI 越改越乱" / 改坏退不回去 / AI 忘事贯穿全程四件事 + 红线 + 项目说明书
harness产出物写完后 / "帮我质检" / "检查合不合规"质检 Agent:逐条校验产出格式、章节完整性、跨 Skill 一致性

不知道从何说起? 在 Claude Code / Codex 里直接用 prd 这个访谈 Agent——它会像产品顾问一样一点点问你,在你判断不了的地方(尤其"这东西该活在哪""用什么技术")给你选项和推荐,最后把 prd.md 写进你的项目目录。

🧬 Harness 治理层(新增)

除了六个 Skill,这套件现在自带一套三层治理体系,确保 AI 的每次产出格式统一、质量达标:

文件作用
Layer 1 · 宪法CLAUDE.mdAI 对话开始时自动加载的最高规则:语言、命名、必须章节、禁止事项
Layer 2 · 质检skills/vibe-coding-harness/事后逐条校验产出物,报告违规 + 给出修复建议
Layer 3 · 硬约束每个 SKILL.md 末尾Skill 自己的交付前自检清单,不通过就不算做完

三层从 harness.json(根目录的结构化配置文件)统一派生,改一处,三处同步。Claude Code 用户开箱即用;ChatGPT/Codex 用户把 CLAUDE.md 贴到 system prompt 即可。

流程治理(v2 新增): 除了"管产出物",Harness 现在还"管过程"——harness.jsonworkflow 块把流程定义成 S1 需求 → S2 选型 → S3 上线 的有序流水线,每阶段有出口门、每步有退出条件。一个 docs/进度账本.md 记录"当前走到第几步",AI 每轮先读、每过一步回写,没过门不准往下冲,跳步要留痕。这解决了"纯 Skill 在对话里不按步骤推进、乱序跳步"的问题。详见 docs/Harness-v2-重设计方案.md

项目进度卡(v2.1 新增): docs/进度账本.md 管 S1/S2/S3 流程门,.dsu/progress/ 管开发期上下文恢复。默认只读 .dsu/progress/index.md,任务涉及某个模块时再读 .dsu/progress/modules/duXX-xxx.md,需要复盘单次任务时才读 .dsu/progress/tasks/任务ID.md。总表只放索引级信息:当前阶段、当前主线、完成 DU、进行中 DU、下一步、最大风险。模板见 examples/项目进度卡-总表模板.mdexamples/项目进度卡-模块模板.mdexamples/项目进度卡-任务模板.md

📚 方法论库(references/方法论)

Skill 不再把产品方法论抄在每个文件里,而是统一收进 references/方法论/——问题优先、RICE/MoSCoW 优先级、EARS 验收格式、边界清单、非功能模板、HEART 指标、用户研究全流程等。Skill 在你卡住时指向对应那份,你不需要通读。脾气照旧:方法论是工具箱不是检查表,demo 阶段一律打折,挑真用得上的几件。

新增的两个行为:① 分诊——开问之前先判断需求"分量",简单需求轻问快走,复杂需求才深问("能自己推断的别问用户");② 推荐选项 clarify——不再用开放式问题轰炸小白,而是先陈述理解、把默认假设做成 [✓ 就这样] [换一个:…] 的推荐项让你一眼确认。既不让你面对空白,也不替你闷头做主。

你的旅程

vibe-coding-kit 的使用旅程:从想法到上线,5 个 Skill 各管一段

不止于"做完"——把小白带成行家

大多数工具教你"怎么用 AI 把事办成"。这套件多走一步:让你逐步看懂自己在做什么。

architecture 里的「6 个维度」和「把 AI 当老师」,不是让你照搬话术,而是让你学会拷问任何方案——数据存哪、谁在跑、依赖几何、值不值这个复杂度。用上几个项目,你会发现自己不再需要话术,因为你已经能一眼看穿方案的好坏。

这才是它和"又一个 prompt 合集"的根本区别。

快速开始

每个 Skill 就是一个含 SKILL.md 的文件夹——这是通用的 Skill 格式。下面三种用法,从最省事到最进阶,挑一个适合你的:

方式一 · 零安装,复制即用(最简单,人人都会)★ 推荐先用这个

不想折腾任何设置,30 秒就能试:

  1. 打开本仓库,进 skills/ 里你想用的那个文件夹(不知道选哪个?先用 vibe-coding-requirements)。
  2. 点开里面的 SKILL.md全选复制全部内容。
  3. 回到你和 AI 的对话框(Claude、ChatGPT、Codex 都行),粘贴进去,再补一句"请按上面这套方法帮我"。

就这样,立刻能用。先把它跑顺,确认有用了,再考虑下面更省心的方式。

方式二 · Claude 网页/桌面版:上传成自定义 Skill

如果你常用 claude.ai 网页版或桌面 App(需要 Pro 及以上套餐):

  1. 先把整个仓库下载到本地:点页面右上角绿色 Code → Download ZIP,解压。
  2. 在 Claude 里进入 Settings(设置)→ Capabilities / Skills(技能)
  3. 选择上传自定义 Skill,把 skills/ 下你要用的那个文件夹(含 SKILL.md)传上去。
  4. 之后在对话里它会在合适的时机自动登场,不用每次再贴。

方式三 · Claude Code:放进 skills 文件夹

如果你用命令行版的 Claude Code:

# 1. 下载仓库
git clone https://github.com/Junliu1066/vibe-coding-kit.git

# 2. 把需要的 skill 复制到 Claude Code 的个人 skills 目录
cp -R vibe-coding-kit/skills/vibe-coding-requirements ~/.claude/skills/
# 想全装就把整个 skills 目录下的文件夹都复制过去

放好后重启 Claude Code,它会自动识别;你描述需求时对应 skill 会自动触发。

说明: 各端的菜单名称和入口可能随版本更新而微调,如与上文略有出入,请以官方最新文档为准:docs.claude.comsupport.claude.com拿不准就用「方式一」,它永远有效。

先看一个真实案例

examples/案例-竞品调研助手.md 用一个完整项目——竞品调研助手——带你从一句话想法走到能用:

  • 五步选型法实际砍掉了哪几个方案,为什么
  • 6 个维度照出了这个项目真正的风险(提示:是 AI 接口的成本与密钥)
  • 哪些诱人的功能被"以后再说"清单挡在了门外
  • 红线自检如何判断"这事我能不能放心自己干"

强烈建议先读它,再上手自己的项目。

设计信条

这套件有脾气。它信奉:

  • 复杂度是负债,不是资产。 每多一个组件、一个依赖,都是向未来借债。
  • 先说问题,再说方案。 描述方案会锁死 AI,描述问题才有更优解。
  • 没有代价的方案不存在。 不跟你讲代价的推荐,不可信。
  • 知道边界,也是本事。 有些事(动钱、动别人隐私)该找真人——这不是认怂,是行家。
  • 维护成本是最终裁决。 一年后你还修不修得动,比什么都重要。

适合谁

  • 不写代码、或刚起步,靠 AI 把想法变成产品的产品经理、创业者、独立开发者。
  • 想先跑个 demo 验证,又怕跑偏、怕烂尾的人。
  • 想借着每个项目,真正把技术判断力练出来的人。

参与共建

欢迎 Issue 和 PR:补充话术、修正不准的地方、贡献新的真实案例。改动时请守住这套件的脾气——大白话、讲代价、不堆复杂度。

License

MIT。自由使用、修改、再分发。


少走弯路,是最被低估的生产力。

如果它帮到了你,点个 ⭐ 让更多人少走弯路。

Frequently Asked Questions

What is vibe-coding-kit?

vibe-coding-kit is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by Junliu1066. 不教你写代码,教你把"用 AI 写代码"彻底想明白 — 给非技术产品人的 vibe coding 规划工具包. It has 120 GitHub stars.

Is vibe-coding-kit safe to use?

Yes. vibe-coding-kit passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install vibe-coding-kit?

Clone the repository with "git clone https://github.com/Junliu1066/vibe-coding-kit" and add it to your Claude Code skills directory (see the Installation section above).

Are there alternatives to vibe-coding-kit?

Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh vibe-coding-kit against similar tools.

Comments (0)

No comments yet. Be the first to share your thoughts!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI Agentsai-agentsanthropicclaude-code
View details
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI Agentsai-agentsbrainstorming
View details

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI Agentsai-agentsanthropicclaude-code
View details

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI Agentsclaude-codeai-tools
View details

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI Agents
View details

Developers Also Liked

Based on votes and bookmarks from developers who liked this skill

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI Agentsai-agentsanthropicclaude-code
View details
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI Agentsai-agentsbrainstorming
View details

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP Serversapisai-tools
View details

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI Agentsai-agentsanthropicclaude-code
View details

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI Agentsclaude-codeai-tools
View details