marp-knowledge

Provide authoritative Marp syntax, directives, theme, and image references.

3|Updated Jan 25, 2026
One-click install
npx skills add https://github.com/ryo-touch/marp-skills --skill marp-knowledge
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: marp-knowledge
Source: https://github.com/ryo-touch/marp-skills/tree/main/skills/marp-knowledge
Command: npx skills add https://github.com/ryo-touch/marp-skills --skill marp-knowledge

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Marp knowledge base skill provides a comprehensive reference for Marp concepts including syntax, directives, the theme system, and image syntax, enabling other skills and users to rely on accurate rules and behaviors without manual lookups.

Core Features & Use Cases

  • Extensive references for directives, theme system, image syntax, and math/code blocks.
  • Foundational resource for other Marp skills (marp-markdown, marp-visual-fix, marp-theme-creator) to cite precise rules.
  • Use Case: when building or debugging Marp slides, consult this knowledge base to confirm syntax and rendering expectations.

Quick Start

Look up the Marp directives or theme rules for a given slide requirement.

Frequently Asked Questions about marp-knowledge

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

FAQPage Schema
What are Marp directives and how do they control presentation rendering?

Marp directives are markdown metadata commands that control slide layout, theming, and rendering behavior. You apply them globally or per-slide to configure pagination, headers, footers, and visual styling across your presentation.

How do I use image syntax to embed pictures in Marp slides?

Marp image syntax extends standard markdown to support sizing, positioning, and background images. You can reference URLs and apply directives to adjust how images render within individual presentation slides.

How does the Marp theme system work for customizing slide appearance?

The Marp theme system uses CSS to define visual styles for presentation slides. You can reference built-in themes or define custom CSS rules to control typography, colors, and layout across your markdown presentation.

Can I use Marp markdown to render math formulas and code blocks?

Marp markdown supports rendering math formulas and code blocks within presentation slides. You can consult the knowledge base to confirm the exact syntax and rendering expectations for these specialized content blocks.

Why are my Marp slides not rendering as expected?

Marp rendering issues often stem from incorrect directive usage or unsupported syntax. Consulting an authoritative reference confirms precise rules, syntax structures, and expected behaviors to debug slide authoring problems.

Do I need any dependencies to look up Marp syntax references?

No dependencies are required to consult the Marp knowledge base. It serves as a standalone reference providing authoritative guidance on directives, themes, and image syntax for quick lookup during slide development.