oh-my-viber
v1.0.1
Published
Vibe Coding workflow pipeline for designer-developers — 8-stage architecture-locked scaffold with cross-module contracts, optimistic updates, and red-line auditing.
Maintainers
Readme
oh-my-viber
Vibe Coding workflow pipeline for designer-developers — 8 阶段架构锁定流水线,Feature 生成契约,跨模块行为契约,洋葱模型 + 红线检查。
Install
npx oh-my-viberUpdate
npx oh-my-viber updateCheck
npx oh-my-viber checkWorks with Claude Code, Codex, nanoPencil, and every other major AI coding harness. install sets up the skill for your harness; update pulls the latest. Run npx oh-my-viber check to see if you're behind.
Options
| Option | Description |
|--------|-------------|
| --dest | Install directory (optional, auto-detects by default) |
| --repo | GitHub repo (optional, uses bundled skill by default) |
| --ref | Git ref (default main) |
| --list | Show detected AI tools and their skill directories |
Examples
npx oh-my-viber
npx oh-my-viber --dest ~/.claude/skills
npx oh-my-viber --dest ./my-skills --repo O-Pencil/skillsCommands
| Command | Description |
|---------|-------------|
| /init | 项目初始化,锁定技术栈,生成 VIBE.md |
| /spark [需求/Figma] | 需求拆解为 Feature 列表 |
| /scaffold [feature] | 生成 4 件套骨架 |
| /wire [feature] | 接入分页/搜索/三态等跨模块契约 |
| /optimistic [feature] | 补乐观更新三段式 |
| /audit [scope] | 红线扫描(R1-R9) |
| /polish [feature] | 类型/三态/a11y/视觉/测试打磨 |
| /reflect | 复盘沉淀到 VIBE.md |
License
MIT
