up-all
Installation
SKILL.md
/up-docs:all
Update all three documentation layers in sequence: Repo, then Wiki, then Notion.
Workflow
1. Assess Session Context (once)
Gather the session's changes up front, since all three layers draw from the same context:
bash ${CLAUDE_PLUGIN_ROOT}/scripts/context-gather.sh
Combine with conversation history. Build a complete picture of what the session accomplished.
2. Update Repo Docs
Follow the full procedure from ${CLAUDE_PLUGIN_ROOT}/skills/repo/SKILL.md:
Related skills