--- # ═══════════════════════════════════════════════════════════════════════════════ # CLAUDE OFFICE SKILL - Enhanced Metadata v2.0 # ═══════════════════════════════════════════════════════════════════════════════ # Basic Information name: md-slides description: ">" version: "1.0" author: claude-office-skills license: MIT # Categorization category: presentation tags: - markdown - slides - marp department: All # AI Model Compatibility models: recommended: - claude-sonnet-4 - claude-opus-4 compatible: - claude-3-5-sonnet - gpt-4 - gpt-4o # MCP Tools Integration mcp: server: office-mcp tools: - md_to_pptx # Skill Capabilities capabilities: - markdown_slides - presentation_generation # Language Support languages: - en - zh --- # 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