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 atlasDocs 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.
Executor
Sisyphus-Junior
Focused task executor that completes delegated atomic tasks without spawning other agents.
Orchestrator
Atlas
Master orchestrator that drives a full todo list to completion by dispatching tasks to specialized agents in parallel waves.
Planner
Prometheus
Strategic planning consultant that interviews you to clarify requirements, then generates a structured work plan.
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