Skip to main content

Example Agents

Ready-to-use agent configurations. Each directory contains everything you need to add the agent to your project:
  • agent-config.toml — drop into agents/<name>/
  • ACTIONS.md — the agent’s system prompt (also goes in agents/<name>/)
  • README.md — explanation, setup notes, and customization tips

Agents

AgentDescriptionTrigger
plannerTriages new GitHub issues — asks clarifying questions or writes detailed implementation plans for the dev agentWebhook (issue labeled/commented) or scheduled
devPicks up GitHub issues and implements the requested changes — clones, branches, codes, tests, and opens a PRWebhook (issue labeled) or scheduled
reviewerReviews open pull requests, runs checks, fixes failures, and auto-merges approved PRsWebhook (PR events, check suite) or scheduled
reddit-moderatorModerates a subreddit by posting content and removing inappropriate commentsScheduled (Reddit doesn’t support webhooks)