Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问clear审计提醒

deck-creator套牌创造者

Agent Skill

deck-creator 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

17,110

周安装

567

GitHub Stars

11

下载量

3,353
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:deck-creator(套牌创造者)
来源仓库:https://github.com/b-open-io/prompts
仓库路径:skills/deck-creator
安装命令:
npx skills add https://github.com/b-open-io/prompts --skill 'Deck Creator'
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/b-open-io/prompts --skill 'Deck Creator'

简介

创建专业演示文稿,统一视觉风格并生成AI图像幻灯片。

  • 支持从文档或需求自动生成完整套牌结构。适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。
  • 包含发现、主题设定、文案规划与批量生成分阶段流程。
  • 建议提供参考样例以对齐品牌调性与内容风格预期。
  • deck-creator 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Deck Creator

Create professional presentation decks with consistent visual style, compelling copy, and AI-generated slide images.

When to Use

  • Create a presentation or slide deck
  • Build a pitch deck, proposal, or sales presentation
  • Design slides for a product launch, company overview, or partnership
  • Generate a complete deck from a document, requirements, or brief

Process Overview

  1. Discovery - Gather context, examples, and references
  2. Theme - Establish visual style and color palette
  3. Copy - Plan and write slide content using marketing principles
  4. Generation - Create all slides in parallel with consistent style
  5. Assembly - Optimize images and stitch into PDF

Phase 1: Discovery

Required Information

Ask these questions:

  1. AUDIENCE: Who is the primary audience? (investors, clients, internal team, partners)
  2. PURPOSE: What is the goal? (persuade, inform, propose, sell, educate)
  3. CONTEXT: What's the setting? (boardroom, conference, email attachment, webinar)
  4. BRAND: Is there existing brand guidelines? (colors, fonts, logos)
  5. REFERENCES: Any example decks you like the style of?
  6. CONTENT: What documents/materials should inform the content?
  7. LENGTH: How many slides? (recommend 10-16 for most presentations)
  8. ASSETS: Any images, logos, or graphics to include?

Phase 2: Theme Selection

Option A: Use Theme Factory (Recommended)

npx skills add anthropics/theme-factory

Option B: Manual Theme Definition

Define colors, typography, and style parameters. Document in THEME.md.

Phase 3: Copy & Content Planning

Marketing Principles

  1. One Message Per Slide - Each slide has a single clear takeaway
  2. Headlines Tell the Story - Someone should understand the deck from headlines alone
  3. Show Don't Tell - Use visuals, stats, and diagrams over text walls
  4. Problem → Solution → Proof - Classic persuasion structure
  5. Concrete > Abstract - Specific numbers beat vague claims
  6. End with Action - Clear next steps and CTA

Content Planning Template

Create DECK-PLAN.md with:

  • Deck overview (audience, goal, key message, slide count)
  • Slide-by-slide plan (type, headline, content, visual, key message)

Phase 4: Slide Generation

Pre-Generation Checklist

  • Theme defined (colors, typography, style)
  • All slides planned (10-16 slides)
  • Each slide has: headline, content, visual concept
  • Consistent terminology and messaging
  • Output directory created

Parallel Generation

Launch all slide generation agents simultaneously for efficiency:

Use Task tool with subagent_type=gemskills:content-specialist
Run all slide generations in parallel in a single message

Post-Generation

  1. Verify Files - Check all slides exist at correct paths
  2. Optimize Images - Run optimization on slides directory
  3. Stitch PDF - Combine slides into single PDF
  4. Create Index - Generate DECK-INDEX.md with slide inventory

Phase 5: PDF Assembly

# Prerequisites
bun add pdf-lib

# Run stitch script
bun run ~/code/prompts/skills/deck-creator/scripts/stitch-to-pdf.ts ./slides ./deck-{title-kebab-case}.pdf

Output Structure

project/deck/
├── THEME.md                        # Visual style definition
├── DECK-PLAN.md                    # Content planning document
├── DECK-INDEX.md                   # Final deck inventory
├── deck-{title-kebab-case}.pdf     # Combined presentation PDF
└── slides/
    ├── 01-title.png
    ├── 02-problem.png
    ...

Slide Types

Common slide types include:

  • Title - First impression, establish brand
  • Problem/Opportunity - Create urgency
  • Solution - Present your answer
  • How It Works - Explain the process
  • Benefits/Value - Why customers should care
  • Social Proof - Build credibility
  • Metrics/Traction - Show momentum
  • Pricing/Plans - Present options
  • Next Steps/CTA - Drive action
  • Closing - Memorable ending

Best Practices

  1. Uniform Style - Every slide uses the same theme parameters
  2. Consistent Terminology - Use the same words for concepts throughout
  3. Visual Hierarchy - Headlines largest, supporting text smaller
  4. Generous Whitespace - Don't overcrowd slides
  5. Center-Weight Important Elements - Account for cropping
  6. High Contrast - Ensure readability on projectors
  7. No Orphan Slides - Every slide connects to the narrative

Additional Resources

For detailed guidance, see the references directory:

  • references/slide-types.md - Expanded templates for each slide type with layout options, content structures, and visual approaches
  • references/copywriting-guide.md - Marketing copy principles, headline formulas, show-don't-tell techniques, and editing checklists
  • references/example-decks.md - Complete example deck plans for SaaS pitch, sales proposal, and product launch

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

补充不同宿主或平台的使用分布数据

能力 5

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

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

平台分布

Claude Code

26.2%
按下载量换算878

OpenCode

23.4%
按下载量换算785

windsurf

17.32%
按下载量换算581

Antigravity

11.34%
按下载量换算380

Gemini CLI

6.66%
按下载量换算223

Cursor

3.13%
按下载量换算105

安全审计

Gen Agent Trust Hub

可疑

Socket

通过

Snyk

通过

权限和风险

只读

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

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。来源字段存在多来源差异,先按来源优先级自动处理,无法消解时进入异常复核队列。

来源信息

继续浏览同类 Skills