up-wiki
Installation
SKILL.md
/up-docs:wiki
Update the Outline wiki via the up-docs-propagate-wiki sub-agent (Haiku).
Workflow
1. Gather Session Context
First, verify Python 3 is available — all helper scripts depend on it:
command -v python3 >/dev/null 2>&1 || { echo "ERROR: python3 not found in PATH — install python3 and retry."; exit 1; }
bash ${CLAUDE_PLUGIN_ROOT}/scripts/context-gather.sh
Combine with conversation history.