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.

2. Build the Session-Change Summary

Installs
4
GitHub Stars
5
First Seen
Mar 30, 2026
up-wiki — l3digital-net/claude-code-plugins