From team-collab
Use when the user invokes `$checkpoint`, asks for a checkpoint, or asks to update CURRENT/NEXT/RISKS/TODO without committing or pushing.
How this skill is triggered — by the user, by Claude, or both
Slash command
/team-collab:checkpointThe 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 `/checkpoint`, 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 /checkpoint, so the supported Codex entry point is:
$checkpoint
team-collab-protocol skill and its references/checkpoint.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 /checkpoint reaches the model as plain user text, handle it exactly the same way as $checkpoint.
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