一键导入
presentation-generation
Generate slide deck presentations from prompts. Triggers on "create presentation", "generate slides", "build deck", "presentation about"
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Generate slide deck presentations from prompts. Triggers on "create presentation", "generate slides", "build deck", "presentation about"
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Optimize AI assistant configurations for maximum effectiveness. USE THIS SKILL when user says "improve CLAUDE.md", "better copilot instructions", "tune AI", "optimize prompts", "MCP configuration", or wants to enhance AI assistant behavior.
Create and manage content for blogs, social media, video, and newsletters. USE THIS SKILL when user says "create blog post", "write social post", "content calendar", "repurpose content", "video script", or needs content creation help.
Migrate existing repositories to use GitHub Ecosystem templates and patterns. USE THIS SKILL when user says "migrate to ecosystem", "adopt templates", "convert workflow", "upgrade CI", or wants to transition existing projects.
Audit and implement security best practices for GitHub repositories. USE THIS SKILL when user says "security audit", "check security", "add gitleaks", "secret scanning", "dependency audit", or needs security hardening.
Create new project templates or customize existing ones with CI/CD, tooling, and AI integration. USE THIS SKILL when user says "create template", "new template for", "customize template", "add template", or wants to build a new language/framework template.
Create, debug, and optimize GitHub Actions workflows with security best practices. USE THIS SKILL when user says "create workflow", "fix workflow", "workflow fails", "add CI", "reusable workflow", or needs help with GitHub Actions.
| name | presentation-generation |
| description | Generate slide deck presentations from prompts. Triggers on "create presentation", "generate slides", "build deck", "presentation about" |
| allowed-tools | ["Bash","Read","Write","Edit","Glob","Grep","WebSearch","WebFetch","Task"] |
Generate professional slide deck presentations from prompts, with support for research, project analysis, and multiple output formats.
1. RESEARCH --> 2. OUTLINE --> 3. CONTENT
(Optional) Generation Expansion
|
5. OUTPUT <-- 4. DESIGN <---------+
Generation Application
docs/presentations/
├── templates/
│ ├── systematic-velocity.py # Dark, data-focused style
│ ├── clean-minimal.py # Light, professional style
│ ├── technical-blueprint.py # Diagram-heavy style
│ └── marketing-bold.py # High-contrast CTA style
├── output/
│ ├── [presentation-name].pdf
│ ├── [presentation-name].pptx
│ └── [presentation-name]/ # HTML reveal.js
│ ├── index.html
│ └── assets/
├── drafts/
│ └── [presentation-name].md # Markdown source
└── assets/
├── fonts/
├── images/
└── brand/
---
title: "Presentation Title"
subtitle: "Optional Subtitle"
author: "Author Name"
date: 2025-12-29
style: systematic-velocity
format:
- pdf
- html
- pptx
---
# Section Title
<!-- New section marker -->
---
<!-- Slide separator -->
## Slide Title
- Bullet point 1
- Bullet point 2
- Bullet point 3
::: notes
Speaker notes go here. Not visible on slides.
:::
---
## Slide with Code
```python
# Code blocks are syntax highlighted
def example():
return "Hello, World!"
::: columns :::: column Left column content :::: :::: column Right column content :::: :::
## Design Styles
### Systematic Velocity (Default)
- **Background**: Deep charcoal (#1A1A1A)
- **Accent**: Coral (#DA7756)
- **Text**: Off-white (#EBEBEB)
- **Typography**: Inter (body), JetBrains Mono (code/metrics)
### Clean Minimal
- **Background**: White (#FFFFFF)
- **Accent**: Blue (#2563EB)
- **Text**: Charcoal (#1F2937)
- **Typography**: Inter (all)
### Technical Blueprint
- **Background**: Dark blue (#0F172A)
- **Accent**: Cyan (#06B6D4)
- **Text**: Light gray (#E2E8F0)
- **Typography**: Fira Code (all)
### Marketing Bold
- **Background**: White (#FFFFFF)
- **Accent**: Vibrant gradient (purple->pink)
- **Text**: Dark (#111827)
- **Typography**: Poppins (bold headings), Inter (body)
## Slide Templates
### Title Slide
```markdown
---
# {title}
## {subtitle}
{author} | {date}
---
---
## The Challenge
> "Quote highlighting the pain point"
- Problem statement 1
- Problem statement 2
- Problem statement 3
---
---
## The Solution
**{Product/Feature Name}**
{One-line value proposition}
::: columns
:::: column
### Before
- Manual process
- Error-prone
- Time-consuming
::::
:::: column
### After
- Automated
- Reliable
- Fast
::::
:::
---
---
## Results
<!-- metric: value="95%" label="Time Saved" size="large" -->
<!-- metric: value="3,504%" label="ROI" size="large" -->
<!-- metric: value="$109K" label="Annual Value" size="large" -->
---
---
## Get Started Today
<!-- cta: text="Try It Free" url="https://..." primary="true" -->
<!-- cta: text="View Documentation" url="https://..." -->
**Contact**: email@example.com
---
Before generating final output:
content-pipeline - For blog/social content extraction from presentationstemplate-creation - For custom presentation templatesai-tuning - For optimizing AI-generated content