Team Builder Packaging
SkillDocs & knowledgeUse when generating or auditing a multi-role agent team package with orchestrator, PM Soul, Memory Curator, Policy Gate, workers, eval, QA, handoffs, and runtime adapters.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Team Builder Packaging skill
What this skill tells your AI
The instructions your AI receives, as published by agentlas-ai/agentlas-os in skills/team-builder-packaging/SKILL.md and read by ahel’s review.
Procedure
-
Start with the orchestrator/HQ.
-
Run
contracts/builder-interview-research-gate.mdbefore writing the roster: ask an 8-12 question first batch, research official sources, similar agent repositories or comparables, academic/professional theory, and plugin docs, compare tool/plugin choices, and write the domain-expert synthesis plus prompt-performance contract. -
Add PM Soul or project owner.
-
Add Memory Curator and Memory Ticket handoff.
-
Add Policy Gate, eval judge, and QA/evidence gate.
-
Add workers only for real domain ownership proved by interview or research.
-
Add
docs/builder-interview.md,docs/research-sources.md,docs/tool-selection.md,docs/domain-expert-synthesis.md,docs/prompt-performance-contract.md, and.agentlas/capability-eval-plan.jsonunless explicitly creating a minimal private scaffold. -
Encode handoff and return contracts.
-
Emit one orchestrator/HQ global command in
.agentlas/global-commands.jsonand runtime command files. Do not expose worker commands unless requested. 9b. Declare the execution graph inmanifest.json. This is what the Hub runtime reads to build the team; a package that omits it is published, charged for as a team, and can never be called:{ "entrypoints": { "orchestrator": "agents/00-orchestrator/agent.md" }, "roster": ["agents/10-<role>/agent.md", "agents/20-<role>/agent.md"] }Write both keys explicitly. The runtime also accepts older spellings (
entrypoint,orchestrator,entry;workers,members,team) and can derive the roster fromagents/<name>/agent.md, but relying on that leaves the team's shape implicit and it drifts. Note thatentryinagentlas.jsonis the PACKAGE entrypoint, not the team manager — never reuse it for that. -
Emit runtime adapters and package verification.
-
Run
scripts/verify-team-package.sh <package-root>before reportingcompleted. If it fails, do not hand off a result; correct the package by adding an orchestrator/HQ plus company-blueprint topology or by collapsing it to a valid single-agent package.
Output
Return team_topology, nodes, edges, memory_architecture, gates,
runtime_adapters, global_commands, and verification.
Signals
- GitHub stars
- 1k
- Forks
- 103
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
team-builder-packaging- Source
- github.com/agentlas-ai/agentlas-os