Skill · em Criar imagem, vídeo e arte

marp-slide

Create professional Marp presentation slides with 7 beautiful themes (default, minimal, colorful, dark, gradient, tech, business). Use when users request slide creation, presentations, or Marp documents. Supports custom themes, image layouts, and "make it look good" requests with automatic quality…

Procedência

Antes de instalar

23 arquivos · 85,9 KB · só texto, nenhum script

Instalar na sua CLI

O comando baixa a versão fixada (commit 57f899e) direto da origem, para a pasta que a CLI lê. Precisa de curl (macOS e Linux); no Windows não há comando, porque o Rook Labs é para macOS.

Claude Code

Neste projeto: instala em .claude/skills/marp-slide/.

d=".claude/skills/marp-slide"
u="https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/skills/creative-design/marp-slide"
curl -fsSL --create-dirs \
  -o "$d/SKILL.md" "$u/SKILL.md" \
  -o "$d/assets/template-basic.md" "$u/assets/template-basic.md" \
  -o "$d/assets/template-business.md" "$u/assets/template-business.md" \
  -o "$d/assets/template-colorful.md" "$u/assets/template-colorful.md" \
  -o "$d/assets/template-dark.md" "$u/assets/template-dark.md" \
  -o "$d/assets/template-gradient.md" "$u/assets/template-gradient.md" \
  -o "$d/assets/template-minimal.md" "$u/assets/template-minimal.md" \
  -o "$d/assets/template-tech.md" "$u/assets/template-tech.md" \
  -o "$d/assets/theme-business.css" "$u/assets/theme-business.css" \
  -o "$d/assets/theme-colorful.css" "$u/assets/theme-colorful.css" \
  -o "$d/assets/theme-dark.css" "$u/assets/theme-dark.css" \
  -o "$d/assets/theme-default.css" "$u/assets/theme-default.css" \
  -o "$d/assets/theme-gradient.css" "$u/assets/theme-gradient.css" \
  -o "$d/assets/theme-minimal.css" "$u/assets/theme-minimal.css" \
  -o "$d/assets/theme-tech.css" "$u/assets/theme-tech.css" \
  -o "$d/README.md" "$u/README.md" \
  -o "$d/references/advanced-features.md" "$u/references/advanced-features.md" \
  -o "$d/references/best-practices.md" "$u/references/best-practices.md" \
  -o "$d/references/image-patterns.md" "$u/references/image-patterns.md" \
  -o "$d/references/marp-syntax.md" "$u/references/marp-syntax.md" \
  -o "$d/references/official-themes.md" "$u/references/official-themes.md" \
  -o "$d/references/theme-css-guide.md" "$u/references/theme-css-guide.md" \
  -o "$d/references/theme-selection.md" "$u/references/theme-selection.md" \
  -o "$d/LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"

Global: instala em ~/.claude/skills/marp-slide/.

d="$HOME/.claude/skills/marp-slide"
u="https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/skills/creative-design/marp-slide"
curl -fsSL --create-dirs \
  -o "$d/SKILL.md" "$u/SKILL.md" \
  -o "$d/assets/template-basic.md" "$u/assets/template-basic.md" \
  -o "$d/assets/template-business.md" "$u/assets/template-business.md" \
  -o "$d/assets/template-colorful.md" "$u/assets/template-colorful.md" \
  -o "$d/assets/template-dark.md" "$u/assets/template-dark.md" \
  -o "$d/assets/template-gradient.md" "$u/assets/template-gradient.md" \
  -o "$d/assets/template-minimal.md" "$u/assets/template-minimal.md" \
  -o "$d/assets/template-tech.md" "$u/assets/template-tech.md" \
  -o "$d/assets/theme-business.css" "$u/assets/theme-business.css" \
  -o "$d/assets/theme-colorful.css" "$u/assets/theme-colorful.css" \
  -o "$d/assets/theme-dark.css" "$u/assets/theme-dark.css" \
  -o "$d/assets/theme-default.css" "$u/assets/theme-default.css" \
  -o "$d/assets/theme-gradient.css" "$u/assets/theme-gradient.css" \
  -o "$d/assets/theme-minimal.css" "$u/assets/theme-minimal.css" \
  -o "$d/assets/theme-tech.css" "$u/assets/theme-tech.css" \
  -o "$d/README.md" "$u/README.md" \
  -o "$d/references/advanced-features.md" "$u/references/advanced-features.md" \
  -o "$d/references/best-practices.md" "$u/references/best-practices.md" \
  -o "$d/references/image-patterns.md" "$u/references/image-patterns.md" \
  -o "$d/references/marp-syntax.md" "$u/references/marp-syntax.md" \
  -o "$d/references/official-themes.md" "$u/references/official-themes.md" \
  -o "$d/references/theme-css-guide.md" "$u/references/theme-css-guide.md" \
  -o "$d/references/theme-selection.md" "$u/references/theme-selection.md" \
  -o "$d/LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"

