narumiruna/skills

creating-slide-decks

Create or revise complete Marp/Marpit slide decks, coordinating narrative, slide authoring, color systems, and Mermaid or SVG visuals with rendered validation.

First seen Jul 6, 2026

Installation

$ npx skills add narumiruna/skills --skill creating-slide-decks

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from narumiruna/skills · top by installs.

npx skills add narumiruna/skills

Browse all from narumiruna/skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 13
License LICENSE
Default branch main
Open issues 0
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,802 B
  • docs SUMMARY.md 187 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 19 installs

SKILL.md

Creating Slide Decks

Produce a coherent Marp deck, not a collection of independently styled slides. Use focused skills for detailed authoring, color, and illustration rules.

Route the Work

Need Skill
Marp syntax, layouts, themes, templates, validation authoring-marp-slides
New or adapted slide palette designing-slide-colors
Standard structured diagram with editable text source creating-mermaid-diagrams
Bespoke illustration, exact visual layout, or direct SVG creating-svg-illustrations

Load only the skills needed for the requested deck. Use references/troubleshooting-common.md only when a cross-cutting problem appears.

Deck Workflow

  1. Inspect the brief, audience, venue or delivery format, existing deck, brand assets, content sources, and repository conventions. State only assumptions that affect design or validation.
  2. Define the narrative: purpose, opening, section sequence, evidence, key takeaway, and close. Draft slide titles before styling details.
  3. Establish one seven-role semantic palette when colors are not already fixed. Preserve provided brand colors and verify actual text/background pairings.
  4. Author with authoring-marp-slides. Use one spacing unit and a consistent title/section/body hierarchy. Keep one primary visual anchor per section and use layout, type, spacing, and contrast before decoration.
  5. Add only visuals that improve comprehension. Choose Mermaid for conventional structural diagrams and hand-authored SVG for custom composition. Keep logos, icons, and small images inline; use background syntax for full-slide or split-layout visuals.
  6. Reuse palette hex values, stroke widths, corner radii, labels, and emphasis rules across slides and visuals.
  7. Validate source syntax and relative asset paths, render the deck, and inspect the title, densest slide, transitions, code/data slides, and every visual slide. Check the relevant viewport, contrast, overflow, clipping, and readability constraints.
  8. Return the deck and related source assets first. Then list exact checks, material caveats, and any venue, font, or renderer condition not tested.

Constraints

  • Keep Marp/Marpit Markdown as the deck source; do not silently substitute PowerPoint or Keynote.
  • Prefer static, portable output. Preserve editable Mermaid or SVG source for generated visuals.
  • Use repository-relative asset paths.
  • Do not claim projector, print, recording, or venue validation unless it was performed.
  • Deck creation does not authorize committing, publishing, or external distribution.