softaworks/marp-slide
Create professional Marp presentation slides with 7 beautiful themes (default, minimal, colorful, dark, gradient, tech, business). Use when users request slide creation, presentations, or Marp documents. Supports custom themes, image layouts, and "make it look good" requests with automatic quality improvements.
npx skills add https://github.com/softaworks/agent-toolkit --skill marp-slide
Create professional, visually appealing Marp presentation slides with 7 pre-designed themes and built-in best practices.
Use this skill when the user:
First, determine the appropriate theme based on the user's request and content.
Quick theme selection:
For detailed theme selection guidance, read references/theme-selection.md.
references/marp-syntax.md for basic syntaxreferences/image-patterns.md (official Marpit image syntax)references/advanced-features.mdreferences/theme-css-guide.mdassets/template-basic.md - Default theme (most common)assets/template-minimal.md - Minimal themeassets/template-colorful.md - Colorful themeassets/template-dark.md - Dark mode themeassets/template-gradient.md - Gradient themeassets/template-tech.md - Tech/code themeassets/template-business.md - Business themereferences/best-practices.md for quality guidelines<!-- _class: lead -->references/image-patterns.md/mnt/user-data/outputs/ with .md extensionColors: Beige background, navy text, blue headings
Style: Clean, sophisticated with decorative lines
Use for: General seminars, lectures, presentations
Template: template-basic.md
Colors: White background, gray text, black headings
Style: Minimal decoration, wide margins, light fonts
Use for: Content-focused presentations, academic talks
Template: template-minimal.md
Colors: Pink gradient background, multi-color accents
Style: Vibrant gradients, bold fonts, rainbow accents
Use for: Youth-oriented events, creative projects
Template: template-colorful.md
Colors: Black background, cyan/purple accents
Style: Dark theme with glow effects, eye-friendly
Use for: Tech presentations, evening talks, modern look
Template: template-dark.md
Colors: Purple/pink/blue/green gradients (varies per slide)
Style: Different gradient per slide, white text, shadows
Use for: Visual-focused, creative presentations
Template: template-gradient.md
Colors: GitHub-style dark background, blue/green accents
Style: Code fonts, Markdown-style headers with # symbols
Use for: Programming tutorials, tech meetups, developer content
Template: template-tech.md
Colors: White background, navy headings, blue accents
Style: Corporate presentation style, top border, table support
Use for: Business presentations, proposals, reports
Template: template-business.md
references/theme-selection.mdassets/<!-- _class: lead --> + h1references/best-practices.mdreferences/image-patterns.md!bg right:40% for side images/mnt/user-data/outputs/presentation.mdWhen users give vague instructions like "良い感じにして", "かっこよく", or "make it cool":
For slides with images, consult references/image-patterns.md for detailed syntax.
Common patterns:
!bg right:40% - Image on right, text on left!w:600px - Centered with specific width!bg - Full-screen background![bg] declarationsExample lecture pattern:
## Slide Title

- Explanation point 1
- Explanation point 2
- Explanation point 3
Always save the final Marp file to /mnt/user-data/outputs/ with .md extension:
presentation.mdseminar-slides.mdlecture-materials.mdBefore delivering slides, verify:
<!-- _class: lead -->references/marp-syntax.md - Basic Marp/Marpit syntax (directives, frontmatter, pagination, etc.)references/image-patterns.md - Official image syntax (bg, filters, split backgrounds)references/theme-css-guide.md - How to create custom themes based on Marpit specificationreferences/advanced-features.md - Math, emoji, fragmented lists, Marp CLI, VS Codereferences/official-themes.md - default, gaia, uncover themes documentationreferences/theme-selection.md - How to choose the right theme for contentreferences/best-practices.md - Quality guidelines for "cool" slidesassets/template-*.md - Starting points with embedded CSS for each theme (7 themes)assets/theme-*.css - CSS files for reference (already embedded in templates)Take softaworks/marp-slide from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.