Show the current confluence-markdown-exporter configuration by running cme config list. Add --json to output JSON format.
npx claudepluginhub inkwonjung-colosseum/plugins --plugin confluence-export-kitThis skill uses the workspace's default tool permissions.
Display the current `confluence-markdown-exporter` configuration with `cme config list`.
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.
Display the current confluence-markdown-exporter configuration with cme config list.
Primary usage:
/confluence-export-kit:config-show
JSON output:
/confluence-export-kit:config-show --json
pipx, and cme are usable.cme config list and capture its full output.--json is passed, run cme config list -o json instead.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.
Run the helper script in this skill directory:
python3 "${CLAUDE_SKILL_DIR}/scripts/config_show.py" [--json]
After the script finishes:
cme config list outputWhen showing results to the user, explain terminal rendering behavior for both platforms:
cme config list output appears as-is.--json flag for structured output or increasing terminal width (mode con cols=120 in CMD, $Host.UI.RawUI.BufferSize.Width = 120 in PowerShell).