Opencode Vibe
Description
🏄♂️ Next.js 16 web UI for OpenCode - real-time chat with streaming, SSE sync, and React Server Components
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
opencode-vibe 🏄♂️
_ │ _ _
___ _ __ ___ _ __ ___ ___ __| | ___ │__ _(_) |__ ___
/ _ \| '_ \ / _ \ '_ \ / __/ _ \ / _` |/ _ \│\ \ / / | '_ \ / _ \
| (_) | |_) | __/ | | | (_| (_) | (_| | __/│ \ V /| | |_) | __/
\___/| .__/ \___|_| |_|\___\___/ \__,_|\___│ \_/ |_|_.__/ \___|
|_| │
Next.js 16 rebuild of the OpenCode web application. Real-time chat UI with streaming message display, SSE sync, and React Server Components.
**Warning:** This project uses Next.js 16 canary - bleeding edge, expect rough edges. Catppuccin-themed because we're not savages.
Quick Start
**Prerequisites:** [Bun](https://bun.sh) v1.3+ and [OpenCode CLI](https://github.com/sst/opencode) running locally.
# 1. Install dependencies
bun install
# 2. Start OpenCode (any mode - TUI or serve)
cd /path/to/your/project
opencode
# 3. Start the web UI
bun dev
# 4. Open browser
# Navigate to: http://localhost:8423
The web UI auto-discovers all running OpenCode processes. No configuration needed.
What's Here
**Monorepo structure:**
apps/web/- Next.js 16 web application (App Router, RSC, Tailwind)apps/swarm-cli/- CLI for visualizing world state across serverspackages/core/- World stream, atoms, Effect services, typespackages/react/- React bindings (hooks, providers, store)docs/- Architecture Decision Records and implementation guides
Features
- World stream architecture - Push-based reactive state via
createWorldStream() - Multi-server discovery - Finds all running OpenCode processes automatically via
lsof - Cross-process messaging - Send from web UI, appears in your TUI
- Real-time streaming - Messages stream in as the AI generates them
- SSE sync - All updates pushed via Server-Sent Events
- Slash commands - Type
/for actions like/fix,/test,/refactor - **File
Related Skills
Algorithmic Art
Create generative art using p5.js with seeded randomness, flow fields, and particle systems
Design Brand Guidelines
Apply Anthropic's official brand colors and typography to artifacts
Design Canvas Design
Create beautiful visual art in PNG and PDF documents using design philosophy
Design Frontend Design
Create distinctive, production-grade frontend interfaces with high design quality
Design Slack Gif Creator
Create animated GIFs optimized for Slack's size constraints
Design Theme Factory
Style artifacts with professional themes including 10 pre-set color/font combinations
Design Related Agents
Codemod Runner
Writes and runs codemod scripts that replace hardcoded visual values with token references in ui/src/index.css
Designguru
Expert Design Guidance & Analysis Specialist who provides professional UI/UX insights, design system guidance,
Html Css
| Web standards for semantic markup, maintainable styling, and accessibility. | - | [wshobson/agents](https://