Team agent packs
Build an agent pack.
Select the agents, skills, MCPs, safety profiles, playbooks, and approved oracles your team wants. The download is only a source manifest; the yieldOS CLI validates it before writing repo files, and oracles run through yieldos-oracle, hooks, or CI.
Safety presets
Target agents
Safety profiles
Approved skills
Custom skills
Custom skills require policy review.
Teams should submit a source URL, content hash, bundled script list, permission scope, and owner rationale before a skill appears in this builder. Browser upload is intentionally disabled until yieldOS can verify the artifact against policy.
Approved MCPs
Approved oracles
Generated source
yield.agent-pack.yaml
version: 0.1
kind: yield.agent-pack
name: team-security-pack
profiles:
- non-technical-safe
- secrets-safe
- dependency-safe
- code-audit
- network-safe
- git-safe
- testing-discipline
agents:
claude-code:
enabled: true
codex:
enabled: true
cursor:
enabled: true
github-copilot:
enabled: true
windsurf:
enabled: true
skills:
allow:
- key: skill:init
- key: skill:review
- key: skill:dependency-gate
- key: skill:security-review
mcps:
allow:
- key: mcp:filesystem
approved_tools:
- read_file
- list_directory
- search_files
playbooks:
include:
- agent-pack-review
oracles:
include:
- code-audit-state
- agent-pack-lock
- instruction-policy
- project-tests
evidence:
pack_lock: yield.agent-pack.lock.json
Put this file at the repo root, then run yieldos-pack verify --pack yield.agent-pack.yaml.
A passing verify means every selected skill and MCP matched the local policy cache before generated files are written. Approved oracles are declared in the pack; run yieldos-oracle or CI to execute them.