kb-marp

Organize Marp Core, theming, SVG, and CLI guidance into a structured knowledge base.

97|2|Updated Jan 1, 2026
One-click install
npx skills add https://github.com/minorun365/my-claude-code-settings --skill kb-marp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kb-marp
Source: https://github.com/minorun365/my-claude-code-settings/tree/main/claude/skills/kb-marp
Command: npx skills add https://github.com/minorun365/my-claude-code-settings --skill kb-marp

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Marp knowledge base provides learning and guidance for using Marp Core, theming, SVG handling, and CLI-based workflows to create slides efficiently and consistently.

Core Features & Use Cases

  • Marp Core basics and slide rendering from Markdown.
  • iOS Safari rendering workarounds and polyfills for reliable display.
  • Managing CSS conflicts with Tailwind and custom themes.
  • SVG adjustments and responsive design for mobile-friendly slides.
  • Marp CLI options for PDF and PPTX generation and theme integration.

Quick Start

Render slides from Markdown using Marp Core and apply the guidance in this knowledge base.

Frequently Asked Questions about kb-marp

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

FAQPage Schema
How do I generate slides from Markdown using Marp Core?

Marp Core converts standard Markdown syntax into rendered slide presentations, allowing developers to build structured slides by processing text directly without specialized presentation software.

How do I fix Marp slides not rendering correctly on iOS Safari?

To fix Marp slides not rendering correctly on iOS Safari, apply specific rendering workarounds and polyfills designed to address mobile Safari display issues and ensure reliable output across Apple devices.

Can I use Tailwind CSS with Marp custom themes without style conflicts?

Yes, you can use Tailwind CSS with Marp custom themes by managing CSS conflicts through specific configuration steps, ensuring that Tailwind utility classes and Marp theme styles coexist without overriding each other.

How do I handle SVG adjustments for responsive Marp slides?

Handling SVG adjustments for responsive Marp slides involves modifying SVG attributes and applying responsive design techniques to ensure graphics scale correctly and display properly on mobile devices.

How do I generate PDF and PPTX files from Markdown using Marp CLI?

To generate PDF and PPTX files from Markdown using Marp CLI, execute the CLI with specific export options to convert your Markdown source directly into presentation formats while integrating custom themes.