jpskill.com
🛠️ 開発・MCP コミュニティ

presentation-outline

プレゼンテーションのテーマや目的に沿って、主張が明確なスライド、区切り、ストーリー展開を盛り込んだ構成案をMarkdown形式で作成し、スライド資料作成の効率を上げるSkill。

📜 元の英語説明(参考)

Generate structured presentation outlines with bold statement slides, section dividers, and clear narrative arcs. Use when starting a new presentation, planning a deck structure, or asking "outline a presentation about...", "structure a deck for...", or "create a presentation flow for...". Outputs markdown outlines ready to translate into slides.

🇯🇵 日本人クリエイター向け解説

一言でいうと

プレゼンテーションのテーマや目的に沿って、主張が明確なスライド、区切り、ストーリー展開を盛り込んだ構成案をMarkdown形式で作成し、スライド資料作成の効率を上げるSkill。

※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。

⚡ おすすめ: コマンド1行でインストール(60秒)

下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。

🍎 Mac / 🐧 Linux
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o presentation-outline.zip https://jpskill.com/download/8741.zip && unzip -o presentation-outline.zip && rm presentation-outline.zip
🪟 Windows (PowerShell)
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/8741.zip -OutFile "$d\presentation-outline.zip"; Expand-Archive "$d\presentation-outline.zip" -DestinationPath $d -Force; ri "$d\presentation-outline.zip"

完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。

💾 手動でダウンロードしたい(コマンドが難しい人向け)
  1. 1. 下の青いボタンを押して presentation-outline.zip をダウンロード
  2. 2. ZIPファイルをダブルクリックで解凍 → presentation-outline フォルダができる
  3. 3. そのフォルダを C:\Users\あなたの名前\.claude\skills\(Win)または ~/.claude/skills/(Mac)へ移動
  4. 4. Claude Code を再起動

⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。

🎯 このSkillでできること

下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。

📦 インストール方法 (3ステップ)

  1. 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
  2. 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
  3. 3. 展開してできたフォルダを、ホームフォルダの .claude/skills/ に置く
    • · macOS / Linux: ~/.claude/skills/
    • · Windows: %USERPROFILE%\.claude\skills\

Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。

詳しい使い方ガイドを見る →
最終更新
2026-05-18
取得日時
2026-05-18
同梱ファイル
1

📖 Skill本文(日本語訳)

※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。

プレゼンテーションの概要

ライブでのプレゼンテーション用に設計された、大胆でミニマルなスライドを用いて、実績のある流れのパターンに従ったプレゼンテーションの構造を生成します。

中核となる原則

  • スライドは会話のきっかけであり、スクリプトではない — 各スライドが議論を促します
  • 説明よりも大胆なステートメント — 説明的な文章ではなく、心に響く見出し
  • ゆとり — 多くの密集したスライドよりも、インパクトのある少ないスライド
  • 明確なセクション — 聴衆は常に自分がどこにいるかを把握しているべきです
  • セクションの色 — 各主要セクションには、構造を強化するために独自の色が割り当てられます

標準的な流れ

基本となる流れはコンテンツに合わせて調整されます。典型的なプレゼンテーションは5〜7つのセクションで構成されます。

1. オープニング (color: teal)
   - タイトルスライド (トピック + サブタイトル)
   - 目標/アジェンダ (最大3つの重要なポイント)

2. 背景 / 問題点 (color: red)
   - 現状 / 現在地
   - 解消すべき緊張感または疑問

3-5. コアセクション (colors: purple, amber, green, blue)
   - 主要なトピック間のセクション区切り
   - セクションごとに3〜5枚のコンテンツスライド
   - ステートメント、データ、コード、フレームワーク、引用スライドの組み合わせ

6. クロージング (color: teal)
   - 要約 (セクションごとに1行)
   - リソース
   - 質疑応答

セクションは拡張または縮小できます — 複雑なトピックには4つのコアセクションがあるかもしれませんし、焦点を絞った講演には2つしかないかもしれません。

スライドの種類

タイプ いつ使用するか
Statement 重要なポイントを伝える "Speed is a feature"
Big statement 最大限のインパクト、一つのアイデア "AI has no memory"
Question 緊張感を生み出す "What would we do differently?"
Section divider トピックの切り替えを示す "Where we play"
Goals 期待値を設定する "Goals for today"
Data 数値で証明する "3x growth in 6 months"
Code 実装を示す 構文が強調表示されたコードブロック
Framework モデルまたはリストを示す Do's and don'ts, comparison
Quote 権威を借りる "What got you here won't get you there"
Recap 終了前に要約する "Recap"
Resources 参考文献をリンクする セクションごとにグループ化
Next steps 行動を促す "Where to from here?"

