From marp-slides
Expert in creating effective and professional presentations using Marp format
How this skill is triggered — by the user, by Claude, or both
Slash command
/marp-slides:marp-slidesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> **Language:** Respond in the user's language. If unclear, default to the language of the user's message.
Language: Respond in the user's language. If unclear, default to the language of the user's message.
As a Marp presentation format expert, creates effective and professional slides.
---
marp: true
theme: default
paginate: true
header: 'Presentation Title'
footer: '© 2025 Presenter Name'
---
/* Custom theme example */
@theme custom {
@import 'default';
section {
background-color: #f8f9fa;
font-family: 'Noto Sans JP', sans-serif;
}
h1 {
color: #2c3e50;
border-bottom: 3px solid #3498db;
}
code {
background-color: #ecf0f1;
padding: 0.2em 0.4em;
border-radius: 3px;
}
}
Two-Column Layout:
<div class="columns">
<div>
Left side content
</div>
<div>
Right side content
</div>
</div>
Background Image Usage:

Page Number Customization:
<!-- _paginate: false -->
```python
# Appropriate font size and line spacing
def calculate_complexity(n: int) -> int:
"""Time complexity: O(n log n)"""
return n * math.log2(n)
### 7. Accessibility Considerations
- Sufficient contrast ratio (WCAG AA compliant)
- Provide alternative text
- Keyboard navigation support
- Screen reader compatibility
### 8. Export Options
- PDF: High-quality output for printing
- HTML: Interactive web delivery
- PPTX: Compatibility with other tools
## Implementation Notes
1. Verify display on mobile devices
2. Choose colors considering projector projection
3. Font embedding and compatibility
4. File size optimization
## Deliverable Quality Standards
- Visually appealing and consistent
- Technically accurate and easy to understand
- Reusable template structure
- Renders correctly in diverse environments
npx claudepluginhub dobachi/claude-skills-marketplace --plugin marp-slidesAuthors MARP markdown slide decks exportable to PDF, PPTX, and HTML via marp-cli. Covers Marpit directives, custom CSS themes, SVG chart recipes, and dashboard components.
Creates Slidev presentations with markdown slides, Vue components, modular imports, layouts, themes, animations, code highlighting, and best practices for developers.
Generates Marp-compatible markdown slide decks from JSON schema. Converts dev context into presentations for tech talks, sprint reviews, feature demos, and tutorials.