Codex

Neste projeto: instala em .agents/skills/marp-slide/.

d=".agents/skills/marp-slide"
u="https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/skills/creative-design/marp-slide"
curl -fsSL --create-dirs \
  -o "$d/SKILL.md" "$u/SKILL.md" \
  -o "$d/assets/template-basic.md" "$u/assets/template-basic.md" \
  -o "$d/assets/template-business.md" "$u/assets/template-business.md" \
  -o "$d/assets/template-colorful.md" "$u/assets/template-colorful.md" \
  -o "$d/assets/template-dark.md" "$u/assets/template-dark.md" \
  -o "$d/assets/template-gradient.md" "$u/assets/template-gradient.md" \
  -o "$d/assets/template-minimal.md" "$u/assets/template-minimal.md" \
  -o "$d/assets/template-tech.md" "$u/assets/template-tech.md" \
  -o "$d/assets/theme-business.css" "$u/assets/theme-business.css" \
  -o "$d/assets/theme-colorful.css" "$u/assets/theme-colorful.css" \
  -o "$d/assets/theme-dark.css" "$u/assets/theme-dark.css" \
  -o "$d/assets/theme-default.css" "$u/assets/theme-default.css" \
  -o "$d/assets/theme-gradient.css" "$u/assets/theme-gradient.css" \
  -o "$d/assets/theme-minimal.css" "$u/assets/theme-minimal.css" \
  -o "$d/assets/theme-tech.css" "$u/assets/theme-tech.css" \
  -o "$d/README.md" "$u/README.md" \
  -o "$d/references/advanced-features.md" "$u/references/advanced-features.md" \
  -o "$d/references/best-practices.md" "$u/references/best-practices.md" \
  -o "$d/references/image-patterns.md" "$u/references/image-patterns.md" \
  -o "$d/references/marp-syntax.md" "$u/references/marp-syntax.md" \
  -o "$d/references/official-themes.md" "$u/references/official-themes.md" \
  -o "$d/references/theme-css-guide.md" "$u/references/theme-css-guide.md" \
  -o "$d/references/theme-selection.md" "$u/references/theme-selection.md" \
  -o "$d/LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"

Global: instala em ~/.agents/skills/marp-slide/.

d="$HOME/.agents/skills/marp-slide"
u="https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/skills/creative-design/marp-slide"
curl -fsSL --create-dirs \
  -o "$d/SKILL.md" "$u/SKILL.md" \
  -o "$d/assets/template-basic.md" "$u/assets/template-basic.md" \
  -o "$d/assets/template-business.md" "$u/assets/template-business.md" \
  -o "$d/assets/template-colorful.md" "$u/assets/template-colorful.md" \
  -o "$d/assets/template-dark.md" "$u/assets/template-dark.md" \
  -o "$d/assets/template-gradient.md" "$u/assets/template-gradient.md" \
  -o "$d/assets/template-minimal.md" "$u/assets/template-minimal.md" \
  -o "$d/assets/template-tech.md" "$u/assets/template-tech.md" \
  -o "$d/assets/theme-business.css" "$u/assets/theme-business.css" \
  -o "$d/assets/theme-colorful.css" "$u/assets/theme-colorful.css" \
  -o "$d/assets/theme-dark.css" "$u/assets/theme-dark.css" \
  -o "$d/assets/theme-default.css" "$u/assets/theme-default.css" \
  -o "$d/assets/theme-gradient.css" "$u/assets/theme-gradient.css" \
  -o "$d/assets/theme-minimal.css" "$u/assets/theme-minimal.css" \
  -o "$d/assets/theme-tech.css" "$u/assets/theme-tech.css" \
  -o "$d/README.md" "$u/README.md" \
  -o "$d/references/advanced-features.md" "$u/references/advanced-features.md" \
  -o "$d/references/best-practices.md" "$u/references/best-practices.md" \
  -o "$d/references/image-patterns.md" "$u/references/image-patterns.md" \
  -o "$d/references/marp-syntax.md" "$u/references/marp-syntax.md" \
  -o "$d/references/official-themes.md" "$u/references/official-themes.md" \
  -o "$d/references/theme-css-guide.md" "$u/references/theme-css-guide.md" \
  -o "$d/references/theme-selection.md" "$u/references/theme-selection.md" \
  -o "$d/LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"

Antigravity

Neste projeto: instala em .agents/skills/marp-slide/.

