Open Source

An Agent System for opencode

65 specialized agents that act on your intent

Agents that act

Traditional AI assistants respond once and stop. An agentic AI is different—it takes action. It reads files, runs commands, browses the web, and iterates until the work is done.

This toolkit includes 65 specialized agents. Some write code. Some review it. Some run tests or deploy infrastructure. Primary agents call on specialists as needed—expert help, orchestrated automatically.

A team of focused collaborators. Your ideas, realized.

Primary Agents

These are the entry points to the system. Start a conversation with any of them, and they'll orchestrate specialists as needed.

B

@builder

Builds features from PRDs or ad-hoc requests by orchestrating implementation agents

P

@planner

Refine draft PRDs and prepare them for implementation

T

@toolkit

Maintains the AI toolkit - agents, skills, templates, and scaffolds

U

@ui-test-full-app-auditor

Autonomous E2E test auditor that analyzes apps and generates comprehensive test coverage

The Human in the Loop (you)

You guide the direction. Agents handle the execution.

Shape the Vision

Work with @planner to refine requirements. You decide what gets built and how.

Review Progress

@builder implements your PRD. You verify, steer corrections, and approve commits.

Evolve the System

Improve agents over time via @toolkit. You approve changes that ripple across projects.

The Process

The Agent Loop

From idea to shipped feature — and back again. Every feature follows this cycle.

P

Plan

@planner

🚀

Bootstrap

New project or existing codebase

📝

Draft PRD

Describe the feature

💬

Q&A

Clarify with lettered options

Ready

PRD approved for build

B

Build

@builder → @developer

🎯

Claim

Lock PRD, create branch

Implement

loops

@developer writes code

🔍

Review

loops

@critic checks quality

🔄

Iterate

loops

Fix issues, repeat

🔄Repeat until all stories pass
T

Test

@tester → @critic

🧪

Unit Tests

loops

@tester adds coverage

🎭

E2E Tests

loops

End-to-end tests via @playwright-dev

🚦

Quality Gates

Typecheck, lint, build

📋

Human Test Script

Auto-generates QA checklist for manual testing

🔄Retry up to 3 times, then stop for human review
S

Ship

@builder → @felix

🔀

Create PR

Push and open PR

👁️

Watch CI

@felix monitors build

🎉

Merge

Ship to production

📦

Archive

PRD completed, cleanup

🐛

Bugs feed back into the loop

Discovered issues can be tracked as new PRDs

Swipe to explore

73 Skills

Workflows That Load When Needed

Skills are specialized instruction sets for complex, multi-step work. Agents load them on-demand—situational expertise, not always-on overhead.

adhoc-workflow

Ad-hoc mode workflow for Builder

agent-audit

Audit AI toolkit agents for compliance and coverage gaps

agent-onboard

Onboard new or modified agents to ensure they are project-context aware and follow toolkit conventions

auth-config-check

Check authentication configuration before E2E tests

auth-generic

Generic/custom authentication implementation for any provider

auth-headless

Headless authentication using API calls and session injection

auth-nextauth-credentials

NextAuth credentials (email/password) authentication for AI agents

auth-supabase-otp

Supabase passwordless OTP authentication for AI agents

View all 73 skills →

Set Up in Minutes

Three steps. Then you're building.

1

Install opencode

A terminal-based AI coding tool. One command to install.

curl -fsSL https://opencode.ai/install.sh | bash
2

Connect a provider

Launch opencode and run /connect to link your AI provider (GitHub Copilot, Anthropic, OpenAI, etc.).

3

Install the toolkit

Add the agents, skills, and project templates.

curl -fsSL https://raw.githubusercontent.com/mdmagnuson-creator/yo-go/main/install.sh | bash