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 software-project-team
atl install design-system-team    # optional: design-system + prototype tooling
atl setup-hooks                   # optional: auto-update + learning capture every Claude Code session

A full 13-agent stack (API, web, mobile, database, infra, review) wired into your project's .claude/ directory, ready for Claude Code. Add design-system-team alongside for /dst-* design tooling.

What's next?

Released under the MIT License.