出力形式

# [Presentation Title]
[One-line purpose]

---

## 1. Opening
**Section color:** teal

### Slide 1: Title
- **Headline:** [Title]
- **Subtitle:** [Context or date]

### Slide 2: Goals for today
- **Headline:** Goals for today
- **Points:**
  - [Takeaway 1] — [Brief explanation]
  - [Takeaway 2] — [Brief explanation]
  - [Takeaway 3] — [Brief explanation]

---

## 2. [Section Name]
**Section color:** [color]

### Slide 3: Section divider
- **Type:** Section divider
- **Headline:** [Section title]

### Slide 4: [Slide purpose]
- **Type:** [Statement/Big statement/Data/Code/etc.]
- **Headline:** [Bold headline]
- **Supporting:** [1-2 sentences or bullets]

---

## X. Closing
**Section color:** teal

### Slide N: Recap
- **Headline:** Recap
- **Points:** [One-liner per section]

### Slide N+1: Resources
- **Type:** Resources
- **References:** [Grouped by section]

### Slide N+2: Q&A

ワークフロー

  1. 背景について質問する — 聴衆、目的、設定 (ライブ vs. 非同期)
  2. 重要なメッセージを特定する — 3つの重要なポイントは何か?
  3. 流れをマッピングする — Opening → Problem/Context → Core sections → Close
  4. セクションの色を割り当てる — 主要なセクションごとに1色
  5. アウトラインをドラフトする — 上記の形式を使用
  6. 密度を確認する — その場所に見合わないスライドを削除する
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開

Presentation Outline

Generate presentation structures following a proven flow pattern with bold, minimal slides designed for live presenting.

Core Principles

  • Slides are conversation starters, not scripts — each slide prompts discussion
  • Bold statements over explanations — headlines that land, not sentences that explain
  • Breathing room — fewer slides with more impact beats many dense slides
  • Clear sections — the audience should always know where they are
  • Section colors — each major section gets its own accent color to reinforce structure

Standard Flow

The base arc adapts to the content. A typical presentation follows 5-7 sections:

1. OPENING (color: teal)
   - Title slide (topic + subtitle)
   - Goals/agenda (3 key takeaways max)

2. CONTEXT / THE PROBLEM (color: red)
   - Current state / where we are today
   - The tension or question to resolve

3-5. CORE SECTIONS (colors: purple, amber, green, blue)
   - Section dividers between major topics
   - 3-5 content slides per section
   - Mix of statement, data, code, framework, and quote slides

6. CLOSING (color: teal)
   - Recap (one-liner per section)
   - Resources
   - Q&A

Sections can expand or contract — a complex topic might have 4 core sections, a focused talk might have 2.

Slide Types

Type When to use Example
Statement Land a key point "Speed is a feature"
Big statement Maximum impact, one idea "AI has no memory"
Question Create tension "What would we do differently?"
Section divider Signal topic shift "Where we play"
Goals Set expectations "Goals for today"
Data Prove with numbers "3x growth in 6 months"
Code Show implementation Syntax-highlighted code block
Framework Show a model or list Do's and don'ts, comparison
Quote Borrow authority "What got you here won't get you there"
Recap Summarize before close "Recap"
Resources Link references Grouped by section
Next steps Drive action "Where to from here?"

Output Format

# [Presentation Title]
[One-line purpose]

---

## 1. Opening
**Section color:** teal

### Slide 1: Title
- **Headline:** [Title]
- **Subtitle:** [Context or date]

### Slide 2: Goals for today
- **Headline:** Goals for today
- **Points:**
  - [Takeaway 1] — [Brief explanation]
  - [Takeaway 2] — [Brief explanation]
  - [Takeaway 3] — [Brief explanation]

---

## 2. [Section Name]
**Section color:** [color]

### Slide 3: Section divider
- **Type:** Section divider
- **Headline:** [Section title]

### Slide 4: [Slide purpose]
- **Type:** [Statement/Big statement/Data/Code/etc.]
- **Headline:** [Bold headline]
- **Supporting:** [1-2 sentences or bullets]

---

## X. Closing
**Section color:** teal

### Slide N: Recap
- **Headline:** Recap
- **Points:** [One-liner per section]

### Slide N+1: Resources
- **Type:** Resources
- **References:** [Grouped by section]

### Slide N+2: Q&A

Workflow

  1. Ask about context — audience, purpose, setting (live vs. async)
  2. Identify key messages — what 3 things must land?
  3. Map the arc — Opening → Problem/Context → Core sections → Close
  4. Assign section colors — one color per major section
  5. Draft outline — use the format above
  6. Review density — cut slides that don't earn their place