Create, edit, preview, and export Marp Markdown presentations via CLI. Use when creating or working with slide decks, exporting to PDF, or previewing presentations. Installs marp-cli via Homebrew if missing.
Create, edit, preview, and export Marp Markdown slide decks via the CLI.
PyCharm has no native Marp plugin,
so this skill uses marp-cli (installed via Homebrew) for all operations.
marp-cli Is InstalledRun marp commands directly.
If a command exits with "command not found" (exit code 127),
install via Homebrew and then re-run the original command:
brew install marp-cli
If Homebrew itself is missing, stop and ask the user to install it first (https://brew.sh).
docs/docs/docs/presentation_deep_dive.md, docs/slides_m4_review.md.docs/presentation_deep_dive.pdf).Every Marp file must start with a YAML front-matter block:
---