OverviewAgents

Documentation

Install and understand the builtin agents.

agentget ships with curated agents for planning, execution, orchestration, research, and review. Use the docs to pick the right agent, copy the install command, and read the full source-backed behavior for each one.

What builtin agents are

Versioned agent definitions maintained in this repo. Each one has a clear role, operating constraints, and guidance for when to use it.

Getting started

npx agentget add joeyism/agentget --agent atlas

Docs coverage

Browse an agent index at /docs/agents, then open each agent page for the full markdown-backed role definition and usage guidance.

Featured agents

Start here if you want the core planning and execution loop.

View all agents →

Submit your agent

Got a public repo others should install?

Open a prefilled GitHub submission issue in one click. Share the repo, describe the agent, and confirm the supported layout so it can be reviewed for the directory.

Before submitting

  • • Use a public GitHub repository
  • • Include the install command or repo URL
  • • Confirm the agentget-compatible folder structure
  • • Explain why the agent is useful to others