jpskill.com
📄 ドキュメント コミュニティ

pptx-generation

証拠に基づいたプロンプトや制約設計を用いて、高品質でアクセシビリティに配慮したPowerPoint資料を作成し、複数データソースからの複雑な情報を統合できる、ビジネス向けプレゼンテーション資料作成を支援するSkill。

📜 元の英語説明(参考)

Enterprise-grade PowerPoint deck generation system using evidence-based prompting techniques, workflow enforcement, and constraint-based design. Use when creating professional presentations (board decks, reports, analyses) requiring consistent visual quality, accessibility compliance, and integration of complex data from multiple sources. Implements html2pptx workflow with spatial layout optimization, validation gates, and multi-chat architecture for 30+ slide decks.

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

一言でいうと

証拠に基づいたプロンプトや制約設計を用いて、高品質でアクセシビリティに配慮したPowerPoint資料を作成し、複数データソースからの複雑な情報を統合できる、ビジネス向けプレゼンテーション資料作成を支援するSkill。

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

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

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

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

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

💾 手動でダウンロードしたい(コマンドが難しい人向け)
  1. 1. 下の青いボタンを押して pptx-generation.zip をダウンロード
  2. 2. ZIPファイルをダブルクリックで解凍 → pptx-generation フォルダができる
  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
同梱ファイル
7

📖 Skill本文(日本語訳)

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

PowerPoint生成スキル

概要

このスキルは、AIを使用してプロ品質のPowerPointプレゼンテーションを生成するための体系的なフレームワークを実装します。データ分析、ナラティブ構造、視覚デザイン、空間レイアウトを組み合わせた媒体としてのPowerPoint特有の課題に対処します。これは、企業における知識労働において最も複雑なAI生成タスクの1つです。

このスキルは、エビデンスに基づいたプロンプト技術(plan-and-solve、program-of-thought、self-consistency)、構造最適化の原則(ワークフローの強制、制約ベースのデザイン、検証ゲート)、および実績のある空間レイアウトパターンを適用して、一貫した高品質の出力を保証します。

コア原則

1. ワークフローの強制

AIシステムは、ツール劣化を示します。つまり、主要なツールが困難に遭遇すると、最適な代替手段にサイレントに切り替わります。空間/視覚タスクの場合、これにより信頼性の低い出力が生成されます。

実装: html2pptxの技術的なワークフローを明示的に指定し、代替アプローチを禁止します。実行前にドキュメントのレビューを必須とします。

根拠: PowerPointの生成には、正確な空間計算が必要です。html2pptxスキルは、信頼性の高いピクセルレベルの制御を提供します。ツールの切り替えを防止することで、レイアウトの不整合の主な原因を排除します。

2. 装飾的な仕様よりも制約ベースのデザイン

単純な視覚ルールは確実にスケールしますが、複雑な装飾要素はAI生成に脆さをもたらします。

実装: ポジティブな動作を指定する前に、何をすべきでないか(ネガティブな制約)を定義します。境界線ボックス、アウトライン形状、および角の丸い長方形を禁止します。スペーシング、タイポグラフィ、および微妙なカラーブロックを強調します。

根拠: 視覚デザインには、成功モードよりも指数関数的に多くの失敗モードがあります。既知の問題のあるパターンを排除することで、生成能力を信頼できる境界内に集中させます。クリーンなデザインにより、AIは視覚的な解析よりもコンテンツの合成を優先できます。

3. 実行前のデザイン計画

計画を実行から分離することで、最適でない視覚的アプローチへの早期のコミットメントを防ぎます。

実装: コード生成の前に、レイアウトのアプローチ、カラーパレット、タイポグラフィの階層、および視覚的な強調戦略を指定する書面によるデザイン計画を必須とします。

根拠: 人間のデザインプロセスを模倣します。レビューのための監査証跡を作成します。実装を開始する前に、一貫性のある視覚システムを確立します。マルチスライドデッキ全体の一貫性を劇的に向上させます。

4. 定量化された視覚仕様

曖昧な指示(「クリーンなマージン」)は、AIに意図を推測させます。正確な仕様は、曖昧さを排除します。

実装: 定性的な要件を測定可能なパラメータ(コントラスト比、フォントサイズ、マージン測定、要素数)に変換します。

根拠: 空間的な関係は本質的に定量的です。明示的な測定により、再現可能な結果が作成され、自動検証が可能になります。

5. 複雑なデッキのためのマルチチャットアーキテクチャ

視覚要素は、テキストやデータよりも速くトークンを消費します。単一コンテキストでの生成は、約15スライドを超えると信頼性が低くなります。

