Set default export output directory. Usage: /confluence-export-kit:set-output-path <path>
npx claudepluginhub inkwonjung-colosseum/plugins --plugin confluence-export-kitThis skill uses the workspace's default tool permissions.
Permanently update `export.output_path` in the `confluence-markdown-exporter` config so all subsequent exports write to that directory by default.
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.
Permanently update export.output_path in the confluence-markdown-exporter config so all subsequent exports write to that directory by default.
Primary usage:
/confluence-export-kit:set-output-path <path>
$ARGUMENTS[0] as the required output path./confluence-export-kit:set-output-path <path>
pipx, and cme are usable.export.output_path in the CME config file.[output-path].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/set_output_path.py" "<path>"
After the script finishes: