█████╗  ██████╗ ███████╗███╗   ██╗████████╗███████╗
██╔══██╗██╔════╝ ██╔════╝████╗  ██║╚══██╔══╝██╔════╝
███████║██║  ███╗█████╗  ██╔██╗ ██║   ██║   ███████╗
██╔══██║██║   ██║██╔══╝  ██║╚██╗██║   ██║   ╚════██║
██║  ██║╚██████╔╝███████╗██║ ╚████║   ██║   ███████║
╚═╝  ╚═╝ ╚═════╝ ╚══════╝╚═╝  ╚═══╝   ╚═╝   ╚══════╝

Compatible with these coding tools

AMP
AMP
CLI
Cline
COD
Codex
Cursor
Cursor
GC
Gemini CLI
GC
GitHub Copilot
KC
Kimi Code CLI
OpenCode
OpenCode
REP
Replit
UNI
Universal
ADA
AdaL
ANT
Antigravity
AUG
Augment
Claude Code
Claude Code
COD
CodeBuddy
CC
Command Code
CON
Continue
CC
Cortex Code
CRU
Crush
DRO
Droid
GOO
Goose
IC
iFlow CLI
JUN
Junie
KC
Kilo Code
KC
Kiro CLI
KOD
Kode
MCP
MCPJam
MV
Mistral Vibe
MUX
Mux
NEO
Neovate
OPE
OpenHands
PI
Pi
POC
Pochi
QOD
Qoder
QC
Qwen Code
RC
Roo Code
TRA
Trae
TC
Trae CN
WIN
Windsurf
ZEN
Zencoder
OPE
OpenClaw
AMP
AMP
CLI
Cline
COD
Codex
Cursor
Cursor
GC
Gemini CLI
GC
GitHub Copilot
KC
Kimi Code CLI
OpenCode
OpenCode
REP
Replit
UNI
Universal
ADA
AdaL
ANT
Antigravity
AUG
Augment
Claude Code
Claude Code
COD
CodeBuddy
CC
Command Code
CON
Continue
CC
Cortex Code
CRU
Crush
DRO
Droid
GOO
Goose
IC
iFlow CLI
JUN
Junie
KC
Kilo Code
KC
Kiro CLI
KOD
Kode
MCP
MCPJam
MV
Mistral Vibe
MUX
Mux
NEO
Neovate
OPE
OpenHands
PI
Pi
POC
Pochi
QOD
Qoder
QC
Qwen Code
RC
Roo Code
TRA
Trae
TC
Trae CN
WIN
Windsurf
ZEN
Zencoder
OPE
OpenClaw

The AI Agents Package Manager

Install AI agents, instructions, skills, and rules from GitHub repos into your project with a single command.

$ npx agentget add <owner/repo>

Agents Directory

4,505
/
#Agent
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Page 1 of 91

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

Builtin Agents

Curated agents you can install directly from this repo

Executor

Sisyphus-Junior

Docs

Focused task executor that completes delegated atomic tasks without spawning other agents.

$ npx agentget add joeyism/agentget --agent sisyphus-junior

Orchestrator

Atlas

Docs

Master orchestrator that drives a full todo list to completion by dispatching tasks to specialized agents in parallel waves.

$ npx agentget add joeyism/agentget --agent atlas

Planner

Prometheus

Docs

Strategic planning consultant that interviews you to clarify requirements, then generates a structured work plan.

$ npx agentget add joeyism/agentget --agent prometheus

Advisor

Oracle

Docs

Read-only high-IQ reasoning specialist for architecture decisions, hard debugging, and post-implementation review.

$ npx agentget add joeyism/agentget --agent oracle

Analyst

Metis

Docs

Pre-planning consultant that classifies intent, surfaces hidden requirements, and produces guardrail directives.

$ npx agentget add joeyism/agentget --agent metis

Reviewer

Momus

Docs

Work plan reviewer that checks plans for executability and valid references. Only blocks on true blockers.

$ npx agentget add joeyism/agentget --agent momus

Discovery

Explore

Docs

Contextual grep specialist for your own codebase. Fire multiple instances in parallel to find patterns and structure.

$ npx agentget add joeyism/agentget --agent explore

Research

Librarian

Docs

External reference specialist that finds official documentation, open-source implementations, and best practices.

$ npx agentget add joeyism/agentget --agent librarian

Deep Worker

Hephaestus

Docs

Autonomous deep worker that explores thoroughly before writing, then completes complex multi-file implementations end-to-end.

$ npx agentget add joeyism/agentget --agent hephaestus

