Agent skill

vibe-orchestrator

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/vibe-orchestrator

SKILL.md

✨ Vibe Orchestrator Skill


name: vibe-orchestrator description: Transform natural language descriptions into complete, working applications through AI orchestration

🎯 Purpose

Take a simple description and orchestrate multiple skills/agents to build a complete, production-ready application.

πŸ“‹ When to Use

  • "Build me a [type of app]"
  • "Create a [description] system"
  • Rapid prototyping from ideas
  • MVP development

πŸ”§ Orchestration Flow

User: "Create an e-commerce store"
              β”‚
              β–Ό
β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚                VIBE ORCHESTRATOR                 β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
              β”‚
    β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
    β–Ό         β–Ό         β–Ό         β–Ό         β–Ό
β”Œβ”€β”€β”€β”€β”€β”€β”€β” β”Œβ”€β”€β”€β”€β”€β”€β”€β” β”Œβ”€β”€β”€β”€β”€β”€β”€β” β”Œβ”€β”€β”€β”€β”€β”€β”€β” β”Œβ”€β”€β”€β”€β”€β”€β”€β”
β”‚ Plan  β”‚ β”‚  UI   β”‚ β”‚  Dev  β”‚ β”‚ Test  β”‚ β”‚Deploy β”‚
β”‚ Agent β”‚ β”‚ Agent β”‚ β”‚ Agent β”‚ β”‚ Agent β”‚ β”‚ Agent β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”˜ β””β”€β”€β”€β”€β”€β”€β”€β”˜ β””β”€β”€β”€β”€β”€β”€β”€β”˜ β””β”€β”€β”€β”€β”€β”€β”€β”˜ β””β”€β”€β”€β”€β”€β”€β”€β”˜
              β”‚
              β–Ό
        Working App! πŸŽ‰

πŸ“ Vibe Process

Phase 1: Understand (πŸ“ Plan)

markdown
Input: "Create a coffee shop ordering system"

Analysis:
- Domain: Food & Beverage / Ordering
- Users: Customers, Staff
- Core Features:
  - [ ] Menu display
  - [ ] Cart management
  - [ ] Order placement
  - [ ] Order tracking
- Tech Stack: React + Node.js + DB

Phase 2: Design (🎨 UI)

markdown
Pages to create:
1. Home - Menu display
2. Cart - Order items
3. Checkout - Payment
4. Orders - Track orders

Components:
- MenuCard
- CartItem
- OrderSummary
- Header/Footer

Phase 3: Build (βš™οΈ Dev)

markdown
Implementation order:
1. Project setup (Vite + React)
2. Create components
3. Add routing
4. Connect state management
5. Add API integration

Phase 4: Test (πŸ§ͺ Test)

markdown
Testing:
1. Component tests
2. Integration tests
3. E2E flow tests
4. Mobile responsiveness

Phase 5: Polish (✨ Design)

markdown
Final touches:
1. Animations
2. Loading states
3. Error handling
4. Performance optimization

Phase 6: Ship (πŸš€ Deploy)

markdown
Deployment:
1. Build production bundle
2. Run final tests
3. Deploy to hosting
4. Verify live site

🎯 Vibe Commands

Command Action
/vibe [description] Create full app
/vibe-ui [description] UI only
/vibe-api [description] API only
/vibe-fix [issue] Fix and continue

πŸ“Š Agent Coordination

Parallel Execution

Phase 1: Planning (sequential - needed for others)
    β”‚
    β–Ό
Phase 2: UI + API (parallel - independent)
    β”‚
    β–Ό
Phase 3: Integration (sequential - needs both)
    β”‚
    β–Ό
Phase 4: Testing + Docs (parallel - independent)

Agent Announcements

[πŸ“ Planner] Starting: Analyze requirements
[πŸ“ Planner] βœ… Complete: 5 features identified

[🎨 UI Builder] Starting: Create HomePage
[βš™οΈ Dev Agent] Starting: Setup API routes
[🎨 UI Builder] βœ… Complete: HomePage with 3 sections
[βš™οΈ Dev Agent] βœ… Complete: 4 API endpoints

[πŸ§ͺ Tester] Starting: Run test suite
[πŸ§ͺ Tester] βœ… Complete: 12/12 tests passed

πŸ’‘ Example Vibes

E-commerce

/vibe Online store with products, cart, and checkout

SaaS Dashboard

/vibe Analytics dashboard with charts, filters, and export

Social App

/vibe Twitter clone with posts, likes, and comments

Management System

/vibe Project management tool with tasks, teams, and deadlines

βœ… Vibe Checklist

  • Requirements understood
  • Features prioritized
  • UI designed and built
  • Logic implemented
  • Tests passing
  • Design polished
  • Ready for deployment

πŸ”§ Error Recovery

markdown
If agent fails:
1. Identify failure point
2. Log error details
3. Attempt auto-fix
4. If can't fix: pause and report
5. After fix: continue from checkpoint

πŸ”— Related Skills

  • business-context - Understand requirements
  • ui-first-builder - Build UI
  • testing - Test application
  • deployment - Deploy result
  • memory-system - Track progress

Didn't find tool you were looking for?

Be as detailed as possible for better results