From team-collab
Use when the user invokes `$digest`, asks for a multi-agent wave digest or progress summary, or asks "what's the status of the wave" / "where are things".
How this skill is triggered — by the user, by Claude, or both
Slash command
/team-collab:digestThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This is a Codex-friendly command wrapper for the multi-agent **wave digest**. Codex does not currently support arbitrary custom top-level slash commands like `/digest`, so the supported Codex entry point is:
This is a Codex-friendly command wrapper for the multi-agent wave digest. Codex does not currently support arbitrary custom top-level slash commands like /digest, so the supported Codex entry point is:
$digest <slug>
The digest aggregates a whole wave into one view: what needs a decision, what's blocked, what's merge-ready, the merge order, truth-source/resource risks, and which agents have gone stale. $digest is the human→coordinator shortcut for "where are things right now".
team-collab-protocol skill and its references/multi-agent.md flow. If the protocol skill is not available in the current session, read ~/.codex/skills/team-collab-protocol/SKILL.md; if that file is missing, stop and tell the user to run team-collab install-skills --agent codex --force.command -v team-collab. If missing, stop and tell the user to install the CLI with npm install -g @embodot/collab@latest, then refresh skills with team-collab install-skills --agent codex --force if needed.$digest as the wave slug. If none is given, infer the wave from the current working directory (multi-agent/<slug>/ subtree). If still unknown, ask which wave.team-collab multi-agent digest --wave <slug>
If the user asked for a fresher view of code/docs state, add --refresh-truth-source. If they asked about a specific time window, add --since <duration>.multi-agent/<slug>/digests/*.md and makes a local docs commit; --refresh-truth-source may also update agent status files. It does not auto-push, so cross-machine visibility requires an explicit docs repo push.If a future Codex version supports custom slash commands and /digest reaches the model as plain user text, handle it exactly the same way as $digest.
Creates bite-sized, testable implementation plans from specs or requirements, with file structure and task decomposition. Activates before coding multi-step tasks.
npx claudepluginhub dadwadw233/team-collab-skills --plugin team-collab