Thanks to visit codestin.com
Credit goes to github.com

Skip to content

⚡ AI-first skills for autonomous coding. Fast loops, zero-setup, Codex & OpenCode compatible.

Notifications You must be signed in to change notification settings

kks0488/vibe-codex

Repository files navigation

vibe-codex

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.                    │
│                                                             │
└─────────────────────────────────────────────────────────────┘

Want it simpler?

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.

What's New in ULTIMATE EDITION

  • 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

Super simple (copy/paste)

One-liner install/update (recommended):

Mac/Linux:

curl -fsSL https://raw.githubusercontent.com/kks0488/vibe-codex/main/bootstrap.sh | bash

Windows (PowerShell):

irm https://raw.githubusercontent.com/kks0488/vibe-codex/main/bootstrap.ps1 | iex

Usage

Maximum Power Mode (끝판왕)

The 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:

  1. Auto-creates work document for tracking
  2. Plans 10-20 phases
  3. Executes all phases (parallel where possible)
  4. Self-heals on any failure
  5. Runs tests
  6. Provides completion proof

Router Mode (Auto-Select Skill)

vc go build a login page

Router analyzes your request and picks the best skill automatically.

Korean Shortcuts

끝까지: 로그인페이지 만들어줘
그냥해줘: 로그인페이지 만들어줘
ㄱㄱ: 로그인페이지 만들어줘

Explicit Skill Invocation

Use /skills or type $ to pick a skill explicitly. This works in the CLI and IDE extension; web/iOS still rely on automatic selection.

Core Skills (ULTIMATE EDITION)

vc-phase-loop

The Ultimate Execution Engine

  • 10/20 phase planning
  • Infinite retry on failure
  • Self-healing protocol
  • Completion proof required
  • No questions, no stopping

vc-router

Intelligent Skill Selection

  • Intent classification (action, domain, output, scope)
  • Confidence scoring
  • Skill composition when needed
  • Smart fallback (never "I don't know")

git-dual-terminal-loop

Parallel Author/Reviewer Workflow

  • Terminal A writes, Terminal B reviews
  • Rapid feedback via PR comments
  • Self-healing merge conflicts
  • Never wait idle

The Iron Laws

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

Shortcut Commands

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 (끝판왕) ← RECOMMENDED

Completion Proof Format

Every 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

Who this is for

  • 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

Skills List

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

Installation

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.

Philosophy

┌─────────────────────────────────────────────────────────────┐
│                                                             │
│   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.                                              │
│                                                             │
└─────────────────────────────────────────────────────────────┘

About

⚡ AI-first skills for autonomous coding. Fast loops, zero-setup, Codex & OpenCode compatible.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 7