Export all pages in a Confluence space. Usage: /confluence-export-kit:export-space <space-url> [output-path]
npx claudepluginhub inkwonjung-colosseum/plugins --plugin confluence-export-kitThis skill uses the workspace's default tool permissions.
Export every page in a Confluence space with `cme spaces`.
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 every page in a Confluence space with cme spaces.
Primary usage:
/confluence-export-kit:export-space <space-url>
Optional output override:
/confluence-export-kit:export-space <space-url> <output-path>
$ARGUMENTS[0] as the Confluence space URL (e.g. https://company.atlassian.net/wiki/spaces/SPACEKEY).$ARGUMENTS[1] as an optional export output path override.pipx, and cme are usable.scheme://netloc) and verify that a configured auth.confluence entry with both username and api_token exists for that site./confluence-export-kit:set-api-key <api-key> <email>
cme spaces <space-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 space URL argument was provided, stop and tell the user to run:
/confluence-export-kit:export-space <space-url> [output-path]
Otherwise run the helper script in this skill directory:
python3 "${CLAUDE_SKILL_DIR}/scripts/export_space.py" "<space-url>" ["<output-path>"]
After the script finishes: