agentsclimarketplace

Authoring marp slides

Skill narumiruna/skills/skills/slides-visuals/authoring-marp-slides

Install
npx -y skills add narumiruna/skills --skill authoring-marp-slides

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 8 stars8 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Write, revise, structure, or validate Marp/Marpit Markdown slides, including directives, layouts, themes, templates, and rendered-deck checks. Use for slide authoring when palette or illustration design is not the primary task.

SKILL.md

2.1 KB, as published. Nobody here has run it

Marp Authoring

Load only the authoring detail the deck needs.

NeedRead or use
Directives and syntaxreferences/syntax-guide.md
Common layoutsreferences/patterns.md
Complex layoutsreferences/advanced-layouts.md
Theme behaviorreferences/themes.md
Content and QA guidancereferences/best-practices.md
Structural precheckscripts/check_marpit_structure.sh <deck.md>
Syntax, render, and visual checksreferences/preview-workflow.md
Starting pointassets/templates/
Known-good patternsassets/examples/

Workflow

  1. Inspect the request, existing deck, theme, assets, output target, and repository conventions.
  2. Start from the nearest template or preserve the current structure. Define valid Marp frontmatter and repository-relative asset paths.
  3. Author a clear slide sequence with consistent hierarchy and layouts. Use bg syntax for full-slide or split-layout visuals; keep logos, icons, and other small visuals inline.
  4. Load color or SVG guidance only when the task requires new palette or illustration work.
  5. Resolve this skill directory and run the limited structural precheck with bash "$SKILL_DIR/scripts/check_marpit_structure.sh" path/to/deck.md. It checks delimiters and marp: true but does not parse YAML or Marp syntax. Then follow references/preview-workflow.md to export with the actual Marp renderer; inspect whether directives took effect, plus the title, densest slide, and every image/SVG slide. Report structural, strict-YAML, renderer, and visual evidence separately; never infer one from another.
  6. Return the deck artifact first, followed by checks performed and any rendering, font, asset, or environment caveat.

Do not claim visual validation from Markdown inspection alone. Do not commit, publish, or convert formats unless requested.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.