install-marp

Install Marp CLI globally and verify its version for Markdown-to-slide generation.

21|11|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/ai-analyst-lab/ai-analyst-plugin --skill install-marp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: install-marp
Source: https://github.com/ai-analyst-lab/ai-analyst-plugin/tree/main/skills/install-marp
Command: npx skills add https://github.com/ai-analyst-lab/ai-analyst-plugin --skill install-marp

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ensures the Marp CLI (@marp-team/marp-cli) is installed globally, enabling Markdown-driven slide generation without manual setup.

Core Features & Use Cases

  • Global installation of the Marp CLI for system-wide access and consistency across projects.
  • Verification of Marp installation and version reporting to confirm readiness.
  • Readiness for generating slides from Markdown into HTML, PDF, and PPTX formats in presentation workflows.

Quick Start

Run the /install-marp command to install Marp CLI globally and verify the installation.

Frequently Asked Questions about install-marp

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I install Marp CLI globally to generate presentation slides from Markdown?

To install Marp CLI globally, run the /install-marp command, which executes a global npm installation of @marp-team/marp-cli and verifies its availability to enable Markdown-to-presentation generation across your system.

What slide output formats can I generate from Markdown using Marp?

Using Marp, you can convert Markdown files into HTML, PDF, and PPTX slide deck formats. This allows you to generate on-demand presentations and configure slide outputs directly within your presentation pipelines.

Do I need npm to set up Marp for Markdown slide generation?

Yes, you need npm to install Marp CLI, as the setup process requires a global npm installation of the @marp-team/marp-cli package to ensure system-wide access and consistency for your slide generation workflows.

How can I verify my Marp CLI installation and check its version?

You can verify your Marp CLI installation by running the /install-marp command, which performs a version check and reports the installed version to confirm your environment is ready for Markdown-to-slide conversion.

What is the best way to configure a presentation pipeline for Markdown slides?

The best way to configure a presentation pipeline is to globally install Marp CLI for system-wide access, allowing you to repeatedly generate HTML, PDF, and PPTX slide decks from Markdown without manual setup for each project.