| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
从模糊想法到精确设计规范 + 可执行代码方案
Vague idea → precise design spec → executable build plan
📖 中文完整文档 • 📖 Full English Doc • ⚡ Quick Start
AI coding assistants are great at writing code but terrible at knowing what you want it to look like. They default to generic blue-button-white-card layouts that all look the same.
Vibe Coding Universal v2.0 solves this by adding a structured design clarification pipeline before any code is written. It:
Result: Your AI coder builds exactly what you imagined — on the first try.
/skill vibe-coding-universal
# Then tell AI: "I want to build [your project idea]"Copy SKILL.md content, paste to AI, say:
"Load this skill. Now analyze my project idea."
| Feature | v1.0 | v2.0 |
|---|---|---|
| Design clarification | ❌ | ✅ 7-round structured dialogue |
| Design spec generation | ❌ | ✅ Full DESIGN_SPEC with CSS tokens |
| Brand references | 0 | 71 (Stripe, Linear, Airbnb…) |
| Output format | Single guide.md | Multi-doc Build Spec package |
| Spec Kit compatible | ❌ | ✅ |
| Auto brand matching | ❌ | ✅ By project type |
User idea
→ Step 1: Requirements analysis → PRD
→ Step 2: 7-round design dialogue → Design Brief
→ Step 3: Match 71 brand systems → DESIGN_SPEC
↓ User confirms
→ Step 4: Architecture design
→ Step 5: Task planning
→ Step 6: Merge → Build Spec package
↓
Claude Code / Codex / Cursor
| AI Tool | Support |
|---|---|
| Hermes Agent | ✅ Native |
| Claude Code | ✅ Skills system |
| OpenAI Codex | ✅ Skills system |
| Cursor | ✅ Rules system |
| GitHub Copilot | ✅ Instructions |
| Gemini CLI | ✅ File-based |
| ChatGPT / Qwen / Kimi | ✅ Paste SKILL.md |
# Full install (includes 71 brand design references)
git clone https://github.com/magicwe/vibe-coding-universal.git ~/.vibe-universal
ln -s ~/.vibe-universal ~/.hermes/skills/vibe-coding-universal
# Or skill file only
curl -o ~/.hermes/skills/vibe-coding-universal/SKILL.md \
https://raw.githubusercontent.com/magicwe/vibe-coding-universal/main/SKILL.mdZero dependencies. No npm, no pip. Just SKILL.md.
User: "I want a developer tool discovery platform" AI: Q1/7: Web, mobile, or desktop? User: Web Q2/7: Any brand styles you like? (Stripe, Linear, Airbnb...) User: Linear + Vercel Q3/7: Dark or light theme? Color vibe? User: Dark, professional, tech feel ... → AI auto-matches Linear + Vercel DESIGN.md files → Generates DESIGN_SPEC with exact hex codes, fonts, spacing → User confirms: "Looks great!" → AI completes architecture + tasks → Output: specs/BUILD_SPEC.md (ready for Claude Code) Claude Code: $ claude --project specs/ --instructions "Follow BUILD_SPEC.md" → Builds the app exactly matching the design spec
Built on top of:
| Back | FazBrowse Home | New Git URL |