talk-stage3-concepts

Extract and categorize concepts with talk-potential scores into numbered catalogues.

5.7k|744|Updated Jan 9, 2026
One-click install
npx skills add https://github.com/FlorianBruniaux/claude-code-ultimate-guide --skill talk-stage3-concepts
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: talk-stage3-concepts
Source: https://github.com/FlorianBruniaux/claude-code-ultimate-guide/tree/main/examples/skills/talk-pipeline/stage-3-concepts
Command: npx skills add https://github.com/FlorianBruniaux/claude-code-ultimate-guide --skill talk-stage3-concepts

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation of a structured, numbered catalogue of concepts drawn from source material, enabling clear mapping from ideas to talk points.

Core Features & Use Cases

  • Extract concepts: loads the summary and timeline to identify all concepts.
  • Categorize & score: assigns a domain category and a talk-potential rating (HIGH/MEDIUM/LOW).
  • Output catalogue: generates talks/{YYYY}-{slug}-concepts.md and an enriched version when a repo_path is provided.

Quick Start

Place the summary in talks/{YYYY}-{slug}-summary.md, then run the concept extractor to produce the concepts catalogue.

Frequently Asked Questions about talk-stage3-concepts

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract key concepts from a talk summary into a structured catalogue?▼

Extracting concepts from a talk summary is done by loading the markdown summary and optional timeline to identify ideas, categorize them by domain, and output a numbered catalogue with talk-potential scores.

What is the best way to score and categorize talk points from source material?▼

Scoring and categorizing talk points involves assigning a domain category and a HIGH, MEDIUM, or LOW talk-potential rating to each extracted concept, producing a structured catalogue for clear mapping.

How does concept enrichment work when a repository path is provided?▼

Concept enrichment uses the provided repository path to generate an enriched catalogue version, adding per-concept metadata alongside the main output file for deeper context.

Do I need a timeline file to generate a concept catalogue from my talk summary?▼

A timeline file is optional for generating a concept catalogue; the extractor primarily requires the summary file, but loading the timeline enriches the concept scoring process.

What file format and naming convention does the concept extraction output use?▼

The concept extraction output uses a markdown file format, specifically named talks/{YYYY}-{slug}-concepts.md, to store the numbered and categorized concept catalogue.

Can I automate the categorization of extracted concepts for a presentation pipeline?▼

Automating concept categorization is fully supported; the pipeline loads source materials, assigns domain categories, applies talk-potential scores, and generates the catalogue automatically.