Skip to content

mage0535/vibe-coding-universal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Version Compatible License

🚀 Vibe Coding Universal v2.0

从模糊想法到精确设计规范 + 可执行代码方案
Vague idea → precise design spec → executable build plan

📖 中文完整文档📖 Full English Doc⚡ Quick Start


What is this?

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:

  1. Interviews you about design preferences (7 rounds, one question each)
  2. Matches your preferences against 71 real-world brand design systems (Stripe, Linear, Airbnb, Apple…)
  3. Generates a precise DESIGN_SPEC.md with exact colors, typography, component styles, and layout rules
  4. Combines everything (PRD + Design + Architecture + Tasks) into a single Build Spec package
  5. Feeds directly into Claude Code, Codex, Cursor, or any vibe coding tool

Result: Your AI coder builds exactly what you imagined — on the first try.


Quick Start

For Hermes Agent:

/skill vibe-coding-universal
# Then tell AI: "I want to build [your project idea]"

For Any AI (Claude Code / Codex / Cursor / ChatGPT / Gemini):

Copy SKILL.md content, paste to AI, say:

"Load this skill. Now analyze my project idea."


What's New in v2.0

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

Pipeline

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

Compatible With

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

Install

# 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.md

Zero dependencies. No npm, no pip. Just SKILL.md.


Usage Example

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

Acknowledgements

Built on top of:


📖 完整中文文档 · Full English Documentation

About

Make AI code right from line one. Universal Vibe Coding requirement analysis tool. Compatible with Claude Code, Codex, Cursor, ChatGPT. 让 AI 第一行代码就做对。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages