Skip to content

What Are Agents

Agents in the AI Dotfiles project are reusable AI personas — predefined instructions that shape how an AI tool behaves when given a task.

Each agent defines:

  • Role — what the agent specializes in (e.g., code reviewer, architect, tester)
  • Behavior — how it approaches tasks, communicates, and structures output
  • Permissions — what it can or cannot do (edit files, run commands, browse the web)
  • Mode — whether it works autonomously, requires approval, or follows the peer-programming workflow

Agent Types

CategoryAgents
Qualitycode-reviewer, security-reviewer, accessibility-auditor, api-dx-reviewer, typescript-type-reviewer
Planningarchitecture-planner, test-strategist, regression-hunter
Testingbrowser-tester, performance-investigator
Designdesign-reviewer
Contentdocumentation-writer, idea-finder
Triageissue-triage-agent, dependency-upgrade-scout
Explorecodebase-explorer
Codingpeer-programmer

Browse the full list in the Agents section.

Built with VitePress