Token导航 LogoToken导航TokenDH.com
前端设计只读github未标认证来源可访问许可证需确认审计通过

pptx-presentation-builderPPTX presentation 构建器

Agent Skill

pptx-presentation-builder 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

372

周安装

16

GitHub Stars

1

下载量

131
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:pptx-presentation-builder(PPTX presentation 构建器)
来源仓库:https://github.com/akillness/oh-my-unity3d
仓库路径:skills/pptx-presentation-builder
安装命令:
npx skills add https://github.com/akillness/oh-my-unity3d --skill pptx-presentation-builder
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/akillness/oh-my-unity3d --skill pptx-presentation-builder

简介

pptx-presentation-builder 根据品牌指南自动生成结构化的 PPTX 演示文稿,支持产品推介与路演场景。

  • 适用于需要快速产出专业幻灯片、路线图或投资提案的团队项目。
  • 输入包含标题、受众、目标和视觉规范等参数,输出符合品牌一致性要求。
  • 使用时应确保品牌色彩与字体授权合法,避免版权争议。
  • 建议在本地预览导出文件,检查排版与动画效果是否符合预期。

SKILL.md

PPTX Presentation Builder

브랜드 가이드라인에 맞춘 전문 PPTX 프레젠테이션 빌더 스킬입니다. 피치덱, 로드맵, 제품 소개 등 다양한 프레젠테이션을 구조화된 브리프와 검증 단계로 생성합니다.

When to use this skill

  • 전문 슬라이드 덱 필요: 프롬프트에서 프레젠테이션 생성
  • 브랜드 일관성 필요: 가이드라인에 맞춘 일관된 슬라이드
  • 반복 가능한 템플릿: 제품, 피치, 로드맵 덱 템플릿화

Quick Start — Unity3D 게임 피치덱

인디 게임 스튜디오가 투자자에게 Unity3D 모바일 게임 프로젝트를 소개하는 피치덱:

pptx-presentation-builder "Unity3D 게임 피치덱"

입력 컨텍스트:

deck_brief:
  title: "[게임명] — 모바일 RPG 피치덱"
  audience: 게임 전문 VC, 퍼블리셔
  goal: 시드 투자 유치 (목표: $500K)
  duration: 10분 발표 + 5분 Q&A
  slides: 10장
  brand:
    primary_color: "#1A1A2E"   # 다크 판타지 테마
    accent_color: "#E94560"
    font: "Rajdhani"

생성되는 슬라이드 구성:

#슬라이드핵심 메시지
1타이틀게임명 + 장르 + 태그라인
2시장 기회모바일 RPG 시장 규모 ($XX B)
3게임 소개핵심 게임플레이 루프
4차별점Unity3D 기술적 강점
5스크린샷인게임 비주얼 3장
6수익 모델IAP, 광고, 구독 구조
7트랙션베타 지표 (DAU, 리텐션)
8핵심 멤버 + Unity 경력
9로드맵론칭 ~ 스케일 타임라인
10Ask투자 금액 + 사용 계획

예상 산출물: 슬라이드별 콘텐츠 + 스피커 노트 + 브랜드 토큰 정의 + 핸드오프 패키지


Instructions

Step 1: Gather Brand Constraints

brand_kit:
  colors:
    primary: "#2563EB"
    secondary: "#6366F1"
    accent: "#F59E0B"
    background: "#FFFFFF"
    text: "#1F2937"
  fonts:
    heading: "Inter"
    body: "Inter"
    mono: "JetBrains Mono"
  logo:
    placement: "top-left" | "bottom-right"
    size: "small" | "medium"
  style:
    tone: "minimal" | "bold" | "executive"
    corners: "sharp" | "rounded"
    shadows: true | false

Step 2: Define Deck Structure

## Deck Brief

### Meta
- **Title**: [덱 제목]
- **Audience**: [청중]
- **Goal**: [목표 - 투자 유치, 제품 소개, 보고]
- **Duration**: [발표 시간]

### Slides
| # | Type | Title | Key Message |
|---|------|-------|-------------|
| 1 | Title | Company Name | Tagline |
| 2 | Agenda | Today's Agenda | 3-5 bullet points |
| 3 | Problem | The Challenge | Pain point statement |
| 4 | Solution | Our Approach | Value proposition |
| 5 | Features | Key Capabilities | 3 features with icons |
| 6 | Demo | Product in Action | Screenshot/video |
| 7 | Traction | Growth Numbers | Key metrics |
| 8 | Team | Who We Are | Team photos + roles |
| 9 | Ask | The Opportunity | Investment/partnership ask |
| 10 | Contact | Get in Touch | Contact info + CTA |

Step 3: Generate Slides

슬라이드별 콘텐츠 생성:

## Slide 1: Title Slide

### Layout: Centered