d=".agents/skills/marp-slide"
u="https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/skills/creative-design/marp-slide"
curl -fsSL --create-dirs \
  -o "$d/SKILL.md" "$u/SKILL.md" \
  -o "$d/assets/template-basic.md" "$u/assets/template-basic.md" \
  -o "$d/assets/template-business.md" "$u/assets/template-business.md" \
  -o "$d/assets/template-colorful.md" "$u/assets/template-colorful.md" \
  -o "$d/assets/template-dark.md" "$u/assets/template-dark.md" \
  -o "$d/assets/template-gradient.md" "$u/assets/template-gradient.md" \
  -o "$d/assets/template-minimal.md" "$u/assets/template-minimal.md" \
  -o "$d/assets/template-tech.md" "$u/assets/template-tech.md" \
  -o "$d/assets/theme-business.css" "$u/assets/theme-business.css" \
  -o "$d/assets/theme-colorful.css" "$u/assets/theme-colorful.css" \
  -o "$d/assets/theme-dark.css" "$u/assets/theme-dark.css" \
  -o "$d/assets/theme-default.css" "$u/assets/theme-default.css" \
  -o "$d/assets/theme-gradient.css" "$u/assets/theme-gradient.css" \
  -o "$d/assets/theme-minimal.css" "$u/assets/theme-minimal.css" \
  -o "$d/assets/theme-tech.css" "$u/assets/theme-tech.css" \
  -o "$d/README.md" "$u/README.md" \
  -o "$d/references/advanced-features.md" "$u/references/advanced-features.md" \
  -o "$d/references/best-practices.md" "$u/references/best-practices.md" \
  -o "$d/references/image-patterns.md" "$u/references/image-patterns.md" \
  -o "$d/references/marp-syntax.md" "$u/references/marp-syntax.md" \
  -o "$d/references/official-themes.md" "$u/references/official-themes.md" \
  -o "$d/references/theme-css-guide.md" "$u/references/theme-css-guide.md" \
  -o "$d/references/theme-selection.md" "$u/references/theme-selection.md" \
  -o "$d/LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"

Global: instala em ~/.gemini/antigravity-cli/skills/marp-slide/.

d="$HOME/.gemini/antigravity-cli/skills/marp-slide"
u="https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/skills/creative-design/marp-slide"
curl -fsSL --create-dirs \
  -o "$d/SKILL.md" "$u/SKILL.md" \
  -o "$d/assets/template-basic.md" "$u/assets/template-basic.md" \
  -o "$d/assets/template-business.md" "$u/assets/template-business.md" \
  -o "$d/assets/template-colorful.md" "$u/assets/template-colorful.md" \
  -o "$d/assets/template-dark.md" "$u/assets/template-dark.md" \
  -o "$d/assets/template-gradient.md" "$u/assets/template-gradient.md" \
  -o "$d/assets/template-minimal.md" "$u/assets/template-minimal.md" \
  -o "$d/assets/template-tech.md" "$u/assets/template-tech.md" \
  -o "$d/assets/theme-business.css" "$u/assets/theme-business.css" \
  -o "$d/assets/theme-colorful.css" "$u/assets/theme-colorful.css" \
  -o "$d/assets/theme-dark.css" "$u/assets/theme-dark.css" \
  -o "$d/assets/theme-default.css" "$u/assets/theme-default.css" \
  -o "$d/assets/theme-gradient.css" "$u/assets/theme-gradient.css" \
  -o "$d/assets/theme-minimal.css" "$u/assets/theme-minimal.css" \
  -o "$d/assets/theme-tech.css" "$u/assets/theme-tech.css" \
  -o "$d/README.md" "$u/README.md" \
  -o "$d/references/advanced-features.md" "$u/references/advanced-features.md" \
  -o "$d/references/best-practices.md" "$u/references/best-practices.md" \
  -o "$d/references/image-patterns.md" "$u/references/image-patterns.md" \
  -o "$d/references/marp-syntax.md" "$u/references/marp-syntax.md" \
  -o "$d/references/official-themes.md" "$u/references/official-themes.md" \
  -o "$d/references/theme-css-guide.md" "$u/references/theme-css-guide.md" \
  -o "$d/references/theme-selection.md" "$u/references/theme-selection.md" \
  -o "$d/LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"

Peça ao Rook

Já usa o Rook Labs? Cole no chat do Rook: instale a skill https://rooklabs.sh/marketplace/cct.marp-slide

Prévia do SKILL.md

---
name: marp-slide
description: Create professional Marp presentation slides with 7 beautiful themes (default, minimal, colorful, dark, gradient, tech, business). Use when users request slide creation, presentations, or Marp documents. Supports custom themes, image layouts, and "make it look good" requests with automatic quality improvem…
---

# 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`
…

Ver todo o marketplace