From ai-analyst
Installs Marp CLI globally via npm for generating presentations from Markdown files as HTML, PDF, or PPTX. Checks npm availability and existing installation first.
npx claudepluginhub ai-analyst-lab/ai-analyst-plugin --plugin ai-analystThis skill uses the workspace's default tool permissions.
Check if npm is available and install the Marp CLI (@marp-team/marp-cli) globally
Generates Marp-compatible markdown slide decks from JSON schema. Analyzes context for feature demos, sprint reviews, tech talks, and tutorials.
Author MARP Markdown slide decks exportable to PDF, PPTX, and HTML via marp-cli. Covers Marpit directives, custom CSS themes, SVG charts, and dashboard components.
Generates HTML presentations from markdown specs with slides for titles, bullets, quotes, images, mermaid diagrams, and galleries. Auto-activates on presentation or slideshow requests.
Share bugs, ideas, or general feedback.
Check if npm is available and install the Marp CLI (@marp-team/marp-cli) globally so that presentations can be generated from markdown files.
/install-marp — install Marp CLI globally
/install-marp --check — verify Marp is already installed
/install-marp --version — check installed version and update if needed
which npm
npm --version
If npm is not found:
npm is not available on this system. To use Marp, you need Node.js and npm installed.
Visit https://nodejs.org/ to download and install Node.js (which includes npm).
After installation, run `/install-marp` again.
npm list -g @marp-team/marp-cli 2>/dev/null || echo "not installed"
If already installed:
Marp CLI is already installed globally.
Version: {version}
Ready to generate presentations!
npm install -g @marp-team/marp-cli
Track progress and report:
Installing Marp CLI...
[===> ] 45%
Installation complete!
Version: {version}
Location: {global npm path}
You can now generate presentations from markdown files.
Usage: marp {input.md} -o {output.pdf}
marp --version
Confirm output shows version number.
Marp installation verified!
You can now:
- Generate HTML slides: marp input.md -o output.html
- Generate PDF: marp input.md -o output.pdf
- Generate PPTX: marp input.md -o output.pptx
- Use Marp in the analysis pipeline to create presentation decks
Next: Use the Deck Creator agent to generate presentation markdown,
then convert with Marp.
sudo npm install -g @marp-team/marp-cli or contact your system administrator."npm install -g npmnpm uninstall -g @marp-team/marp-cli then reinstallnpm config set prefix to set user-scoped npm directory--check flagOnce installed, Marp can be called by presentation generation agents:
# HTML presentation
marp presentation.md -o presentation.html
# PDF slides
marp presentation.md -o presentation.pdf --pdf
# PPTX (requires additional theme setup)
marp presentation.md -o presentation.pptx
Marp markdown syntax:
--- separates slides# Title for slide heading for background image<!-- _class: lead --> for special slide styles