Set Confluence/Jira API token. Usage: /confluence-export-kit:set-api-key <api-key> <email>
npx claudepluginhub inkwonjung-colosseum/plugins --plugin confluence-export-kitThis skill uses the workspace's default tool permissions.
Configure `confluence-markdown-exporter` for a Confluence site.
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.
Configure confluence-markdown-exporter for a Confluence site.
Primary usage:
/confluence-export-kit:set-api-key <api-key> <email>
$ARGUMENTS[0] as the API token.$ARGUMENTS[1] as a required Atlassian email.CONFLUENCE_EXPORT_KIT_BASE_URL, then https://colosseum.atlassian.net. Override via --url.auth.confluence and auth.jira for that URL so Jira enrichment stays aligned.pipx, and cme are usable.pipx is missing but pip exists, bootstrap pipx with the current Python interpreter.cme is missing, install or upgrade confluence-markdown-exporter through pipx.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 either required argument is missing, stop and tell the user to run:
/confluence-export-kit:set-api-key <api-key> <email>
Otherwise run the helper script in this skill directory.
Command pattern:
python3 "${CLAUDE_SKILL_DIR}/scripts/set_cme_api_key.py" "<api-key>" "<email>"
Token probe runs by default. Add --skip-validate to skip the /rest/api/user/current probe. Add --url <base-url> to override the target site for one invocation.
After the script finishes:
When showing results to the user, explain platform-specific behavior:
pipx installs to ~/.local/bin/. Terminal renders ANSI output directly.pipx installs to %APPDATA%\\Python\\Scripts. If pipx or cme not found, suggest adding %APPDATA%\\Python\\Scripts to PATH. PowerShell may need execution policy adjustment (Set-ExecutionPolicy -Scope CurrentUser RemoteSigned).