๐Ÿ“š VOK Documentation

Welcome to the VOK (Vibecode Omni Kit) documentation. VOK is a unified AI development platform that automatically routes tasks to the best AI model, saving you 40-70% on API costs.

๐Ÿš€ Quick Start

Get up and running with VOK in under 60 seconds:

# 1. Clone the repository
git clone https://github.com/TUAN130294/vok.git
cd vok

# 2. Run setup (Windows)
./setup.ps1

# 3. Run setup (Mac/Linux)
chmod +x setup.sh && ./setup.sh

# 4. Configure AI providers
ccs config

# 5. Start using VOK!
vok "implement user authentication"

๐Ÿง  Smart AI Routing

VOK automatically analyzes your task and routes it to the optimal AI model:

Task Type Routes To Why
Coding GLM Fast & cheap
Review Gemini Free, good analysis
Planning Antigravity Deep reasoning
UI/UX Antigravity Creative
Complex Claude Maximum accuracy

๐Ÿ’ฐ Cost Savings

VOK saves you 40-70% on AI API costs by using the right model for each task:

Provider Cost Auth Method Best For
Gemini FREE OAuth Reviews, analysis
Antigravity FREE OAuth Planning, design
GLM $0.001/1K API Key Coding tasks
Claude $$$ API Key Critical tasks

๐Ÿค– AI Agents

VOK includes 19 specialized AI agents, each expert in their domain:

๐Ÿ’ป

Coder

Production-ready code

๐Ÿ—๏ธ

Architect

System design

๐Ÿ”

Reviewer

Code quality

๐ŸŽจ

UI/UX Designer

Beautiful interfaces

๐Ÿ›

Debugger

Bug hunting

๐Ÿงช

Tester

Testing & QA

๐Ÿ“‹

Planner

Project planning

๐Ÿ—„๏ธ

DBA

Database ops

๐Ÿ“ฆ

Git Manager

Version control

๐Ÿ“š

Docs Manager

Documentation

๐Ÿ”ฌ

Researcher

Tech research

๐Ÿ’ก

Brainstormer

Creative ideas

๐Ÿ› ๏ธ Skills Library

36+ skill domains covering all aspects of development:

Development

DevOps & Tools

Design & Creative

โŒจ๏ธ Slash Commands

18 powerful commands at your fingertips:

/plan
/cook
/code
/fix
/review
/test
/debug
/scout
/docs
/git
/design
/bootstrap
/brainstorm
/skill
/worktree
/preview
/integrate
/kanban

๐Ÿ–ฅ๏ธ VOK Desktop

Beautiful Tauri-based desktop application with modern UI:

Available Views

View Purpose
Dashboard Overview, stats, command center
Orchestrator Phase management & execution
Kanban Visual task board
Hierarchy System visualization
Execution Leader monitoring
Beginner Mode Simplified for new users

๐Ÿง  Thinking Levels

Control AI reasoning depth for different tasks:

Level Use Case
none Quick responses
low Simple tasks
medium Standard work
high Complex analysis
ultrathink Maximum reasoning

๐Ÿ”Œ AI Providers

Configure and switch between multiple AI providers:

# OAuth Login (Free)
ccs gemini --auth
ccs agy --auth

# API Key Setup
ccs glm --config
ccs kimi --config

# Web Dashboard
ccs config

# Health Check
ccs doctor

Ready to Get Started?

Clone the repo and start saving on AI costs today.

Clone from GitHub