From team-collab
Use when the user invokes `$handoff`, asks for a handoff, or asks to finish a team-collab session by updating CURRENT/NEXT/RISKS/TODO and syncing docs.
How this skill is triggered — by the user, by Claude, or both
Slash command
/team-collab:handoffThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This is a Codex-friendly command wrapper. Codex does not currently support arbitrary custom top-level slash commands like `/handoff`, so the supported Codex entry point is:
This is a Codex-friendly command wrapper. Codex does not currently support arbitrary custom top-level slash commands like /handoff, so the supported Codex entry point is:
$handoff <topic>
$handoff as the handoff topic.team-collab-protocol skill and its references/handoff.md flow.team-collab-protocol skill is not available in the current session, read it from:~/.codex/skills/team-collab-protocol/SKILL.md
team-collab install-skills --agent codex --force
If a future Codex version supports custom slash commands and /handoff reaches the model as plain user text, handle it exactly the same way as $handoff.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub dadwadw233/team-collab-skills --plugin team-collab