ULTIMATE EDITION - Codex-first skills for Vibe Codex, now with infinite retry, self-healing, and completion proof. Purpose-built for Codex CLI workflows and skill routing.
┌─────────────────────────────────────────────────────────────┐
│ │
│ SAY WHAT YOU WANT. │
│ WE PLAN IT. EXECUTE IT. FIX WHATEVER BREAKS. │
│ RETRY UNTIL SUCCESS. PROVE IT WORKS. │
│ │
│ NO QUESTIONS. NO EXCUSES. NO STOPPING. │
│ │
└─────────────────────────────────────────────────────────────┘
If you want a fast, minimal plan -> code -> exec loop: https://github.com/kks0488/codex-triad
If you want deeper, multi-skill automation and routers, stay with vibe-codex.
- Infinite Retry Engine - Never stops on failure, adapts and retries
- Self-Healing Protocol - Auto-diagnoses and fixes errors
- Completion Proof - Evidence-based verification, not just "looks done"
- Parallel Execution - Independent tasks run simultaneously
- State Persistence - Work documents track progress, can resume
- Skill Composition - Chains skills intelligently when needed
- Smart Fallback - Always has a path forward, no dead ends
One-liner install/update (recommended):
Mac/Linux:
curl -fsSL https://raw.githubusercontent.com/kks0488/vibe-codex/main/bootstrap.sh | bashWindows (PowerShell):
irm https://raw.githubusercontent.com/kks0488/vibe-codex/main/bootstrap.ps1 | iexThe shortest, most powerful command:
vcf: build a login page
Or longer versions:
use vcf: build a login page
vc finish build a login page
This triggers:
- Auto-creates work document for tracking
- Plans 10-20 phases
- Executes all phases (parallel where possible)
- Self-heals on any failure
- Runs tests
- Provides completion proof
vc go build a login page
Router analyzes your request and picks the best skill automatically.
끝까지: 로그인페이지 만들어줘
그냥해줘: 로그인페이지 만들어줘
ㄱㄱ: 로그인페이지 만들어줘
Use /skills or type $ to pick a skill explicitly. This works in the CLI and IDE extension; web/iOS still rely on automatic selection.
The Ultimate Execution Engine
- 10/20 phase planning
- Infinite retry on failure
- Self-healing protocol
- Completion proof required
- No questions, no stopping
Intelligent Skill Selection
- Intent classification (action, domain, output, scope)
- Confidence scoring
- Skill composition when needed
- Smart fallback (never "I don't know")
Parallel Author/Reviewer Workflow
- Terminal A writes, Terminal B reviews
- Rapid feedback via PR comments
- Self-healing merge conflicts
- Never wait idle
1. NEVER STOP UNTIL PROVEN DONE
2. NEVER ASK - DECIDE AND RECORD
3. NEVER FAIL - ADAPT AND RETRY
4. NEVER FORGET - TRACK EVERYTHING
5. NEVER ASSUME DONE - VERIFY WITH EVIDENCE
vc install [--repo] # Install skills
vc update [--repo] # Update skills
vc doctor # Check installation
vc list # List installed skills
vc go <task> # Router mode (auto-select skill)
vcf: <task> # Maximum power mode (끝판왕) ← RECOMMENDEDEvery task ends with proof:
## COMPLETION PROOF
✓ Executed:
Command: npm run dev
Output: Server running on localhost:3000
✓ Tests:
Command: npm test
Result: 47 passed, 0 failed
✓ Requirements Verified:
- [Login page]: src/pages/Login.tsx:1-89
- [OAuth integration]: src/lib/auth.ts:15-67
✓ Quality Checks:
- Build: PASS
- Lint: PASS
- Types: PASS- Codex users who want outcomes, not explanations
- People who prefer "tell AI the goal, review the result"
- Teams that want Git as single source of truth
- Anyone who wants AI to complete tasks, not stop at problems
- Non-technical users who just want things done
| Skill | Purpose |
|---|---|
vc-phase-loop |
Autonomous execution engine |
vcf |
Alias for vc-phase-loop (vc finish) |
vc-router |
Intelligent skill selection |
git-dual-terminal-loop |
Parallel author/reviewer workflow |
frontend-design |
Bold UI builds |
web-artifacts-builder |
Multi-file React artifacts |
webapp-testing |
Web application testing |
docx / pptx / pdf / xlsx |
Document workflows |
theme-factory |
Theme/styling systems |
brand-guidelines |
Brand identity |
algorithmic-art |
Generative art |
canvas-design |
Posters and visuals |
mcp-builder |
MCP server creation |
skill-creator |
New skill creation |
Manual install:
git clone https://github.com/kks0488/vibe-codex.git
cd vibe-codex
bash scripts/install-skills.sh # User scope (~/.codex/skills)
bash scripts/install-skills.sh --repo # Repo scope (<repo>/.codex/skills)The installer copies skills to the selected scope with timestamped backups. Restart Codex to pick up new skills.
┌─────────────────────────────────────────────────────────────┐
│ │
│ THE VIBE CODEX PROMISE │
│ │
│ You say "끝까지" │
│ │
│ We throw agents at it. │
│ We throw retries at it. │
│ We throw self-healing at it. │
│ │
│ Until it's done. │
│ Actually done. │
│ Proven done. │
│ │
└─────────────────────────────────────────────────────────────┘