install-marp

Install Marp CLI and verify npm prerequisites for markdown-to-slide conversion.

Updated May 22, 2026
One-click install
npx skills add https://github.com/shekerkamma/peopletech-marketplace --skill install-marp-shekerkamma
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: install-marp
Source: https://github.com/shekerkamma/peopletech-marketplace/tree/main/plugins/ai-analyst/skills/ai-analyst/install-marp
Command: npx skills add https://github.com/shekerkamma/peopletech-marketplace --skill install-marp-shekerkamma

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the manual hassle of setting up Marp CLI for markdown-to-presentation conversion, automatically handling all prerequisite checks, installation, and verification steps so you can start creating slides without troubleshooting npm or CLI setup issues.

Core Features & Use Cases

  • Prerequisite Checking: Automatically verifies npm is available on your system before proceeding with installation.
  • Idempotent Setup: Checks for existing Marp CLI installations to avoid redundant setup and confirms the current version if already installed.
  • Edge Case Handling: Resolves common installation issues including permission errors, outdated npm versions, version conflicts, and offline mode limitations.
  • Use Case: For a product manager who needs to quickly turn meeting notes stored as markdown files into a polished client presentation, this Skill ensures Marp is fully operational with a single command, no manual configuration required.

Quick Start

Run the /install-marp command to automatically set up Marp CLI and verify it is ready to generate presentations from markdown files.

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 to convert markdown to presentation slides?

You can install Marp CLI for markdown-to-slide conversion by running an automated setup command that checks npm availability, verifies existing installations, and handles global CLI deployment without manual configuration.

What is Marp CLI used for in markdown presentation workflows?

Marp CLI is used in markdown presentation workflows to convert markdown files into presentation slides, enabling users to generate product decks, executive briefs, and meeting presentations directly from standard markdown text.

Do I need npm to set up Marp CLI for generating slides from markdown?

Yes, you need npm to set up Marp CLI for generating slides from markdown, as the installation process relies on npm for package management and automatically verifies that npm is available on your system before proceeding.

Why does my Marp CLI installation fail with npm permission or version errors?

Marp CLI installation can fail with npm permission or version errors due to system restrictions or outdated npm versions, but automated setup handles these edge cases by resolving permission errors, version conflicts, and offline limitations.

Can I check if Marp CLI is already installed before running the setup again?

You can check if Marp CLI is already installed before running setup again because the installation process includes idempotent checks that verify existing Marp installations and confirm the current version to avoid redundant setup.