agentlist
v0.1.2
Published
Install AI skills from agentlist.com with one command
Downloads
354
Maintainers
Readme
agentlist
Install AI skills from agentlist.com with one command. https://agentlist.com is the directory of agents and tools to support operators with any workflow setup they need. Voting and reviews ensure quality.
Enjoy!
npx agentlist add git-archaeologyInstall a skill
# By slug
npx agentlist add git-archaeology
# Same, with namespace prefix
npx agentlist add agentlist/git-archaeology
# Target a specific agent
npx agentlist add git-archaeology --agent claude-code
npx agentlist add git-archaeology --agent opencode
npx agentlist add git-archaeology --agent codex
# Install globally (~/ paths) instead of into the current project
npx agentlist add git-archaeology -g
# Skip confirmation
npx agentlist add git-archaeology -yThe CLI auto-detects which coding agents you have installed by scanning the
current directory for known config folders (.claude/, .cursor/,
.agents/, etc.). Use --agent to target a specific one.
List available skills
npx agentlist list
# Machine-readable JSON
npx agentlist list --jsonSupported agents
Works with 55+ agents including Claude Code, OpenCode, Codex, Cursor, Windsurf, Copilot, Gemini CLI, Cline, Roo, and more.
Run npx agentlist --help for the full list.
Options
| Flag | Description |
|------|-------------|
| -a, --agent <name> | Target a specific agent (repeatable) |
| -g, --global | Install to ~/ paths instead of project |
| -y, --yes | Skip confirmation prompts |
| --json | Output as JSON (list command only) |
Environment
| Variable | Description |
|----------|-------------|
| AGENTLIST_BASE_URL | Override the registry URL (default: https://agentlist.com) |
What is a skill?
Agent skills are reusable instruction sets stored as SKILL.md files with
YAML frontmatter. They extend your coding agent's capabilities — things like
"generate release notes", "review PRs", or "integrate with Linear".
Skills on AgentList are community-submitted and ranked by votes.
License
MIT
