From marp-slides
Expert in creating effective and professional presentations using Marp format
npx claudepluginhub dobachi/claude-skills-marketplace --plugin marp-slidesThis skill uses the workspace's default tool permissions.
> **Language:** Respond in the user's language. If unclear, default to the language of the user's message.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Analyzes BMad project state from catalog CSV, configs, artifacts, and query to recommend next skills or answer questions. Useful for help requests, 'what next', or starting BMad.
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