実装: アーキテクト(ナラティブ構造)、ジェネレーター(スライド作成)、およびアセンブリ(一貫性検証)を、30以上のスライドデッキ用に個別の会話に分離します。

根拠: コンテキストウィンドウの制限を管理します。各フェーズで集中的な専門知識を可能にします。デッキ全体の再生成なしに、セクションレベルの反復を可能にします。

このスキルを使用するタイミング

主なユースケース:

  • プロフェッショナルな洗練を必要とする取締役会向け資料およびエグゼクティブプレゼンテーション
  • 複数のソースからのデータを統合する財務レポート
  • 定量的および定性的なコンテンツを組み合わせた戦略的分析
  • 一貫した視覚言語を必要とするプロジェクトのアップデート
  • 視覚的な品質がステークホルダーの認識に影響を与えるプレゼンテーション

スキルのトリガー:

  • ユーザーが「プレゼンテーションを作成する」、「スライドを作成する」、「デッキを作成する」と要求する
  • ユーザーが「[データ]を分析して結果を提示する」ように依頼する
  • ユーザーが特定の出力形式(.pptx、PowerPoint、スライド)について言及する
  • ユーザーが視覚化を要求するビジネスデータ(CSV、財務レポート、メモ)を提供する
  • タスクが分析とナラティブを視覚形式で統合する必要がある

使用しない場合:

  • 単純な1〜3スライドのリクエスト(完全なワークフローなしでデフォルトのPowerPoint生成を使用)
  • 視覚的な実装なしのスライドコンテンツのみのリクエスト
  • プレゼンテーション以外の視覚化タスク(代わりにチャート、グラフ、またはドキュメントを使用)

PowerPoint生成ワークフロー

フェーズ1:要件分析

目的: 設計前にスコープ、制約、および成功基準を確立します。

プロセス:

  1. データソースと必要な分析を特定する
  2. スライド数とナラティブ構造を決定する
  3. 視覚的な制約(ブランドガイドライン、アクセシビリティ要件、テンプレートの制限)を確立する
  4. 聴衆の専門知識レベルとプレゼンテーションのコンテキストを明確にする
  5. 出力品質基準を定義する

意思決定ポイント: 単純なデッキ(≤15スライド、単一コンテキスト)と複雑なデッキ(30+スライド、マルチチャットアーキテクチャ)のどちらですか?

フェーズ2:実行前のデザイン計画

目的: 実装前に一貫性のある視覚システムを確立します。

必要な要素:

  • レイアウトの哲学: スペーシング、要素の配置、視覚的な階層へのアプローチを説明します
  • カラーパレット: 正確な16進数値、コントラスト比、使用規則を指定します
  • タイポグラフィシステム: フォントファミリー、サイズの階層(タイトル、ヘッダー、本文、キャプション)、行間
  • 視覚的な強調戦略: 情報の優先順位が視覚的な重み(カラーブロック、スペーシング、サイズ設定)にどのように変換されるか

形式: 構造化された形式での書面による説明。コード生成を開始する前に完了する必要があります。

検証: デザイン計画は、デザイン制限(下記参照)のすべての項目に明示的に対応する必要があります。

フェーズ3:実装

単純なデッキ(≤15スライド)の場合: references/simple-deck-template.mdのプロンプトテンプレートに従って、単一の会話で実行します。

複雑なデッキ(30+スライド)の場合: references/complex-deck-architecture.mdのマルチチャットアーキテクチャに従います。

  1. アーキ
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開

PowerPoint Generation Skill

Overview

This skill implements a systematic framework for generating professional-quality PowerPoint presentations using AI. It addresses the unique challenges of PowerPoint as a medium that combines data analysis, narrative structure, visual design, and spatial layout—making it one of the most complex AI generation tasks in corporate knowledge work.

The skill applies evidence-based prompting techniques (plan-and-solve, program-of-thought, self-consistency), structural optimization principles (workflow enforcement, constraint-based design, validation gates), and proven spatial layout patterns to ensure consistent, high-quality outputs.

Core Principles

1. Workflow Enforcement

AI systems exhibit tool degradation—silently switching to suboptimal alternatives when primary tools encounter difficulties. For spatial/visual tasks, this creates unreliable outputs.

Implementation: Explicitly specify the html2pptx technical workflow and prohibit alternative approaches. Require documentation review before execution.

Rationale: PowerPoint generation requires precise spatial calculations. The html2pptx skill provides reliable pixel-level control. Preventing tool switching eliminates the primary source of layout inconsistencies.

2. Constraint-Based Design Over Decorative Specification

Simple visual rules scale reliably; complex decorative elements create brittleness in AI generation.

