Skip to content

OpenCode

Install

bash
cd your-project
npx specialist-agent init

Or manually copy from the repo to .claude/.

Use

Reference agents in prompts:

Using @builder:
Create a UserProfile component with avatar and bio fields.

Using @tdd:
Implement calculateTax following TDD.

Using @planner:
Plan the checkout flow implementation.

Available Agents

AgentUse For
@builderCreate modules, components
@reviewerCode review
@doctorDebug issues
@plannerPlan features
@executorExecute plans autonomously
@tddTest-driven development
@apiAPI design
@securityAuthentication
@financePayments

Troubleshooting

Agents not found?

  1. Check .claude/agents/ exists
  2. Reference the full path: .claude/agents/builder.md

Released under the MIT License.