What problem does it solve?
Teams of agents, skills, and rules in AgentTeamLand are hard to install, keep consistent, and version per-project; this Skill centralizes installing, updating, removing, and listing teams so each project has an explicit, reproducible set of agents and tools without polluting global state.
Core Features & Use Cases
- Registry and URL installs: resolve short names via the AgentTeamLand registry or accept direct git URLs and owner/name shorthand.
- Inheritance with overrides and excludes: recursively apply extends chains, allow children to override parent items by name, and drop unwanted inherited items via excludes.
- Robust safety and validation: circular dependency detection with explicit chain errors, schema validation of team.json, version constraint checking, and atomic top-of-stack symlink materialization into the project's .claude directory.
- Use case: set up a project-specific developer environment by installing a software-project-team that inherits a core baseline while overriding one agent and excluding an unwanted parent agent.
Quick Start
Run /team install <team-name> to install a team into the current project's .claude directory.