Export a Confluence page and all descendants. Usage: /confluence-export-kit:export-page-tree <page-url> [output-path]
npx claudepluginhub inkwonjung-colosseum/plugins --plugin confluence-export-kitThis skill uses the workspace's default tool permissions.
Export one Confluence page and every child page beneath it with `cme pages-with-descendants`.
Generates design tokens/docs from CSS/Tailwind/styled-components codebases, audits visual consistency across 10 dimensions, detects AI slop in UI.
Records polished WebM UI demo videos of web apps using Playwright with cursor overlay, natural pacing, and three-phase scripting. Activates for demo, walkthrough, screen recording, or tutorial requests.
Delivers idiomatic Kotlin patterns for null safety, immutability, sealed classes, coroutines, Flows, extensions, DSL builders, and Gradle DSL. Use when writing, reviewing, refactoring, or designing Kotlin code.
Export one Confluence page and every child page beneath it with cme pages-with-descendants.
Primary usage:
/confluence-export-kit:export-page-tree <page-url>
Optional output override:
/confluence-export-kit:export-page-tree <page-url> <output-path>
$ARGUMENTS[0] as the Confluence page URL.$ARGUMENTS[1] as an optional export output path override.pipx, and cme are usable.cme config file and verify that the page URL's base site already has a configured auth.confluence entry with both username and api_token./confluence-export-kit:set-api-key <api-key> <email>
cme pages-with-descendants <page-url> once auth is confirmed.cme config.--skip-unchanged / --no-skip-unchanged — skips pages whose version matches the lockfile (incremental export). Default: on.--cleanup-stale / --no-cleanup-stale — removes local files for pages deleted or moved in Confluence. Default: on.--jira-enrichment fetches Jira issue summaries and includes them in the exported Markdown.--dry-run validates auth and config without running the export; prints "skipped" and returns.Before running any script, verify Python is installed:
python3 --version
If this fails, stop and tell the user:
Python is not installed. Install Python 3.10+ before continuing:
- macOS:
brew install pythonor download from https://www.python.org/downloads/- Windows: Download from https://www.python.org/downloads/ (check "Add to PATH" during install)
- Linux:
sudo apt install python3(Debian/Ubuntu) orsudo dnf install python3(Fedora)
Do not proceed to Step 2 until Python is available.
If no page URL argument was provided, stop and tell the user to run:
/confluence-export-kit:export-page-tree <page-url> [output-path]
Otherwise run the helper script in this skill directory:
python3 "${CLAUDE_SKILL_DIR}/scripts/export_page_tree.py" "<page-url>" ["<output-path>"]
After the script finishes: