Token导航 LogoToken导航TokenDH.com
待分类只读github未标认证来源可访问许可证需确认审计提醒

pitch-deck融资演讲稿

Agent Skill

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

总安装

11,431

周安装

486

GitHub Stars

7,813

下载量

4,005
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:pitch-deck(融资演讲稿)
来源仓库:https://github.com/anthropics/financial-services-plugins
仓库路径:skills/pitch-deck
安装命令:
npx skills add https://github.com/anthropics/financial-services-plugins --skill pitch-deck
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/anthropics/financial-services-plugins --skill pitch-deck

简介

pitch-deck 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。

  • 它能结构化呈现项目进展,便于团队沟通与决策参考。
  • 可通过 npx skills add 命令从指定 GitHub 仓库安装,需结合原始 README 确认具体调用方式。
  • 安装前建议核实权限范围、维护状态,以及是否涉及联网、命令执行或文件读写操作。
  • pitch-deck 属于待分类类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Populating Investment Banking Pitch Deck Templates

Reference Files

Read all reference files at task start before beginning any work. These contain critical patterns and anti-patterns that will affect your approach. Do not wait until you encounter issues.

FilePurpose
formatting-standards.mdText, bullets, tables, charts, alignment
slide-templates.mdContent mapping guidance for common slide types
xml-reference.mdPowerPoint XML patterns for tables, shapes, arrows
calculation-standards.mdFinancial formulas for verification (CAGR, consensus)

Workflow Decision Tree

What type of task is this?

┌─ Populating empty template with source data?
│  └─→ Follow "Template Population Workflow" below
│
├─ Editing existing populated slides?
│  └─→ Extract current content, modify, revalidate
│
└─ Fixing formatting issues on existing slides?
   └─→ See "Common Failures" table, apply targeted fixes

⚠️ Critical Rendering Limitation

LibreOffice is used for validation but DOES NOT render PowerPoint files accurately. It will mangle fonts, gradients, shape positions, text wrapping, and some table formatting.

What this means: A slide that passes visual validation in LibreOffice may still have issues in Microsoft PowerPoint. The validation loop catches structural issues (missing content, broken tables, placeholder formatting retained) but cannot catch font substitution, subtle alignment shifts, or gradient problems.

Required action: Always include this statement when delivering output:

"This file was validated using LibreOffice. Please review in Microsoft PowerPoint before distribution, as rendering differences may exist."

Template Population Workflow

Copy and track progress:

Pitch Deck Progress:
- [ ] Phase 1: Extract and validate source data
- [ ] Phase 2: Map content to template sections
- [ ] Phase 3: Populate slides with proper formatting
- [ ] Phase 4: Validate → Fix → Repeat until clean
- [ ] Phase 5: Final verification

Phase 1: Data Extraction

  1. Create backup of original template before any modifications — copy to [filename]_backup.pptx. Direct XML editing or unexpected errors can corrupt files.
  2. Identify all source materials (Excel, CSV, PDF reports, Word documents, databases, web sources)
  3. Extract relevant data points from each source
  4. Validate all numbers against original sources
  5. Standardize units and currency (convert all figures to the primary unit/currency used in the template)
  6. Note any calculations that need verification → see calculation-standards.md for formulas

Phase 2: Content Mapping

  1. Open and visually review the template — understand its structure, style, and existing content before modifying
  2. Analyze template structure — identify all placeholder areas and content boxes
  3. Map source data to corresponding template sections → see slide-templates.md for mapping guidance
  4. Identify placeholder guidance boxes (colored instruction boxes from task creator)
  5. Note any data gaps or mismatches → see slide-templates.md for resolution

Phase 3: Template Population

  1. Remove or reformat placeholder boxes — colored instruction boxes show WHAT to create, not HOW to format. Delete them and create properly formatted content in their place. See Critical Anti-Patterns.
  2. Populate each section with mapped content (focus on content first)
  3. Then apply formatting to match template style → see formatting-standards.md
  4. Create tables as actual table objects (NEVER use pipe/tab-separated text) → see xml-reference.md
  5. Create arrows/shapes as PowerPoint objects → see xml-reference.md
  6. Insert company logo if provided in task files; if not available, flag to user: "[LOGO NOT PROVIDED - please supply company logo]"

Phase 4: Validate → Fix → Repeat

This is a feedback loop. Repeat until all checks pass OR escalation is triggered.

# Convert to images for visual validation
soffice --headless --convert-to pdf presentation.pptx
pdftoppm -jpeg -r 150 presentation.pdf slide

Validation checklist (check each slide image):

  • Text readable against background?
  • Tables are actual objects (columns aligned, NOT pipe/tab-separated text)?
  • Charts/tables fill designated areas?
  • Bullet formatting consistent within sections?
  • Font sizes match across same-level boxes?
  • No content beyond slide boundaries?
  • No placeholder formatting retained (no large colored boxes with data dumped in)?
  • No text-based "tables" (no | or tab separators creating fake columns)?
  • Cross-slide consistency: Same metrics/figures identical across all slides where they appear?

Fix cycle protocol:

CycleAction
1Fix all identified issues, re-validate
2Fix remaining issues, re-validate
3If issues persist, document remaining problems and escalate to user

After 3 cycles, if issues remain:

  1. List each unresolved issue with slide number and description
  2. Explain what was attempted
  3. Deliver the file with explicit disclaimer: "The following issues could not be resolved automatically: [list]. Manual review required."

Do not continue cycling indefinitely. Some issues (font rendering, complex shape alignment) may require manual intervention in PowerPoint.

Phase 5: Final Verification

Run through the Final Quality Checklist before delivering.


Quick Reference Tables

Bullet Symbols

ContextSymbolUsage
Included/PositiveItems within scope, features present
Excluded/Negative×Items outside scope, features absent
Neutral listGeneral enumeration, commentary
Numbered sequence1. 2. 3.Process steps, rankings
Sub-bulletsSecondary points under main bullets

Slide Hierarchy Levels (Typical)

These are typical ranges—adjust based on template specifications:

LevelExamplesTypical SizeStyle
TitleSlide title40-48ptBold
SubtitleMarket definition, slide descriptor18-22ptBold
Section Header"Key Projections", "Commentary"14-16ptRegular
Block Label"Segments Included", "Definition" sidebar12-14ptRegular
Block ContentBullet points, body text11-14ptRegular
Table HeaderColumn headers10-12ptBold
Table BodyCell content9-11ptRegular
FootnotesSources, notes8-9ptItalic

Font Consistency Matching

Boxes at the same hierarchy level MUST use identical font sizes:

Same LevelMust Match With
"Segments Included""Segments Excluded"
"Definition""Scope Rationale"
Left column bulletsRight column bullets
All block labelsEach other
All section headersEach other

Rounding for Presentation

These are typical conventions — adjust based on the magnitude of values and template style:

Value TypeTypical RoundingExample
Large market sizes ($10bn+)Nearest $1bn18.5 → $19bn
Smaller market sizes (<$10bn)Nearest $0.5bn or $0.1bn2.3 → $2.5bn
Size rangesMatch precision of sources14.9-22.1 → $15-22bn
CAGRWhole % or 0.5%16.4% → 16% or 16.5%
Market shareNearest 5% or match source21.4% → 20%
Multiples1 decimal9.69 → 9.7x

Principle: Rounding should not materially change the figure. For smaller values, use finer precision.

Text Density Rules

  • Max 6-7 bullets per content box
  • Max 2 lines per bullet point
  • Parenthetical examples: same line or indented below
  • No orphan words (single word on new line)

Alignment Principles

Vertically stacked boxes must have identical:

  • Left margin position, bullet indentation, text start position, box width

Horizontally adjacent boxes must have identical:

  • Top position, height (where possible), internal padding

Multi-Slide Consistency

When the same data appears on multiple slides:

  • Use identical figures, formatting, and terminology
  • If a metric is updated on one slide, update all occurrences
  • Cross-reference during validation to catch mismatches

MUST Requirements

These requirements are non-negotiable regardless of template:

RequirementDetails
Text ReadabilityAll text MUST have sufficient contrast with background. Examples: white/light text on dark blue, dark green, black backgrounds; black/dark text on white, light gray, light yellow backgrounds.
Actual Table ObjectsTabular data MUST be table objects, not tab-separated text. See xml-reference.md.
Proper Chart/Table SizingPasted visuals MUST fill designated area. See formatting-standards.md.
Consistent FormattingBullets within section MUST match (symbol, size, indent). Same-level boxes MUST use same font size.
Content BoundariesAll content MUST stay within slide edges. Footnote box width: ~32.5cm for 16:9, ~24cm for 4:3.
No Placeholder FormattingRemove colored instruction boxes. Main body: dark text on light background per template.

Critical Anti-Patterns: NEVER DO THESE

These failures occur when placeholder formatting is mistaken for output formatting. Recognizing these patterns is essential.

Anti-Pattern 1: Populating Data INTO Placeholder Boxes

What happens: Template has colored instruction boxes (yellow, orange, etc.) with guidance text. Model replaces the guidance text with actual data BUT KEEPS THE COLORED BOX.

Why it's wrong: The colored box IS the placeholder. It tells you what content goes there. The output should have different formatting — typically dark text on white/light background, or properly styled shapes.

Recognition test: If your populated slide has large colored rectangles filled with data text, you have copied the placeholder format instead of replacing it.

Critical distinction — two types of "placeholders":

TypeHow to identifyWhat to do
Instruction boxesBright colors (yellow, orange), contains guidance text like "Insert X here", white/light text on colored backgroundDELETE the entire shape, then create new content with production formatting
Layout placeholdersPart of slide master/layout, neutral colors matching template theme, "Click to add text"KEEP the shape, REPLACE the text content only

If uncertain: check if the shape exists on an empty slide from the same template. Layout placeholders persist; instruction boxes are regular shapes.

Anti-Pattern 2: Text-Based "Tables"

What happens: Model creates table-like content using separator characters (|, tabs, spaces) instead of actual table objects.

Why it's wrong: This is NOT a table. Columns will never align properly, it cannot be formatted consistently, and it looks unprofessional.

Recognition test: If you're typing | characters or relying on spaces/tabs to create columns, you're creating text, not a table.

MUST verify: After creating any table, verify it is an actual table object. See xml-reference.md for verification methods.

Anti-Pattern 3: Inheriting Placeholder Contrast

What happens: Placeholder uses light text on colored background (e.g., white on yellow). Model populates data but keeps this color scheme, resulting in hard-to-read output.

Why it's wrong: Placeholder colors are deliberately distinct to signal "replace me." Production slides typically use dark text on light backgrounds for body content.

Recognition test: If your populated content has light/white text on bright colored backgrounds in body areas (not headers), you've inherited placeholder formatting.

Correct approach: Apply production formatting — typically dark text (#000000 or #333333) on white or light backgrounds for body content. Headers and accent areas may use brand colors.

Summary: Placeholder vs. Production

ElementPlaceholder (Input)Production (Output)
Instruction boxesColored background, guidance textRemoved or reformatted
Data areas"[Insert data here]" textActual data with clean formatting
TablesDescription of what table should containActual table object with rows/columns
Body textLight text on colored backgroundDark text on light background

The placeholder tells you WHAT to create, not HOW to format it.


Common Failures

For detailed explanations of the most critical failures, see Critical Anti-Patterns above.

FailureSolutionReference
Unstructured text dumpsBreak into bullets (✓, ×, •)formatting-standards.md
Pipe/tab-separated "tables"Create actual table objects — text with separators is NOT a tablexml-reference.md
Poor text/background contrastAudit every text element
Tiny pasted chartsResize to fill area, paste chart onlyformatting-standards.md
Source data pasted with chartsSelect only chart object before copy
Data dumped into placeholder boxesDelete colored instruction boxes, create new properly formatted contentAnti-Patterns
Inconsistent bulletsDefine style once, apply to allformatting-standards.md
Inconsistent fonts across boxesStandardize same-level boxesformatting-standards.md
Content overflowSet explicit box widths (footnotes: 32.5cm for 16:9, 24cm for 4:3)
Missing logoUse logo from task files; if not provided, flag to user
Remaining [brackets]Search and replace all placeholders
Text arrows (→, ⟹)Use PowerPoint shape objectsxml-reference.md

Error Handling

If PDF/image conversion fails:

  1. Check LibreOffice is installed: which soffice
  2. Try alternative: libreoffice --headless --convert-to pdf presentation.pptx
  3. If still failing, open in PowerPoint/LibreOffice manually and export

If source data has inconsistencies or conflicts:

  1. Priority order: Use data explicitly provided in the task files first
  2. If using data from other sources (web search, external documents), flag this to the user
  3. Document any discrepancies explicitly
  4. Add footnote explaining data source choice

If calculations don't match source projections:

  1. Show your calculation methodology
  2. Note the discrepancy and possible causes (different base year, methodology)
  3. Present both values if material difference
  4. Flag to user for resolution

Table Structure Guidelines

When creating tables (MUST be actual table objects):

Column Alignment:

  • Text columns: Left-aligned (header and content)
  • Numeric columns: Right-aligned or center-aligned (header matches content)

Header Row:

  • Bold text
  • Shaded background (template's brand color)
  • White or contrasting text

Consensus/Total Row:

  • Bold text
  • Separator line above
  • Distinct background shading

Width: Fill designated section width completely.

For XML implementation, see xml-reference.md.


Footnote Format

Format:

Sources: [Source 1] (Year), [Source 2] (Year).
Notes: (1) [First note]; (2) [Second note].

Example:

Sources: Grand View Research (2024), Mordor Intelligence (2024), Markets and Markets (2023).
Notes: (1) Excludes hardware revenue; (2) Includes both B2B and B2C segments.

All superscript numbers (¹, ², ³) in slide body MUST have corresponding Notes entries.


Logo Placement

  • Use logo file provided in task materials
  • If no logo provided, flag to user: "[LOGO NOT PROVIDED - please supply company logo]"
  • Position: typically top-right, consistent size across slides, must not overlap content

Data Requirements by Slide Type

For detailed data requirements, formatting principles, and example column headers for each slide type, see slide-templates.md.

Common slide types covered: Market Definition, Market Sizing/TAM, Competitive Landscape, Financial Summary, Transaction Comparables.


Final Quality Checklist

Before delivering the populated template, verify:

Data Accuracy

  • All figures match original source documents
  • Calculated values verified against formulas (see calculation-standards.md)
  • Years and time periods are correct
  • Company/competitor names spelled correctly
  • Same figures are identical across all slides where they appear

Content Mapping

  • Every template section populated with appropriate data
  • No [bracket] placeholder text remaining
  • All source citations included in footnotes
  • Footnote numbers (¹²³) have corresponding Notes entries

Formatting

  • Text readable against all backgrounds (sufficient contrast)
  • Tables are actual table objects (NOT pipe/tab-separated text)
  • Charts/tables fill designated areas (no thumbnails)
  • Bullet formatting consistent within each section
  • Font sizes match across same-level boxes
  • No content extends beyond slide boundaries
  • No placeholder boxes retained with data dumped inside
  • No colored instruction boxes in final output

Template Compliance

  • Placeholder instruction boxes reformatted or removed
  • Formatting matches template style (colors, fonts)
  • Logo present and correctly positioned
  • Production formatting applied (dark text on light background for main content)

Final Step

  • Recommend user validate in Microsoft PowerPoint before distribution (LibreOffice may render differently)

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

34.85%
按下载量换算1,396

Claude

28.6%
按下载量换算1,145

Cursor

20.17%
按下载量换算808

Gemini CLI

10.54%
按下载量换算422

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

只读

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

安装前确认

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

来源信息

继续浏览同类 Skills