agentlist
v0.1.5
Published
Install AI skills from agentlist.com with one command
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!
echo "Installing Never Get Tanstackd - Security hardening for bun, npm, uv, pipfiles minimum age"
npx agentlist add never-get-tanstackdInstall a skill
# By slug
npx agentlist add never-get-tanstackd
# Same, with namespace prefix
npx agentlist add agentlist/never-get-tanstackd
# Target a specific agent
npx agentlist add never-get-tanstackd --agent claude-code
npx agentlist add never-get-tanstackd --agent opencode
npx agentlist add never-get-tanstackd --agent codex
# Install globally (~/ paths) instead of into the current project
npx agentlist add never-get-tanstackd -g
# Skip confirmation
npx agentlist add never-get-tanstackd -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 can include auxiliary top-level markdown docs (for example
DEEPENING.md), plus scripts/ and assets/ files. The CLI installs
advertised auxiliary files with the skill.
Skills on AgentList are community-submitted and ranked by votes.
License
MIT
