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

talk-stage6-revision谈论第六阶段修订

Agent Skill

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

总安装

674

周安装

27

GitHub Stars

4,010

下载量

218
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

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

简介

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

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

SKILL.md

Talk Stage 6: Revision

Produces revision sheets usable during and after the talk. Quick navigation by act, master concept table with URLs to share, Q&A cheat-sheet, and glossary.

When to Use This Skill

  • After Stage 5 (Script) — needs pitch + slides
  • Before a talk where Q&A is expected
  • To create a shareable resource for attendees

What This Skill Does

  1. Reads all inputs — pitch + slides + concepts (+ timeline if available)
  2. Extracts navigation — table of contents with anchors per act
  3. Rebuilds by act — key concepts + metrics + anecdotes + probable Q&A
  4. Builds master table — all concepts + definitions + URLs
  5. Builds Q&A cheat-sheet — 6-10 questions + short answers + links
  6. Builds glossary — technical terms from the talk
  7. Lists external resources
  8. Assembles and saves

Input

  • talks/{YYYY}-{slug}-pitch.md (required)
  • talks/{YYYY}-{slug}-slides.md (required)
  • talks/{YYYY}-{slug}-concepts.md (required)
  • talks/{YYYY}-{slug}-timeline.md (optional — for metrics accuracy)

Output

talks/{YYYY}-{slug}-revision-sheets.md

Output Format

# Revision Sheets — {title}

**Date**: {date} · **Talk duration**: {n} min + {n} min Q&A
**Purpose**: Someone asks a question → find the section → share the URL in 5 seconds

---

## Quick navigation

| Section | Content |
|---------|---------|
| [Act 1](#act-1) | {1-line summary} |
| [Act 2](#act-2) | {1-line summary} |
| [Act 3](#act-3) | {1-line summary} |
| [Act 4](#act-4) | {1-line summary} |
| [Act 5](#act-5) | {1-line summary} |
| [Conclusion](#conclusion) | {1-line summary} |
| [Master Table](#master-table) | All concepts + URLs |
| [Q&A Cheat-sheet](#qa-cheat-sheet) | {n} anticipated questions + answers |
| [Resources](#external-resources) | Links mentioned in the talk |

---

## ACT 1: {Title} (Slides 1-{n})

**~{n} min · {period or context}**

### Key concepts

| Concept | Short definition | URL to share |
|---------|-----------------|--------------|
| **{Concept}** | {1-2 concrete sentences} | {URL or "no direct link"} |
...

### Metrics to know

{Metrics as code block — one per line, format: value → context}

### Storytelling / Anecdotes

- **{Anecdote name}**: "{Quote or summary}"

### Probable Q&A for Act {n}

| Question | Short answer |
|----------|-------------|
| "{probable question}" | {direct answer, 2-3 sentences max} |

---

[Repeat for each act]

---

## Conclusion (Slides {n}-{n})

**~{n} min**

### Summary metrics (the big numbers)

{All summary metrics — one per line}

### {N} actions for Monday (if applicable)

1. **{Action 1}**: {description + why}
2. **{Action 2}**: {description + why}
3. **{Action 3}**: {description + why}

---

## Master Table: Concept → Definition → URL to share

**The core deliverable. Every technical concept from the talk.**

| Concept | Definition (1-2 sentences) | Slide | URL to share | Notes |
|---------|--------------------------|-------|--------------|-------|
| **{Concept}** | {precise, concise definition} | {n} | {URL or "pure storytelling"} | {guide section if applicable} |
...

---

## Q&A Cheat-sheet

**The {n} most probable questions + short answers + URL to send**

---

### Q1 — "{Question}"

**Short answer**:
{Answer in 3-5 bullets}

**To go further**:
- {Link 1 with context}
- {Link 2 with context}

---

[Q2 through Q{n} — same structure]

---

## External Resources Mentioned in the Talk

### Priority URLs to share

| Resource | URL | Context |
|----------|-----|---------|
| **{Resource}** | `{url}` | {why it's important} |
...

### Studies and external sources (if applicable)

| Source | URL | How used in the talk |
|--------|-----|---------------------|
| **{Source}** | `{url}` | {how it's cited} |

---

## Quick Glossary (memory aid if you blank)

| Term | Ultra-short definition |
|------|----------------------|
| {term} | {10 words max} |
...

---

*Generated {date}. Source: slides, concepts, pitch.*

Construction Rules

Master Table

  • Include ALL technical concepts mentioned in pitch and slides
  • URL = link to a public resource (GitHub, docs, guide) — no dead links
  • If no link: note "pure storytelling, no guide section" or "concept specific to the project"
  • Definition = what you'd say if someone in the room asked "what's that?"

Q&A Cheat-sheet

  • 6 questions minimum, 10 maximum
  • Select the most probable questions for the audience
  • Short answer = what you'd say orally in 20 seconds max
  • "To go further" = actionable links, not vague references

Metrics

  • Code block format for metrics (faster to scan)
  • One metric per line: {value} — {context}
  • Always with units (%, ms, K, days...)

Anecdotes

  • Extract verbatim from pitch where possible (for memorization)
  • Quote format for phrases to say exactly

Anti-patterns

  • Incomplete Master Table (missing concepts = unusable in Q&A)
  • Q&A answers that are too long (if it exceeds 5 bullets, cut)
  • Invented or approximate URLs (verify every link is real)
  • Copy-pasting pitch descriptions without adapting to cheat-sheet format
  • Forgetting the glossary (essential when you have a memory blank)

Validation Checklist

  • Quick navigation with working anchor links
  • Each act has its section (concepts + metrics + Q&A)
  • Master Table covers all pitch concepts (cross-check)
  • Minimum 6 questions in Q&A cheat-sheet
  • External resources listed with verified URLs
  • Glossary present
  • File saved: talks/{YYYY}-{slug}-revision-sheets.md

Tips

  • The revision sheets are the most re-used output — attendees ask for links, you pull up the master table in 5 seconds
  • Build the Q&A from the audience profile: what are the 3 most skeptical questions a senior dev in that room would ask?
  • The glossary is your safety net: you blank on a term mid-talk, glance at the glossary, recover in 2 seconds

Related

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

35.14%
按下载量换算77

Claude

30.92%
按下载量换算67

Cursor

19.82%
按下载量换算43

Gemini CLI

8.79%
按下载量换算19

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

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

安装前确认

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

来源信息

继续浏览同类 Skills