Claude-skill-registry-data marp-authoring

Use when you need Marp/Marpit Markdown authoring rules, directives, layouts, or theme guidance and want the minimal reading path for slide writing.

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry-data
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry-data "$T" && mkdir -p ~/.claude/skills && cp -r "$T/data/marp-authoring" ~/.claude/skills/majiayu000-claude-skill-registry-data-marp-authoring && rm -rf "$T"
manifest: data/marp-authoring/SKILL.md
source content

Marp Authoring Entry

Overview

Thin entry skill for Marp/Marpit authoring. Core principle: route directly to the authoring references instead of skimming the full slide-creator bundle.

When to Use

  • Writing Marp/Marpit slides (syntax, directives, layouts)
  • Looking for theme features or authoring best practices
  • You already have colors and no SVG diagram work

Quick Reference

GoalRead
Syntax & directivesreferences/syntax-guide.md
Layout patternsreferences/patterns.md
Complex layoutsreferences/advanced-layouts.md
Themesreferences/themes.md
QA checklistreferences/best-practices.md

Example

Prompt: "Need a split layout with a code block." → Read

syntax-guide.md
, then
advanced-layouts.md
.

Assets

  • assets/templates/
    - Starter Marp templates
  • assets/examples/
    - Slide examples and patterns
  • assets/icons/
    - Common slide icons

Common Mistakes

  • Skimming slide-creator overview instead of authoring references
  • Opening color or SVG modules for authoring-only tasks

Red Flags

  • "I'll just skim everything first"
  • "Maybe the SVG rules are part of authoring"