One clone, every repo under your fingertips.
This is the maintainer workspace for the AgentTeamLand ecosystem. Clone it, run one script, and you have every peer repo checked out under a single tree.
git clone https://github.com/agentteamland/workspace.git
cd workspace
./scripts/sync.shAfter sync, ./repos/ contains:
| Repo | Purpose |
|---|---|
cli |
atl binary — the CLI users install |
registry |
teams.json — canonical team catalog |
team-manager |
/team skill + bootstrap install.sh |
core |
global skills (/save-learnings, /wiki, /create-code-diagram) + rules + JSON schemas |
brainstorm |
/brainstorm skill + its rule |
rule |
/rule + /rule-wizard skills |
create-project |
DEPRECATED — scaffolder moved into teams |
software-project-team |
13 agents + /create-new-project + /verify-system |
starter-extended |
Inheritance example team |
homebrew-tap |
Homebrew formula (auto-updated by goreleaser) |
scoop-bucket |
Scoop manifest (auto-updated by goreleaser) |
winget-pkgs |
Fork of microsoft/winget-pkgs |
.github |
Organization profile + catalog README |
| Script | What it does |
|---|---|
./scripts/sync.sh |
Clone missing repos; fast-forward pull existing ones |
./scripts/status.sh |
Tabular overview — who's dirty, ahead, behind |
./scripts/push-all.sh |
Dry-run list of unpushed commits (use --force to actually push) |
Open Claude Code in this directory to get automatic access to:
- Every peer repo under
./repos/for direct editing - All active brainstorms (auto-resumed —
.claude/brain-storms/*.mdwithstatus: active) - Platform-level
CLAUDE.mdcontext - Final decisions recorded in
.claude/docs/
cd ~/projects/my/agentteamland/workspace
claudeIf you're adding a new team to the ecosystem or improving an existing one, check the scaffolder spec in core and the team schema. To get your team listed, open a PR against agentteamland/registry — full instructions in its CONTRIBUTING.md.
The workspace scaffolding is MIT. Each peer repo has its own LICENSE file.