Markdown Slides Skill
>
MCP get_skill({ skillId: "markdown-slides-skill-7eea1537" })Use this skill with your agent
Create a free account and connect via MCP
# Markdown Slides Skill ## Overview This skill enables creation of presentations from pure Markdown using **Marp**. Write slides in familiar Markdown syntax and export to PDF, PPTX, or HTML with professional themes. ## How to Use 1. Write or provide Markdown content 2. I'll format it for Marp with proper directives 3. Export to your preferred format (PDF/PPTX/HTML) **Example prompts:** - "Convert my notes to a presentation" - "Create slides from this markdown" - "Build a pitch deck using markdown" - "Generate PDF slides from this outline" ## Domain Knowledge ### Basic Syntax ```markdown --- marp: true --- # First Slide Content here --- # Second Slide - Bullet 1 - Bullet 2 ``` ### Themes ```markdown --- marp: true theme: default # default, gaia, uncover --- ``` ### Directives ```markdown --- marp: true theme: gaia class: lead # Centered title paginate: true # Page numbers header: 'Header' # Header text footer: 'Footer' # Footer text backgroundColor: #fff --- ``` ### Images ```markdown    ``` ### Columns ```markdown <div class="columns"> <div> ## Left Content </div> <div> ## Right Content </div> </div> ``` ## Example ```markdown --- marp: true theme: gaia paginate: true --- <!-- _class: lead --> # Project Update Q4 2024 Review --- # Highlights - Revenue: +25% - Users: +50% - NPS: 72 --- # Roadmap | Q1 | Q2 | Q3 | Q4 | |----|----|----|-----| | MVP | Beta | Launch | Scale | --- <!-- _class: lead --> # Thank You! questions@company.com ``` ## CLI Usage ```bash # Install npm install -g @marp-team/marp-cli # Convert marp slides.md -o presentation.pdf marp slides.md -o presentation.pptx marp slides.md -o presentation.html ``` ## Resources - [Marp Documentation](https://marp.app/) - [GitHub](https://github.com/marp-team/marp)
Related Skills
More skills in Presentations & Documents
AI Slides
Generate complete presentations with AI - from outline to polished slides
Analyzing Malicious PDF With Peepdf
Perform static analysis of malicious PDF documents using peepdf, pdfid, and pdf-parser to extract embedded JavaScript, shellcode, and suspicious objects.
Analyzing PDF Malware With Pdfid
Analyzes malicious PDF files using PDFiD, pdf-parser, and peepdf to identify embedded JavaScript, shellcode, exploits, and suspicious objects without opening the document. Determines the attack vector and extracts embedded payloads for further analysis. Activates for requests involving PDF malware analysis, malicious document analysis, PDF exploit investigation, or suspicious attachment triage.
Apple Reminders
Apple Reminders via remindctl: add, list, complete.
Batch Convert
Batch convert documents between multiple formats using a unified pipeline
Board Deck Builder
Assembles comprehensive board and investor update decks by pulling perspectives from all C-suite roles. Use when preparing board meetings, investor updates, quarterly business reviews, or fundraising narratives. Covers structure, narrative framework, bad news delivery, and common mistakes.
Explore Other Categories
Skills from other categories with shared topics
AI Agent Builder
Build AI agents with tools, memory, and multi-step reasoning - ChatGPT, Claude, Gemini integration patterns
Batch Processor Skill
Process multiple documents in bulk with parallel execution
Browser Automation
Automate web browser interactions, scraping, testing, and workflow automation with Puppeteer/Playwright