Token导航 LogoToken导航TokenDH.com
前端设计需要联网github未标认证来源可访问clear审计通过

marp-slide马尔普幻灯片

Agent Skill

用于辅助前端页面、组件、样式和交互逻辑的开发与维护。它适合让 Agent 生成或审查 React、Next.js、Vue、Tailwind、CSS 等相关代码,整理组件结构,或定位布局和性能问题。使用时需要结合项目现有设计系统、路由和构建方式,避免只生成孤立片段;涉及页面改动时,应配合本地预览和构建检查确认视觉效果。

总安装

6,209

周安装

264

GitHub Stars

26,365

下载量

2,175
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:marp-slide(马尔普幻灯片)
来源仓库:https://github.com/davila7/claude-code-templates
仓库路径:skills/marp-slide
安装命令:
npx skills add https://github.com/davila7/claude-code-templates --skill marp-slide
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/davila7/claude-code-templates --skill marp-slide

简介

基于 Marp 框架的专业幻灯片生成工具,内置七套主题模板。

  • 支持 Markdown 语法与图像嵌入,适配学术报告与教学材料制作。
  • 可快速创建结构清晰、视觉统一的演示文稿。
  • 需 Node.js 环境与 npm 包管理器完成安装。
  • marp-slide 属于前端设计类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Marp Slide Creator

Create professional, visually appealing Marp presentation slides with 7 pre-designed themes and built-in best practices.

When to Use This Skill

Use this skill when the user:

  • Requests to create presentation slides or Marp documents
  • Asks to "make slides look good" or "improve slide design"
  • Provides vague instructions like "良い感じにして" (make it nice) or "かっこよく" (make it cool)
  • Wants to create lecture or seminar materials
  • Needs bullet-point focused slides with occasional images

Quick Start

Step 1: Select Theme

First, determine the appropriate theme based on the user's request and content.

Quick theme selection:

  • Technical/Developer content → tech theme
  • Business/Corporate → business theme
  • Creative/Event → colorful or gradient theme
  • Academic/Simple → minimal theme
  • General/Unsure → default theme
  • Dark background preferred → dark or tech theme

For detailed theme selection guidance, read references/theme-selection.md.

Step 2: Create Slides

  1. Read relevant references first:

- Always start by reading references/marp-syntax.md for basic syntax - For images: references/image-patterns.md (official Marpit image syntax) - For advanced features (math, emoji): references/advanced-features.md - For custom themes: references/theme-css-guide.md

  1. Copy content from the appropriate template file:

- assets/template-basic.md - Default theme (most common) - assets/template-minimal.md - Minimal theme - assets/template-colorful.md - Colorful theme - assets/template-dark.md - Dark mode theme - assets/template-gradient.md - Gradient theme - assets/template-tech.md - Tech/code theme - assets/template-business.md - Business theme

  1. Read references/best-practices.md for quality guidelines
  2. Structure content following best practices:

- Title slide with <!-- _class: lead --> - Concise h2 titles (5-7 characters in Japanese) - 3-5 bullet points per slide - Adequate whitespace

  1. Add images if needed using patterns from references/image-patterns.md
  2. Save to the project output directory with .md extension

Available Themes

1. Default Theme

Colors: Beige background, navy text, blue headings Style: Clean, sophisticated with decorative lines Use for: General seminars, lectures, presentations Template: template-basic.md

2. Minimal Theme

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

3. Colorful & Pop Theme

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

4. Dark Mode Theme

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

5. Gradient Background Theme

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

6. Tech/Code Theme

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

7. Business Theme

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

Creating Slides Process

Basic Workflow

  1. Understand requirements

- Identify content: title, topics, key points - Determine target audience - Assess formality level

  1. Select theme

- Use quick selection rules above - If uncertain, consult references/theme-selection.md - Default to default theme if still unsure

  1. Apply template

- Load appropriate template from assets/ - CSS is already embedded - no external files needed - Maintain template structure

  1. Structure content

- Title slide: <!-- _class: lead --> + h1 - Content slides: h2 title + bullet points - Keep titles to 5-7 characters (Japanese) - Use 3-5 bullet points per slide

  1. Refine quality

- Read references/best-practices.md - Ensure adequate whitespace - Maintain consistency - Keep text concise (15-25 chars per line)

  1. Add images

- If needed, consult references/image-patterns.md - Common: ![bg right:40%](image.png) for side images - Use proper Marp image syntax

  1. Output file

- Save to the project output directory - Use descriptive filename like presentation.md

Handling "Make It Look Good" Requests

When users give vague instructions like "良い感じにして", "かっこよく", or "make it cool":

  1. Infer theme from content:

- Business content → business theme - Technical content → tech or dark theme - Creative content → gradient or colorful theme - General → default theme

  1. Apply best practices automatically:

- Shorten titles to 5-7 characters - Limit bullet points to 3-5 items - Add adequate whitespace - Use consistent structure

  1. Enhance visual hierarchy:

- Use h3 for sub-sections when appropriate - Break up dense text into multiple slides - Ensure logical flow (intro → body → conclusion)

  1. Maintain professional tone:

- Match formality to content - Use parallel structure in lists - Keep technical terms consistent

Image Integration

For slides with images, consult references/image-patterns.md for detailed syntax.

Common patterns:

  • Side image: ![bg right:40%](image.png) - Image on right, text on left
  • Centered: ![w:600px](image.png) - Centered with specific width
  • Full background: ![bg](image.png) - Full-screen background
  • Multiple images: Multiple ![bg] declarations

Example lecture pattern:

## Slide Title

![bg right:40%](diagram.png)

- Explanation point 1
- Explanation point 2
- Explanation point 3

File Output

Always save the final Marp file to the project output directory with .md extension:

  • presentation.md
  • seminar-slides.md
  • lecture-materials.md

Quality Checklist

Before delivering slides, verify:

  • Theme selected appropriately for content
  • CSS theme is embedded in the file
  • Title slide uses <!-- _class: lead -->
  • All h2 titles are concise (5-7 chars)
  • Bullet points are 3-5 items per slide
  • Images use proper Marp syntax
  • File saved to outputs directory
  • Content follows best practices

References

Core Documentation

  • Marp syntax: references/marp-syntax.md - Basic Marp/Marpit syntax (directives, frontmatter, pagination, etc.)
  • Image patterns: references/image-patterns.md - Official image syntax (bg, filters, split backgrounds)
  • Theme CSS guide: references/theme-css-guide.md - How to create custom themes based on Marpit specification
  • Advanced features: references/advanced-features.md - Math, emoji, fragmented lists, Marp CLI, VS Code
  • Official themes: references/official-themes.md - default, gaia, uncover themes documentation

Quality & Selection Guides

  • Theme selection: references/theme-selection.md - How to choose the right theme for content
  • Best practices: references/best-practices.md - Quality guidelines for "cool" slides

Templates & Assets

  • Templates: assets/template-*.md - Starting points with embedded CSS for each theme (7 themes)
  • Standalone CSS: assets/theme-*.css - CSS files for reference (already embedded in templates)

Official External Links

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Claude Code

29.63%
按下载量换算644

OpenCode

26.36%
按下载量换算573

Cursor

16.11%
按下载量换算350

Gemini CLI

13.81%
按下载量换算300

Antigravity

8.81%
按下载量换算192

Codex

3.58%
按下载量换算78

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。

来源信息

继续浏览同类 Skills