team-builder-packaging

team-builder-packaging is a skill for Claude Code, Codex from agentlas-ai/Agentlas-OS. It costs 43 tokens per session (618 once invoked), scanned A, original, Apache-2.0.

A procedure for building or checking a package of cooperating AI agents with defined roles, such as an orchestrator, project manager, memory curator, policy checker, workers, evaluator, and quality reviewer.

In plain words
What is it for?
Use it to create or audit agent-team rosters, research their roles, define contracts and execution flows, select tools, and prepare runtime files and evaluation plans.
Why use it?
It helps make a multi-agent team explicit about responsibilities, handoffs, safety checks, testing, and how it runs.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

About the project

Agentlas OS is a local-first system for creating, storing, borrowing, and running specialist AI agents and temporary agent teams through supported hosts and models. It serves people who want reusable agents that remain available across computers and model workspaces, and the catalogue contains its skills, commands, hooks, agents, instructions, plugin, and rule.

agentlas-ai/Agentlas-OS · 1,103 stars · on GitHub · agentlas.cloud

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/agentlas-ai/agentlas-os/team-builder-packaging
Any agent
npx skills add agentlas-ai/Agentlas-OS --skill team-builder-packaging
Clone the repo
git clone --depth 1 https://github.com/agentlas-ai/Agentlas-OS

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for team-builder-packaging

README.md
[![agentmods](https://agentmods.dev/badge/skills/agentlas-ai/agentlas-os/team-builder-packaging.svg)](https://agentmods.dev/skills/agentlas-ai/agentlas-os/team-builder-packaging)
Your own site
<a href="https://agentmods.dev/skills/agentlas-ai/agentlas-os/team-builder-packaging"><img src="https://agentmods.dev/badge/skills/agentlas-ai/agentlas-os/team-builder-packaging.svg" alt="Measured on agentmods" height="20"></a>
Per session 43 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 618 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00043 $0.00618
Opus 5 $0.00022 $0.00309
Sonnet 5 $0.00009 $0.00124
Haiku 4.5 $0.00004 $0.00062

Measured 6d ago against content hash 39e9b4cfa3dd, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

team-builder-packaging scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.agents/skills/team-builder-packaging/SKILL.md · 54 lines

How it starts

The opening of the file, as written. The whole thing — 54 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Team Builder Packaging

Procedure

  1. Start with the orchestrator/HQ.

  2. Run contracts/builder-interview-research-gate.md before 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.

  3. Add PM Soul or project owner.

  4. Add Memory Curator and Memory Ticket handoff.

  5. Add Policy Gate, eval judge, and QA/evidence gate.

  6. Add workers only for real domain ownership proved by interview or research.

  7. 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.json unless explicitly creating a minimal private scaffold.

  8. Encode handoff and return contracts.

  9. Emit one orchestrator/HQ global command in .agentlas/global-commands.json and runtime command files. Do not expose worker commands unless requested. 9b. Declare the execution graph in manifest.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 from agents/<name>/agent.md, but relying on that leaves the team's shape implicit and it drifts. Note that entry in agentlas.json is the PACKAGE entrypoint, not the team manager — never reuse it for that.

  10. Emit runtime adapters and package verification.

  11. Run scripts/verify-team-package.sh <package-root> before reporting completed. 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.

Read the full file on GitHub · 54 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 54 lines · 43 tokens per session scan A 39e9b4cfa3dd

Subscribe to this mod's changes

team-builder-packaging is a skill published in the GitHub repository agentlas-ai/Agentlas-OS (1,103 stars, last pushed today), licensed Apache-2.0. It adds 43 tokens to every session and 618 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.