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

talk-stage1-extract谈话第一阶段摘录

Agent Skill

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

总安装

618

周安装

25

GitHub Stars

3,963

下载量

194
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

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

简介

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

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

SKILL.md

Talk Stage 1: Extract

Transforms raw material (article, transcript, notes, or a mix) into a structured summary ready for the pipeline's downstream stages. Auto-detects source type.

When to Use This Skill

  • Starting a new talk from any source material
  • First step of the talk pipeline (always run before other stages)
  • Auditing existing source material before committing to a talk

What This Skill Does

  1. Collects metadata — asks for slug, event, date, duration, audience, mode if not provided
  2. Reads the source — loads the source file or inline content
  3. Detects source type — REX (real-world proof) vs Concept (ideas/thesis) based on content signals
  4. Extracts the narrative arc — chronological for REX, thematic for Concept
  5. Extracts metrics — every measurable number with its source
  6. Identifies main themes — 3-7 themes
  7. Flags gaps — what's missing for a complete talk
  8. Writes {slug}-summary.md

Input

Required:

  • Source file path or inline content (article .mdx, transcript .md, notes)
  • Metadata: slug, event, date, duration, audience, type (--rex or --concept)

If metadata is missing → AskUserQuestion before proceeding.

Output

talks/{YYYY}-{slug}-summary.md

Source Type Detection

REX signalsConcept signals
Specific datesTheses, arguments
Measured metricsGeneral observations
Project/tool namesTrend observations
Commits, releases, PRsAnalogies, metaphors
"I shipped", "We built""I think", "In my opinion"

If hybrid → note both components in the summary.

Output Format

# Talk Summary — {Provisional Title}

**Slug** : {slug}
**Event** : {event}
**Date** : {date}
**Duration** : {duration} min
**Audience** : {audience description}
**Type detected** : REX | Concept | Hybrid
**Source** : {source file path}

---

## Narrative Arc

{Arc description: 3-5 sentences. Chronological if REX, thematic if Concept.}

## Main Themes

| # | Theme | Short description | Weight |
|---|-------|------------------|--------|
| 1 | {theme} | {description} | High/Medium/Low |
...

## Key Metrics Extracted

{All measurable numbers found in the source}

Format: `{value}` — {context} — Source: {section/page/git}

Examples:
- `1,200 commits` over 7 months — Source: "acceleration" section
- `-97% traffic` after SSE migration — Source: CHANGELOG v1.1.0

If none → "No verifiable metrics found (Concept mode)"

## Narrative Potential

{3-5 sentences on the strengths and possible narrative angles.
What makes this talk potentially strong. What might be missing.}

## Gaps Identified

- [ ] {gap 1} — {how to fill it}
- [ ] {gap 2} — {how to fill it}

If no obvious gaps → "No major gaps identified."

## Recommendations for next stages

- **Research**: {recommended / not applicable (Concept mode)} — {why}
- **Concepts**: {priority themes to explore}
- **Position**: {angles already visible from the source material}

---

*Generated by talk-stage1-extract — {date}*
*Source: {source path}*

Metric Extraction Rules

  • Do not round without indicating it
  • Always include the metric's source
  • If two sources contradict → flag both, do not pick one
  • No invented metrics to fill gaps
  • Use {before} → {after} format for evolutions

Anti-patterns

  • Vague summary ("This text is about AI...")
  • Omitting metrics — even approximate ones with their source
  • Hiding gaps — naming them is better than pretending they don't exist
  • Changing the detected type without justification
  • Inventing a narrative arc not present in the source

Validation Checklist

  • Source type detected and justified
  • Narrative arc in 3-5 clear sentences
  • All measurable metrics extracted with their source
  • Main themes listed (3-7 max)
  • Gaps explicitly identified
  • File saved to talks/{YYYY}-{slug}-summary.md

Tips

  • Run this before the orchestrator if you want to verify the source material is usable
  • The summary is the foundation — every downstream stage reads it
  • Hybrid sources (part REX, part Concept) are fine — name both components clearly

Related

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

35.45%
按下载量换算69

Claude

29.66%
按下载量换算58

Cursor

18.23%
按下载量换算35

Gemini CLI

8.03%
按下载量换算16

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

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

安装前确认

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

来源信息

继续浏览同类 Skills