### Content
- **Title**: [Company Name]
- **Subtitle**: [Tagline - 10 words max]
- **Visual**: Logo centered
- **Background**: Gradient (#2563EB → #6366F1)

### Speaker Notes
Welcome the audience. Introduce yourself and the company.
Set the context for why you're presenting today.

슬라이드 타입별 템플릿:

TypeLayoutElements
TitleCenteredLogo, Title, Subtitle
AgendaLeft-alignedNumbered list (3-5 items)
ProblemSplitText left, Visual right
SolutionSplitVisual left, Text right
Features3-columnIcon + Title + Description
StatsData cards3-4 key metrics
QuoteCenteredQuote text + attribution
TeamGridPhotos + Names + Roles
CTACenteredHeadline + Button

Step 4: Review and Refine

## Review Checklist

### Layout Balance
- [ ] 시각적 균형 확인
- [ ] 여백 충분히 확보
- [ ] 정렬 일관성

### Typography
- [ ] 폰트 크기 계층 (H1 > H2 > Body)
- [ ] 가독성 확보 (최소 18pt body)
- [ ] 일관된 폰트 사용

### Content
- [ ] 슬라이드당 하나의 아이디어
- [ ] 텍스트 과밀 방지
- [ ] 데이터/주장의 출처 명시

### Accessibility
- [ ] 색상 대비 충분
- [ ] 이미지에 alt text
- [ ] 논리적 읽기 순서

Step 5: Export and Handoff

## Handoff Package

### Files
- presentation.pptx
- presentation.pdf (backup)
- assets/ (images, logos)

### Summary
- **Total Slides**: [count]
- **Estimated Duration**: [minutes]
- **Key Narrative Arc**: [brief description]

### Editing Notes
- Slide 5: [specific edit note]
- Slide 8: [specific edit note]

### Post-Export Checklist
- [ ] Font embedding verified
- [ ] Images high resolution
- [ ] Animations functional
- [ ] Links active

Examples

Example 1: 5-Slide Roadmap

Prompt:

Create a 5-slide roadmap deck for Q2–Q4
with modern design and speaker notes.
Target: Engineering leadership.

Expected output:

## Roadmap Deck

### Slide 1: Title
- Q2-Q4 Product Roadmap
- Engineering Review | [Date]

### Slide 2: Executive Summary
- 3 key themes for the period
- Success metrics overview

### Slide 3: Timeline
- Gantt-style view
- Q2: Foundation | Q3: Scale | Q4: Optimize
- Key milestones marked

### Slide 4: Dependencies & Risks
- Cross-team dependencies
- Risk matrix (Impact vs Likelihood)
- Mitigation strategies

### Slide 5: Next Steps
- Immediate action items
- Review cadence
- Feedback channels

Example 2: Investor Pitch Deck

Prompt:

Build a 10-slide investor pitch deck for an AI SaaS.
Include: problem, solution, market, traction, team, ask.
Series A context, $5M target.

Expected output:

  • Slide-by-slide content with speaker notes
  • Consistent brand styling
  • Data visualization for traction
  • Clear ask slide with use of funds

Example 3: Product Demo Deck

Prompt:

Create an 8-slide product demo deck.
Audience: Potential enterprise customers.
Focus: Features, integrations, security.

Expected output:

  • Feature showcase slides
  • Integration diagram
  • Security compliance overview
  • Customer success stories
  • Next steps / trial CTA

Best practices

  1. One idea per slide: 과밀 방지
  2. Visual hierarchy: Titles > Headings > Body
  3. Use speaker notes: 슬라이드 텍스트 최소화
  4. Data clarity: 차트 > 텍스트 단락
  5. Consistent theming: 색상, 폰트, 간격 통일

Common pitfalls

  • 테마 혼합: 하나의 덱에 여러 스타일
  • 일관성 없는 간격/타이포: 슬라이드마다 다름
  • 내러티브 흐름 없음: 논리적 연결 부재

Troubleshooting

Issue: Slides feel inconsistent

Cause: 브랜드 토큰 누락 Solution: 템플릿 제공, 테마 강제 적용

Issue: Slides are too dense

Cause: 슬라이드당 텍스트 과다 Solution: 콘텐츠 분할, 비주얼 활용

Issue: Narrative unclear

Cause: 슬라이드 순서 문제 Solution: 스토리 아크 재구성


Output format

## Presentation Report

### Overview
- **Title**: [deck title]
- **Slides**: [count]
- **Duration**: [minutes]
- **Audience**: [target]

### Slide-by-Slide

#### Slide 1: [Title]
**Type**: [slide type]
**Layout**: [layout description]
**Content**:
- [content items]

**Speaker Notes**:
[notes]

---
#### Slide 2: [Title]
...

### Brand Tokens Applied
- Primary: [color]
- Font: [font family]
- Style: [tone]

### Files Delivered
- [ ] presentation.pptx
- [ ] assets.zip

Multi-Agent Workflow

Validation & Retrospectives

  • Round 1 (Orchestrator): 내러티브 아크, 슬라이드 수 정합성
  • Round 2 (Analyst): 레이아웃 일관성, 브랜드 준수
  • Round 3 (Executor): 내보내기 준비 상태 체크

Agent Roles

AgentRole
Claude내러티브 구성, 콘텐츠 생성
Gemini데이터 시각화 제안, 레퍼런스 리서치
Codex템플릿 코드 생성, 자동화

Metadata

Version

  • Current Version: 1.0.0
  • Last Updated: 2026-01-21
  • Compatible Platforms: Claude, ChatGPT, Gemini, Codex

Related Skills

Tags

#presentation #pptx #slides #storytelling #branding #pitch-deck

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

36.3%
按下载量换算48

Claude

26.97%
按下载量换算35

Cursor

18.63%
按下载量换算24

Gemini CLI

10.01%
按下载量换算13

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills