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 software-project-team
atl install design-system-team # optional: design-system + prototype tooling
atl setup-hooks # optional: auto-update + learning capture every Claude Code sessionA 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.
atl? — the big idea in five minutes.