pavlo-marp-presentation
Installation
SKILL.md
Skill: Marp Presentation
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.
Prerequisites — Ensuring marp-cli Is Installed
Run 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).
Related skills