Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计通过

talk-stage5-script谈话阶段 5 脚本

Agent Skill

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

总安装

612

周安装

25

GitHub Stars

4,014

下载量

198
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:talk-stage5-script(谈话阶段 5 脚本)
来源仓库:https://github.com/florianbruniaux/claude-code-ultimate-guide
仓库路径:skills/talk-stage5-script
安装命令:
npx skills add https://github.com/florianbruniaux/claude-code-ultimate-guide --skill talk-stage5-script
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/florianbruniaux/claude-code-ultimate-guide --skill talk-stage5-script

简介

talk-stage5-script 用于查找、检索和筛选相关信息。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中根据关键词、任务场景或来源线索快速定位候选结果。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装并使用。
  • 安装前需确认权限范围和维护状态,注意可能触发联网、命令执行或文件读写操作。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Talk Stage 5: Script

Produces the complete talk in 3 deliverables: the 5-act narrative with speaker notes, the slide specification, and the Kimi prompt ready to copy-paste.

Prerequisite: The user has validated angle + title at the Stage 4 CHECKPOINT. Do not run this stage without that confirmation.

When to Use This Skill

  • After Stage 4 CHECKPOINT is confirmed
  • When you have a validated angle + title
  • To produce the complete script and slide spec

What This Skill Does

  1. Verifies inputs — all upstream files + angle/title confirmation
  2. Loads the Kimi template — from templates/kimi-prompt-template.md
  3. Builds the pitch — 5-act structure with speaker notes and timing
  4. Builds the slide spec — slide by slide with visual, text, notes
  5. Generates the Kimi prompt — fills the template with talk content
  6. Saves 3 files

Input

  • talks/{YYYY}-{slug}-summary.md
  • talks/{YYYY}-{slug}-concepts.md
  • talks/{YYYY}-{slug}-angles.md
  • talks/{YYYY}-{slug}-titre.md
  • talks/{YYYY}-{slug}-timeline.md (optional — enriches speaker notes)
  • Chosen angle + chosen title (explicit user confirmation from Stage 4)

Output

  • talks/{YYYY}-{slug}-pitch.md
  • talks/{YYYY}-{slug}-slides.md
  • talks/{YYYY}-{slug}-kimi-prompt.md

pitch.md Format

# Pitch — {title}

**Event**: {event} | **Duration**: {duration} min | **Slides**: ~{n} slides
**Angle**: {selected angle}

---

## Global structure

| Act | Title | Duration | Slides |
|-----|-------|----------|--------|
| 1 | {act title} | {n} min | {n} slides |
...
| Total | | {duration} min | {n} slides |

---

## ACT 1: {TITLE} (Slides 1-{n}, ~{n} min)

{Narrative description of the act in 2-3 sentences — what happens, the emotion targeted}

---

**Slide {n} — {Slide title}**
- Visual: {visual description — simple, precise}
- Key text: {what appears on screen — max 10 words}
- Speaker notes: "{exact text to say — conversational, natural}"
- Duration: {n} min
- Pause: yes/no | {if yes: why, intended effect}

---

[Repeat for each slide in the act]

---

[Acts 2, 3, 4, 5 — same structure]

---

## Key moments (must not be rushed)

| Moment | Slide | What happens | Technique |
|--------|-------|-------------|-----------|
| {moment} | {n} | {description} | Pause / Number / Anecdote |

---

## Timing check

| Act | Planned | Buffer | Total |
|-----|---------|--------|-------|
| ACT 1 | {n} min | 30s | {n} min |
...
| **Total** | **{n} min** | **{n} min** | **{n} min** |

Q&A planned: {n} min

slides.md Format

Slide-by-slide spec, ready to hand to a designer or pass to Kimi.

# Slides Spec — {title}

**Total**: {n} slides | **Event**: {event} | **Date**: {date}

---

### SLIDE 1 — Title Slide

- **Main title**: {title}
- **Subtitle**: {subtitle or tagline}
- **Speaker**: {name}
- **Event**: {event} — {date}
- **Visual**: {background description — texture, image, mood}
- **Speaker notes**: "{text}"
- **Duration**: {n} sec

---

### SLIDE {n} — {Slide title}

- **Title**: {title}
- **Visual**: {precise visual description}
  - Type: {bar chart / timeline / diagram / big number / comparison table / screenshot placeholder}
  - Data: {specific values if chart}
- **Key text**: {what appears — max 30 words total}
- **Metrics displayed**: {numbers if metrics slide}
- **Speaker notes**: "{exact text}"
- **Duration**: {n} min
- **Act**: {act number}

---

[Repeat for each slide]

---

## Screenshots to capture

| Slide | Screenshot | Source | Status |
|-------|-----------|--------|--------|
| {n} | {description} | {tool/URL} | To capture / Available |

kimi-prompt.md

Fill the template at templates/kimi-prompt-template.md with the talk's content.

Required sections to complete:

  • Full title and subtitle
  • Speaker name + event + date + duration + language + slide count
  • Design requirements (adjust color palette if different from default)
  • Slide Content Structure (section by section, all 5 acts)
  • Screenshot placeholders (slides awaiting real captures)
  • Tone reference (adapt to the talk's style)

Verify no {PLACEHOLDER} remains in the final file before handing to the user.

Script Construction Rules

  • 1 idea per slide — never more, never less
  • Speaker notes = what you say, not what you read — minimal slides, conversational notes
  • Numbers are heroes — metrics appear large and alone on their slide
  • Anecdotes > explanations — "one Tuesday morning, 3 bugs..." > "git worktrees enable parallelism"
  • Explicit transitions — note the link between each act in the notes
  • Realistic timing — add 10% buffer total (slides always run long)

Anti-patterns

  • Slides loaded with bullets (never more than 5 words per line)
  • Speaker notes in technical jargon (read them aloud to validate)
  • Vague Kimi prompt ("make it look nice") — each slide must be precise
  • Omitting screenshot placeholders from the Kimi prompt
  • Generating more slides than the duration allows (2-3 min/slide for REX)

Validation Checklist

  • Pitch covers 5 acts with coherent timing (±10% of target duration)
  • Each slide has visual + text + speaker notes
  • Key moments identified (pauses, punchlines, transitions)
  • Slides spec ready to hand to a designer
  • Kimi prompt complete (all template sections filled)
  • Screenshots to capture listed with source
  • No {PLACEHOLDER} remaining in kimi-prompt.md
  • 3 files saved

Using the Kimi Prompt

  1. Open {slug}-kimi-prompt.md
  2. Verify no {PLACEHOLDER} remains (search the file)
  3. Go to kimi.com — free account, no API needed
  4. Start a new conversation
  5. Copy-paste the entire prompt
  6. Kimi generates the presentation

For iterative refinement: add follow-up messages targeting specific slides. "Slide 7: make the number larger, remove the bullet list."

Tips

  • Speaker notes are the heart of this stage — they're what distinguishes a good talk from a good slide deck
  • The Kimi template includes a dark design system with orange accent colors. Adapt Color Palette in the template if your brand has different colors
  • Generate more slides than needed in the first pass, then cut — easier than writing from scratch

Templates

Related

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

38.61%
按下载量换算76

Claude

27.71%
按下载量换算55

Cursor

18.32%
按下载量换算36

Gemini CLI

9.25%
按下载量换算18

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

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

来源信息

继续浏览同类 Skills