From team-collab
Use when the user invokes `$team-progress`, asks to sync recent progress from other team members, or asks who has blockers or PR/MR items needing review in a team-collab project.
How this skill is triggered — by the user, by Claude, or both
Slash command
/team-collab:team-progressThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Codex-friendly command wrapper for concise team progress review. Supported Codex entry point:
Codex-friendly command wrapper for concise team progress review. Supported Codex entry point:
$team-progress <time-window>
Examples: $team-progress 24h, $team-progress 3d, $team-progress since 2026-05-21 09:00.
team-collab-protocol skill and its references/team-progress.md flow.~/.codex/skills/team-collab-protocol/SKILL.md
team-collab install-skills --agent codex --force
If a future Codex version supports custom slash commands and /team-progress reaches the model as plain user text, handle it exactly the same way as $team-progress.
npx claudepluginhub dadwadw233/team-collab-skills --plugin team-collabGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.