ykocaman

Baron — Testing skill for Claude Code

Testing community

Local-first AI coding agent orchestrator with a terminal UI — isolated worktrees, a real build/lint/test gate, and policy-controlled auto-merge.

How to install Baron

This entry records only its repository, not the path inside it, so there is no exact command to give. Open ykocaman/baron and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Baron does

Local-first AI coding agent orchestrator with a terminal UI — isolated worktrees, a real build/lint/test gate, and policy-controlled auto-merge.

Alternatives in Testing

  • Webapp Testing — Test local web applications using Playwright for UI verification and debugging 94.1k ★
  • Marketing Skills Versions — Current versions of all skills 13.8k ★
  • Testing Strategy — This project is small, runs in a terminal, and is mostly deterministic 10.9k ★

README

🏰 BARON

Local-first AI coding agent orchestrator.

![Go Version](https://img.shields.io/badge/go-1.25%2B-00ADD8?logo=go&logoColor=white) ![TUI](https://img.shields.io/badge/interface-terminal--only-6b46c1) ![License](https://img.shields.io/badge/license-MIT-blue) ![Status](https://img.shields.io/badge/status-pre--release-orange)

BARON turns your backlog into a fleet of AI coding agents. You describe the work as **beads** — small, well-scoped tasks — and BARON dispatches each one to a coding agent CLI (Claude Code, Codex, opencode, Gemini, agy, Cline, …) running in its own isolated git worktree and tmux window. Nothing lands on your base branch until it clears your project's own build/lint/test pipeline, passes a secret scan, and — if you enable it — a reviewer persona signs off. Everything happens on your machine, in your terminal, against your own git history: there's no server, no cloud dashboard, no daemon.

*BARON doesn't write code itself. It's the manager: it hands out the work, watches the agents, enforces your gate, and decides what's safe to merge.*


Dashboard

Board Mode dashboard
Board Mode
Every bead's state at a glance — Backlog, Active, Needs You, Done — with a live overview/terminal/diff/audit pane for whatever's selected.
Prompt Mode / Crew
Prompt Mode (Crew)
A live agent-CLI chat next to your persona roster — background reviewers you can enable, edit, or fire on demand.
New bead form
New Bead
Title, type, capability tier, parent epic, description, and