From team-collab
Use when the user invokes `$docs-refresh`, asks to update Obsidian project docs from a stale audit/dev record, or wants old docs archived while active docs become current.
How this skill is triggered — by the user, by Claude, or both
Slash command
/team-collab:docs-refreshThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Codex does not reliably support arbitrary custom top-level slash commands, so the supported Codex entry point is:
Codex does not reliably support arbitrary custom top-level slash commands, so the supported Codex entry point is:
$docs-refresh <audit-doc-or-topic>
$docs-refresh as the audit source, dev record, or refresh topic.team-collab-protocol skill and its references/docs-refresh.md flow.~/.codex/skills/team-collab-protocol/SKILL.md
team-collab install-skills --agent codex --force
If /docs-refresh reaches the model as plain text, handle it exactly the same way as $docs-refresh.
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.