pitch-deck by ailabs-393/ai-labs-claude-skills
npx skills add https://github.com/ailabs-393/ai-labs-claude-skills --skill pitch-deck遵循行业最佳实践,生成专业的 PowerPoint 商业计划书。此技能使用经过验证的 10 页幻灯片格式,为融资、销售和业务拓展创建结构化的演示文稿。
当用户请求以下内容时,激活此技能:
从用户处收集必要信息以填充商业计划书。使用对话方式收集以下类别的详细信息:
必需信息:
推荐信息 (如果可用则包含): 5. 市场机会 :市场规模(TAM/SAM/SOM)、增长率、市场趋势 6. 产品详情 :产品功能、截图、技术亮点 7. 业务进展 :关键指标、收入、用户、增长率、里程碑、客户评价 8. 竞争分析 :竞争对手、竞争优势、差异化 9. 团队 :创始人及核心团队成员及其相关背景 10. 财务与融资需求:融资金额、资金用途、财务预测、里程碑
方法:
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
将收集到的信息组织成标准的商业计划书结构:
参考最佳实践:
有关每页幻灯片内容和结构的详细指导,请查阅 references/pitch_deck_best_practices.md。使用 grep 搜索特定部分:
grep -A 10 "### [Slide Number]. [Slide Name]" references/pitch_deck_best_practices.md
将收集到的信息格式化为 JSON 文件,供商业计划书生成脚本使用。创建一个名为 pitch_data.json 的文件,结构如下:
{
"company_name": "公司名称",
"tagline": "一句话描述业务",
"problem": [
"问题陈述 1,附带数据/统计",
"问题陈述 2,展示影响",
"问题陈述 3,证明紧迫性"
],
"solution": [
"你的产品如何解决问题",
"关键功能 1 及其优势",
"关键功能 2 及其优势",
"独特的价值主张"
],
"market": [
"TAM:总可寻址市场,附带金额",
"SAM:可服务可用市场",
"SOM:可服务可获得市场",
"市场增长率和趋势"
],
"product": [
"产品功能 1",
"产品功能 2",
"技术亮点",
"用户体验优势"
],
"traction": [
"收入:$X(YY% 增长)",
"用户:X,XXX 活跃用户",
"关键里程碑 1",
"客户评价或社会证明"
],
"business_model": [
"收入模式(例如:SaaS 订阅)",
"定价:$XX/月/用户",
"单位经济:CAC、LTV、利润率",
"销售渠道"
],
"competition": {
"our_advantages": [
"优势 1",
"优势 2",
"不公平优势/防御性"
],
"competitors": [
"竞争对手 1",
"竞争对手 2",
"替代解决方案"
]
},
"team": [
"创始人 1:姓名 - 背景和相关经验",
"创始人 2:姓名 - 背景和相关经验",
"关键成员:姓名 - 背景及其重要性",
"知名顾问"
],
"financials": [
"融资:$X 种子轮/A 轮",
"资金用途:XX% 工程,XX% 销售,XX% 运营",
"此轮融资的里程碑",
"资金跑道:距离下一个里程碑 X-X 个月"
]
}
注意:
company_name 外,所有字段均为可选our_advantages 和 competitors 键的对象(用于两列布局),也可以是一个简单的数组执行 Python 脚本以创建 PowerPoint 演示文稿:
python3 scripts/create_pitch_deck.py pitch_data.json output_filename.pptx
该脚本将:
.pptx 文件向用户展示生成的商业计划书位置,并提供以下选项:
迭代方法:
生成的商业计划书遵循以下设计原则:
配色方案:
排版:
布局:
视觉层次:
有关商业计划书内容、结构和演示技巧的详细指导,请参考:
references/pitch_deck_best_practices.md - 综合指南,涵盖:
在提供有关商业计划书内容或结构的详细建议时,请加载此参考。
场景 1:寻求种子轮融资的早期初创公司
场景 2:创建销售演示文稿的成长阶段公司
场景 3:产品发布演示文稿
生成基础演示文稿后:
脚本错误:
python-pptx 库:pip3 install python-pptx内容问题:
create_pitch_deck.py:从结构化 JSON 数据生成 PowerPoint 演示文稿的 Python 脚本pitch_deck_best_practices.md:关于商业计划书内容、结构和设计原则的综合指南每周安装次数
163
代码仓库
GitHub 星标数
324
首次出现
2026年1月23日
安全审计
安装于
opencode139
codex133
gemini-cli127
cursor123
claude-code118
github-copilot115
Generate professional PowerPoint pitch decks following industry best practices. This skill creates structured presentations for fundraising, sales, and business development using a proven 10-slide format.
Activate this skill when users request:
Collect necessary information from the user to populate the pitch deck. Use a conversational approach to gather details across the following categories:
Required information:
Recommended information (include if available): 5. Market opportunity : Market size (TAM/SAM/SOM), growth rate, market trends 6. Product details : Product features, screenshots, technology highlights 7. Traction : Key metrics, revenue, users, growth rate, milestones, customer testimonials 8. Competition : Competitors, competitive advantages, differentiation 9. Team : Founders and key team members with relevant background 10. Financials & Ask: Funding amount, use of funds, financial projections, milestones
Approach:
Organize the gathered information into the standard pitch deck structure:
Reference best practices: For detailed guidance on each slide's content and structure, consult references/pitch_deck_best_practices.md. Search for specific sections using grep:
grep -A 10 "### [Slide Number]. [Slide Name]" references/pitch_deck_best_practices.md
Format the collected information as a JSON file that will be consumed by the pitch deck generation script. Create a file called pitch_data.json with the following structure:
{
"company_name": "Company Name",
"tagline": "One-line description of what you do",
"problem": [
"Problem statement 1 with data/statistics",
"Problem statement 2 showing impact",
"Problem statement 3 demonstrating urgency"
],
"solution": [
"How your product solves the problem",
"Key feature 1 and its benefit",
"Key feature 2 and its benefit",
"Unique value proposition"
],
"market": [
"TAM: Total addressable market with $ figure",
"SAM: Serviceable available market",
"SOM: Serviceable obtainable market",
"Market growth rate and trends"
],
"product": [
"Product feature 1",
"Product feature 2",
"Technology highlights",
"User experience benefits"
],
"traction": [
"Revenue: $X (YY% growth)",
"Users: X,XXX active users",
"Key milestone 1",
"Customer testimonial or social proof"
],
"business_model": [
"Revenue model (e.g., SaaS subscription)",
"Pricing: $XX/month per user",
"Unit economics: CAC, LTV, margins",
"Sales channels"
],
"competition": {
"our_advantages": [
"Advantage 1",
"Advantage 2",
"Unfair advantage/defensibility"
],
"competitors": [
"Competitor 1",
"Competitor 2",
"Alternative solutions"
]
},
"team": [
"Founder 1: Name - Background and relevant experience",
"Founder 2: Name - Background and relevant experience",
"Key hire: Name - Background and why they matter",
"Notable advisors"
],
"financials": [
"Raising: $X seed/Series A round",
"Use of funds: XX% engineering, XX% sales, XX% ops",
"Milestones with this funding",
"Runway: X-X months to next milestone"
]
}
Notes:
company_nameour_advantages and competitors keys (for two-column layout) or a simple arrayExecute the Python script to create the PowerPoint presentation:
python3 scripts/create_pitch_deck.py pitch_data.json output_filename.pptx
The script will:
.pptx file ready for presentation or further customizationPresent the generated pitch deck location to the user and offer to:
Iteration approach:
The generated pitch deck follows these design principles:
Color Scheme:
Typography:
Layout:
Visual Hierarchy:
For detailed guidance on pitch deck content, structure, and presentation tips, reference:
references/pitch_deck_best_practices.md - Comprehensive guide covering:
Load this reference when providing detailed advice on pitch content or structure.
Scenario 1: Early-stage startup seeking seed funding
Scenario 2: Growth-stage company creating sales deck
Scenario 3: Product launch presentation
After generating the base deck:
Script errors:
python-pptx library is installed: pip3 install python-pptxContent issues:
create_pitch_deck.py: Python script that generates PowerPoint presentations from structured JSON datapitch_deck_best_practices.md: Comprehensive guide on pitch deck content, structure, and design principlesWeekly Installs
163
Repository
GitHub Stars
324
First Seen
Jan 23, 2026
Security Audits
Gen Agent Trust HubFailSocketPassSnykPass
Installed on
opencode139
codex133
gemini-cli127
cursor123
claude-code118
github-copilot115
Skills CLI 使用指南:AI Agent 技能包管理器安装与管理教程
31,600 周安装