talk-stage1-extract

Solid

Extracts and structures source material (articles, transcripts, notes) into a talk summary with narrative arc, themes, metrics, and gaps. Auto-detects REX vs Concept type. Use when starting a new talk from any source material or auditing existing material before committing to a talk.

AI & Automation 4,957 stars 661 forks Updated today CC-BY-SA-4.0

Install

View on GitHub

Quality Score: 96/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# 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 signals | Concept signals | |-------------|-----------------| | Specific dates | Theses, arguments | | Measured metrics | General observations | | Project/tool names | Trend observations | | Commits, releases, P...

Details

Author
FlorianBruniaux
Repository
FlorianBruniaux/claude-code-ultimate-guide
Created
5 months ago
Last Updated
today
Language
Python
License
CC-BY-SA-4.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category