Implementation: Define what NOT to do (negative constraints) before specifying positive behaviors. Prohibit border boxes, outline shapes, and rounded rectangles. Emphasize spacing, typography, and subtle color blocks.

Rationale: Visual design has exponentially more failure modes than success modes. Eliminating known problematic patterns focuses generative capacity within reliable boundaries. Clean design enables AI to prioritize content synthesis over visual parsing.

3. Pre-Execution Design Planning

Separating planning from execution prevents premature commitment to suboptimal visual approaches.

Implementation: Require written design plan specifying layout approach, color palette, typography hierarchy, and visual emphasis strategy before code generation.

Rationale: Mimics human design process. Creates audit trail for review. Establishes coherent visual system before implementation begins. Dramatically improves consistency across multi-slide decks.

4. Quantified Visual Specifications

Vague instructions ("clean margins") force the AI to guess intent. Precise specifications eliminate ambiguity.

Implementation: Convert qualitative requirements to measurable parameters (contrast ratios, font sizes, margin measurements, element counts).

Rationale: Spatial relationships are inherently quantitative. Explicit measurements create reproducible results and enable automated validation.

5. Multi-Chat Architecture for Complex Decks

Visual elements consume tokens faster than text or data. Single-context generation becomes unreliable beyond ~15 slides.

Implementation: Separate architect (narrative structure), generator (slide production), and assembly (consistency validation) into distinct conversations for 30+ slide decks.

Rationale: Manages context window limitations. Allows focused expertise in each phase. Enables section-level iteration without full deck regeneration.

When to Use This Skill

Primary Use Cases:

  • Board decks and executive presentations requiring professional polish
  • Financial reports integrating data from multiple sources
  • Strategic analyses combining quantitative and qualitative content
  • Project updates demanding consistent visual language
  • Any presentation where visual quality impacts stakeholder perception

Skill Triggers:

  • User requests "create a presentation," "make slides," "build a deck"
  • User asks to "analyze [data] and present findings"
  • User mentions specific output formats: .pptx, PowerPoint, slides
  • User provides business data (CSV, financial reports, memos) requesting visualization
  • Task requires integrating analysis with narrative in visual format

When NOT to Use:

  • Simple 1-3 slide requests (use default PowerPoint generation without full workflow)
  • Requests for slide content only without visual implementation
  • Non-presentation visualization tasks (use charts, graphs, or documents instead)

PowerPoint Generation Workflow

Phase 1: Requirements Analysis

Objective: Establish scope, constraints, and success criteria before design.

Process:

  1. Identify data sources and required analyses
  2. Determine slide count and narrative structure
  3. Establish visual constraints (brand guidelines, accessibility requirements, template restrictions)
  4. Clarify audience expertise level and presentation context
  5. Define output quality standards

Decision Point: Simple deck (≤15 slides, single context) vs. Complex deck (30+ slides, multi-chat architecture)?

Phase 2: Pre-Execution Design Plan

Objective: Establish coherent visual system before implementation.

Required Elements:

  • Layout Philosophy: Describe approach to spacing, element positioning, visual hierarchy
  • Color Palette: Specify exact hex values, contrast ratios, usage rules
  • Typography System: Font families, size hierarchy (titles, headers, body, captions), line spacing
  • Visual Emphasis Strategy: How information priority translates to visual weight (color blocks, spacing, sizing)

Format: Written description in structured format. Must be completed before any code generation begins.

Validation: Design plan must explicitly address all items in Design Restrictions (see below).

Phase 3: Implementation

For Simple Decks (≤15 slides): Execute in single conversation following the prompt template in references/simple-deck-template.md.

For Complex Decks (30+ slides): Follow multi-chat architecture in references/complex-deck-architecture.md:

  1. Architect Chat: Generate narrative structure and slide-level outline
  2. Generator Chat(s): Produce sections of 10-15 slides each
  3. Assembly Chat: Ensure consistency, validate against design plan

Technical Requirements:

  • Always use html2pptx workflow
  • Generate slides iteratively (never all at once for complex decks)
  • Validate after each section before proceeding
  • Maintain state document tracking completed slides and remaining work

Phase 4: Validation

