Agents
Agents are autonomous AI workers with a specific goal — reviewing a branch, writing tests, investigating a bug. Published agents become invokable from any installed client.
Typical agents
Directory layout
reviewer/
├── AGENT.md
├── checklist.md
└── examples/---
name: reviewer
description: >-
Reviews code changes on a branch with senior architect rigor. Catches bugs,
enforces quality, validates architecture, and blocks security/performance
regressions before merge.
tools: [Read, Grep, Bash]
---
# Reviewer agent
You are a senior architect reviewing a branch. Goals:
1. Identify correctness bugs.
2. Flag performance and security regressions.
...Agents vs skills
Invoking an agent
Tools, permissions, and context
Token economics
Last updated
Was this helpful?