Teams as packages
A team bundles specialized agents, skills, and rules for a kind of work — full-stack apps, design systems, and more. Install once, copied into your project's Claude Code directory.
A package manager for curated teams of AI agents — install a stack, keep it current, ship.

# macOS / Linux
curl -fsSL https://raw.githubusercontent.com/agentteamland/atl/main/scripts/install.sh | sh# Windows (PowerShell)
irm https://raw.githubusercontent.com/agentteamland/atl/main/scripts/install.ps1 | iex# 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.
atl? — the big idea in five minutes.