Skip to content

AgentTeamLandAI agent teams, installed like packages.

A package manager for curated teams of AI agents — install a stack, keep it current, ship.

AgentTeamLand

See it in action

atl demo

In 30 seconds

bash
# macOS / Linux
curl -fsSL https://raw.githubusercontent.com/agentteamland/atl/main/scripts/install.sh | sh
powershell
# Windows (PowerShell)
irm https://raw.githubusercontent.com/agentteamland/atl/main/scripts/install.ps1 | iex
bash
# Then, in any project:
atl install <handle>/<team>
atl setup-hooks                   # not required — atl install already binds the automation hooks (re-run only to re-bind or change --throttle)

The team's agents, skills, and rules are wired into your project's .claude/ directory, ready for Claude Code.

What's next?

Released under the MIT License.