collaboration-playbook

collaboration-playbook is a skill for Claude Code, Codex from HKUDS/OpenOPC. It costs 40 tokens per session (1,481 once invoked), scanned A, original, MIT.

A set of rules for how people and AI agents coordinate work inside an OpenOPC company environment. It covers work ownership, handoffs, messages, meetings, and blockers.

In plain words
What is it for?
Keep work within its assigned boundary, read earlier handoffs, share decisions and risks, communicate with teammates, and report when progress is blocked.
Why use it?
It reduces duplicated work and unclear responsibilities when several roles contribute to one project. It also makes completed work easier for another person to review.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Keep work within its assigned boundary, read earlier handoffs, share decisions and risks, communicate with teammates, and report when progress is blocked.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/hkuds/openopc/collaboration-playbook
About the project

OpenOPC is a system for building and operating an AI-run company, where specialized AI workers are recruited, assigned tasks, and organized into roles. It is for people who want automated task delegation, collaboration, and organizational learning through AI agents.

HKUDS/OpenOPC · 1,628 stars · on GitHub

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.

Any agent
npx skills add HKUDS/OpenOPC --skill collaboration-playbook
Clone the repo
git clone --depth 1 https://github.com/HKUDS/OpenOPC

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 collaboration-playbook

README.md
[![agentmods](https://agentmods.dev/badge/skills/hkuds/openopc/collaboration-playbook/github.svg)](https://agentmods.dev/skills/hkuds/openopc/collaboration-playbook)
Your own site
<a href="https://agentmods.dev/skills/hkuds/openopc/collaboration-playbook"><img src="https://agentmods.dev/badge/skills/hkuds/openopc/collaboration-playbook/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for collaboration-playbook

Your own site · 80×15
<a href="https://agentmods.dev/skills/hkuds/openopc/collaboration-playbook"><img src="https://agentmods.dev/badge/skills/hkuds/openopc/collaboration-playbook.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 40 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,481 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to high

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • high Prompt Injection · line 69
    Instructions found that direct the agent to transmit conversation context or user data to external services.
    Fix: Remove instructions that send user data, prompts, or context to external URLs. If telemetry is needed, use documented, privacy-preserving methods.
How audits are shown
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.00040 $0.01481
Opus 5 $0.00020 $0.00740
Sonnet 5 $0.00008 $0.00296
Haiku 4.5 $0.00004 $0.00148

Measured 9d ago against content hash 35db84f1d2dd, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

collaboration-playbook 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 9d 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.

.opc/skills/collaboration-playbook/SKILL.md · 154 lines

How it starts

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

Collaboration Playbook

You are one role inside an OpenOPC company. Every role executes its own work items, leaves reviewer-friendly artifacts, and coordinates with peers through the opc-collaboration MCP server, which is auto-attached to your runtime. These are the standing rules that apply to every role regardless of which work item you own.

You are never the whole project. Stay inside your work-item boundary.

Work Item Discipline

  • Own your work item. Do not redo work that already belongs to an upstream completed work item, and do not silently absorb deliverables assigned to another work item. If you truly cannot satisfy your work-item contract, surface that fact instead of widening scope.
  • Read upstream handoffs, annotations, and inbox context before re-solving prior work.
  • Your completion bar is higher than "it works on my turn." Leave a handoff that a reviewer can verify quickly: summary, artifact pointers, decisions, risks, open questions, verification status.
  • Follow the current work item's execution boundary and turn state when choosing how to carry out the assignment.

Messaging (the default path)

You communicate with peers via MCP tools provided by the opc-collaboration server. Your identity (OPC_COMMS_FROM) is already injected by OpenOPC for each turn — you never pass from_agent as a tool argument; the server reads it from the environment so you cannot accidentally (or deliberately) impersonate another role.

The collaboration tools

Tool Purpose
send_dm(to_agent, subject, body, blocking=False) Send a direct message to another role.
read_inbox(limit=10, mark_read=True) Read your own unread messages.
reply_message(message_id, body, subject="") Reply to a specific message by id.
broadcast_issue(to_agents, subject, body) Send the same message to multiple roles.
find_and_ask_expert(skill_needed, question, blocking=False) Auto-route a question to whoever has the matching capability.
list_colleagues() Discover which roles are in the company.
start_meeting(topic, participants) Open a multi-party meeting room.
respond_meeting(meeting_id, content) Speak in an open meeting.
read_meeting(meeting_id) Read a meeting transcript.

Read the full file on GitHub · 154 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. 9d ago First seen · 154 lines · 40 tokens per session scan A 35db84f1d2dd

Subscribe to this mod's changes

collaboration-playbook is a skill published in the GitHub repository HKUDS/OpenOPC (1,628 stars, last pushed 4d ago), licensed MIT. It adds 40 tokens to every session and 1,481 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.

Related

Other skills, from other repositories

recipe-create-meet-space

Create a Google Meet meeting space and share the join link.

googleworkspace/cli · 18 tokens

workthreads

SpecStory Workthreads - a weekly work-thread rollup across a team's repos from SpecStory coding histories (any agent - Claude Code, Codex, Cursor, Gemini, and more). It groups the window's sessions into threads of work per project and labels each new / open / recently closed, so a lead sees what shipped, what is still…

specstoryai/getspecstory · 126 tokens

atmos-config

Atmos root configuration: atmos.yaml discovery, precedence, deep merging, basepath, imports, minimal bootstrap, and routing to narrower Atmos skills.

cloudposse/atmos · 31 tokens

story-readiness

Validate that a story file is implementation-ready. Checks for embedded GDD requirements, ADR references, engine notes, clear acceptance criteria, and no open design questions. Produces READY / NEEDS WORK / BLOCKED verdict with specific gaps. Use when user says 'is this story ready', 'can I start on this story', 'is…

Donchitos/Claude-Code-Game-Studios · 77 tokens

autotask-creator

Rules for automation CRUD from the group-chat commander. The commander does not call mutation tools and does not edit cloud/autotasks files directly. It emits one or more top-level ... containers in its final text; the bus parses and applies them after the turn.

Orkas-AI/Orkas · 5 tokens

monorepo-management

Master monorepo management with Turborepo, Nx, and pnpm workspaces to build efficient, scalable multi-package repositories with optimized builds and dependency management. Use when setting up monorepos, optimizing builds, or managing shared dependencies.

wshobson/agents · 54 tokens