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 requirementsui-first-builder- Build UItesting- Test applicationdeployment- Deploy resultmemory-system- Track progress
Didn't find tool you were looking for?