Automated Checks:

  • Contrast ratio verification (minimum 4.5:1 for all text)
  • Font size validation (18pt minimum, 24pt titles)
  • Margin measurements (0.5" minimum all sides)
  • Element overlap detection
  • Bullet count per slide (maximum 3)

Manual Review Points:

  • Thumbnail readability test
  • Visual consistency across slides
  • Narrative flow and logical progression
  • Data accuracy and source attribution

Failure Response: If validation fails, identify root cause, adjust design plan or implementation approach, and regenerate affected sections. Never apply band-aid fixes.

Design Restrictions

These constraints are absolute and apply to every slide in every deck. They eliminate known failure modes and ensure reliable spatial layout.

Prohibited Elements

NEVER include these in any slide:

  • Border boxes around text elements
  • Outline shapes containing text content
  • Rounded rectangles with text inside
  • Text containers or frames
  • Decorative borders or dividing lines as separate elements
  • Overlapping text elements
  • Dark text on dark backgrounds

Required Patterns

ALWAYS implement these in every deck:

  • Text directly on slide background or solid color areas
  • Visual separation through spacing and typography (not containers)
  • Colored accent bars or background sections (not outlined boxes)
  • Subtle background color zones for emphasis (not bordered elements)
  • Clean white or light-colored backgrounds
  • High-contrast text (4.5:1 minimum ratio)
  • Single visual element per slide (maximum)

Layout Constraints

Quantified requirements for every slide:

  • Maximum 3 bullets per slide
  • 18pt minimum font size (body text)
  • 24pt minimum font size (titles)
  • 0.5" minimum margins on all sides
  • No overlapping text elements
  • Light backgrounds with dark text (preferred)

Accessibility Requirements

Non-negotiable standards:

  • All text must have minimum 4.5:1 contrast ratio
  • Test readability at thumbnail size
  • No dark text on dark backgrounds
  • Color should not be sole means of conveying information
  • Alt text for all visual elements

Common Failure Modes and Solutions

Symptom: Inconsistent visual styling across slides

Root Cause: Design plan not established before implementation, or not referenced during generation.

Solution: Always complete pre-execution design plan. Include design plan in context for each generator chat. Explicitly validate against design plan after each section.

Symptom: Text overlapping or extending beyond slide boundaries

Root Cause: AI switched from html2pptx to alternative tool without notification (tool degradation).

Solution: Enforce html2pptx workflow explicitly in prompt. Include statement: "Debug any installation issues; do not switch to alternative approaches." If problem persists, confirm tool is actually being used.

Symptom: Border boxes or outline shapes appearing despite restrictions

Root Cause: Positive instructions ("use clean design") given without corresponding negative constraints.

Solution: Lead with negative constraints in CAPITAL LETTERS at top of prompt. Repeat critical prohibitions in multiple sections. Make restrictions more prominent than positive instructions.

Symptom: Low contrast or readability issues

Root Cause: Validation gates not implemented or skipped.

Solution: Require explicit contrast ratio verification (show calculations). Test at thumbnail size before considering deck complete. Make accessibility validation non-optional.

Symptom: Context window exhaustion mid-generation

Root Cause: Attempting complex deck in single conversation without multi-chat architecture.

Solution: Implement multi-chat architecture for decks >15 slides. Separate planning, generation, and assembly phases. Generate slides in sections of 10-15, not all at once.

Integration with Other Skills

This skill works synergistically with:

  • Data Analysis Skills: Generate analysis outputs in structured format suitable for slide generation
  • Brand Guidelines Skill: Automatically apply organizational visual standards
  • DOCX Skill: Generate complementary written reports alongside presentations
  • Chart Generation: Create data visualizations for inclusion in slides

When used together, these skills enable complete board package generation (deck + memo + analysis) from raw data sources.

References

This skill includes comprehensive reference documentation:

  • references/simple-deck-template.md - Complete prompt template for ≤15 slide decks
  • references/complex-deck-architecture.md - Multi-chat architecture for 30+ slide decks
  • references/design-principles.md - Deep dive on constraint-based design philosophy
  • references/validation-checklist.md - Detailed validation procedures
  • references/brand-integration.md - Process for applying brand guidelines
  • references/workflow-diagram.dot - Visual process flow (GraphViz format)

Load relevant references as needed during implementation.

Conclusion

PowerPoint generation represents the intersection of data analysis, narrative structure, visual design, and spatial layout. This skill addresses the unique challenges through systematic workflow enforcement, evidence-based prompting techniques, and constraint-based design principles.

The key insight: Make constraints more explicit, not more complex.

Simple visual rules + Clear prohibitions + Forced planning = Reliable professional outputs

Success metrics:

  • Consistent visual quality across all slides
  • Zero layout failures (overlaps, boundary violations, contrast issues)
  • Reduced iteration cycles (get it right in first generation)
  • Scalability to complex 30+ slide decks
  • Accessibility compliance as default, not afterthought

同梱ファイル

※ ZIPに含まれるファイル一覧。`SKILL.md` 本体に加え、参考資料・サンプル・スクリプトが入っている場合があります。