Multimodal

Multimodal Looker

Docs

Media file interpreter that extracts specific information from PDFs, images, and diagrams.

$ npx agentget add joeyism/agentget --agent multimodal-looker

Quick Reference

Essential agentget commands and configuration

Installation

# npm
npm install -g agentget

# bun
bun add -g agentget

# Or use without installing:
npx agentget add owner/repo
bunx agentget add owner/repo

Basic Usage

# Install all agents (default)
npx agentget add owner/repo

# Install everything (agents, skills, instructions, rules)
npx agentget add owner/repo --all

# Install a specific agent + all skills/instructions/rules
npx agentget add owner/repo --agent code-reviewer

# Install only skills
npx agentget add owner/repo --skills-only

# Install specific agent only (no extras)
npx agentget add owner/repo --agent code-reviewer --agents-only

Filtering Flags

FlagBehavior
(none)Installs agents only (default)
--allInstalls everything
--agent <name>Installs specified agent + all skills/instructions/rules
--agents-onlyInstalls agents only (explicit)
--skills-onlyInstalls skills only
--instructions-onlyInstalls instructions only
--rules-onlyInstalls rules only

Where Files Go

agentget supports 41 AI coding tools. Content is written to a canonical location, then symlinked to detected tool directories.

Supported — all 41 tools agentget knows how to install into

Detected — the subset whose config directories exist on your machine now. Only these receive symlinks.

Canonical — 10 tools that read .agents/ directly. Always active, no symlink needed.

Canonical paths (source of truth):

.agents/agents/<name>.agent.md
.agents/instructions/<name>.instructions.md
.agents/skills/<name>/
.agents/rules/<name>.rules.md

Canonical readers (always active — read .agents/ directly):

AMPClineCodexCursorGemini CLIGitHub CopilotKimi Code CLIOpenCodeReplitUniversal
Project targets (31 tools) — symlinked when detected
ToolPath
AdaL.adal/
Antigravity.agent/
Augment.augment/
Claude Code.claude/
CodeBuddy.codebuddy/
Command Code.commandcode/
Continue.continue/
Cortex Code.cortex/
Crush.crush/
Droid.factory/
Goose.goose/
iFlow CLI.iflow/
Junie.junie/
Kilo Code.kilocode/
Kiro CLI.kiro/
Kode.kode/
MCPJam.mcpjam/
Mistral Vibe.vibe/
Mux.mux/
Neovate.neovate/
OpenClaw* (marker-gated)
OpenHands.openhands/
Pi.pi/
Pochi.pochi/
Qoder.qoder/
Qwen Code.qwen/
Roo Code.roo/
Trae.trae/
Trae CN.trae/
Windsurf.windsurf/
Zencoder.zencoder/
Global targets (41 tools) — symlinked when config directory exists

Only created when the tool's home directory exists or an env var points to it.

ToolGlobal path
AdaL~/.adal/
AMP / Kimi Code CLI / Replit / Universal~/.config/agents/
Antigravity~/.gemini/antigravity/
Augment~/.augment/
Claude Code${CLAUDE_CONFIG_DIR:-~/.claude}/
Cline~/.agents/
CodeBuddy~/.codebuddy/
Codex${CODEX_HOME:-~/.codex}/
Command Code~/.commandcode/
Continue~/.continue/
Cortex Code~/.snowflake/cortex/
Crush~/.config/crush/
Cursor~/.cursor/
Droid~/.factory/
Gemini CLI~/.gemini/
GitHub Copilot~/.copilot/
Goose~/.config/goose/
iFlow CLI~/.iflow/
Junie~/.junie/
Kilo Code~/.kilocode/
Kiro CLI~/.kiro/
Kode~/.kode/
MCPJam~/.mcpjam/
Mistral Vibe~/.vibe/
Mux~/.mux/
Neovate~/.neovate/
OpenClaw~/.openclaw/
OpenCode~/.config/opencode/
OpenHands~/.openhands/
Pi~/.pi/agent/
Pochi~/.pochi/
Qoder~/.qoder/
Qwen Code~/.qwen/
Roo Code~/.roo/
Trae~/.trae/
Trae CN~/.trae-cn/
Windsurf~/.codeium/windsurf/
Zencoder~/.zencoder/
# See all supported targets and which are detected on your machine
npx agentget targets

What It Installs

TypePattern
Agentsagents/*.agent.md
Instructionsinstructions/*.instructions.md
Skillsskills/*/SKILL.md (whole folder)
Rulesrules/*.rules.md
Pluginsplugins/*/ (expanded recursively)