원클릭으로
broker-collaboration
Use when operating as a supervised root that delegates work to child sessions through cliagents
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when operating as a supervised root that delegates work to child sessions through cliagents
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use when creating, modifying, or reviewing a cliagents provider adapter for a CLI tool such as Codex, Claude Code, Gemini CLI, Qwen CLI, or OpenCode.
Use when reducing prompt size for roots and child sessions without losing the information needed to execute well
Use when passing work between agents with context preservation
Use when exploring design options or solving open-ended problems
Use when reviewing code for quality, bugs, security, and maintainability
Use when investigating bugs - systematic root-cause analysis approach
| name | broker-collaboration |
| description | Use when operating as a supervised root that delegates work to child sessions through cliagents |
| adapters | ["codex-cli","gemini-cli","opencode-cli","claude-code","qwen-cli"] |
| tags | ["orchestration","root","supervision","workflow"] |
Use this when you are the main supervised root coordinating child sessions through cliagents.
The canonical shared operator policy lives in:
Use this skill as the compact workflow layer on top of that policy, not as a competing source of truth.
Before delegating, align with the canonical operating model:
Use the broker discovery tools first:
list_agents for available roles and adapterslist_models for exact model catalogs on a chosen adapterlist_skills, get_skill, and invoke_skill for reusable workflow guidanceget_root_session_status to inspect current child activity or attention statesDo not assume which adapters, models, or skills are available.
When delegating, send only:
Avoid replaying full conversations or large irrelevant logs.
When children discover something worth preserving:
share_finding for bugs, risks, or advicestore_artifact for plans, outputs, or handoff summariesUse these instead of repeating the same context in every prompt.