talk-stage3-concepts

talk-stage3-concepts is a skill for Claude Code, Codex from FlorianBruniaux/claude-code-plugins. It costs 64 tokens per session (1,324 once invoked), scanned A, original, MIT.

A catalogue-building step for a technical talk that lists its ideas, groups them by subject, and rates how suitable each idea is for a presentation.

In plain words
What is it for?
Use it after preparing a talk summary, optionally with a verified timeline or project repository, to find and rank promising concepts.
Why use it?
It gives you an organized view of the available material before choosing the talk’s main angle.

Skill for Claude CodeCodex

Part of the ai-methodology plugin — 17 skills, 4 commands, 2 agents, 1 hook shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/florianbruniaux/claude-code-plugins/stage-3-concepts
Any agent
npx skills add FlorianBruniaux/claude-code-plugins --skill stage-3-concepts
Clone the repo
git clone --depth 1 https://github.com/FlorianBruniaux/claude-code-plugins

Made for: Claude Code, Codex.

Or install ai-methodology, the plugin that ships this one along with the rest of its 17 skills, 4 commands, 2 agents, 1 hook.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for talk-stage3-concepts

README.md
[![agentmods](https://agentmods.dev/badge/skills/florianbruniaux/claude-code-plugins/stage-3-concepts.svg)](https://agentmods.dev/skills/florianbruniaux/claude-code-plugins/stage-3-concepts)
Your own site
<a href="https://agentmods.dev/skills/florianbruniaux/claude-code-plugins/stage-3-concepts"><img src="https://agentmods.dev/badge/skills/florianbruniaux/claude-code-plugins/stage-3-concepts.svg" alt="Measured on agentmods" height="20"></a>
Per session 64 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,324 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00064 $0.01324
Opus 5 $0.00032 $0.00662
Sonnet 5 $0.00013 $0.00265
Haiku 4.5 $0.00006 $0.00132

Measured 5d ago against content hash 4f2b04bdb298, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

talk-stage3-concepts scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/ai-methodology/skills/talk-pipeline/stage-3-concepts/SKILL.md · 160 lines

How it starts

The opening of the file, as written. The whole thing — 160 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Talk Stage 3: Concepts

Builds an exhaustive catalogue of all identifiable concepts in the source material. Each concept is numbered, categorized, and scored for its talk potential.

When to Use This Skill

  • After Stage 1 (and Stage 2 if REX mode)
  • Before Stage 4 (Position needs the concept catalogue)
  • When you want a structured inventory of what's available before choosing an angle

What This Skill Does

  1. Reads the summary: loads {slug}-summary.md
  2. Reads the timeline (if available): enriches scoring with verified dates
  3. Extracts concepts: full scan of the source material
  4. Categorizes: assigns each concept to a domain category
  5. Scores: HIGH / MEDIUM / LOW for talk potential
  6. Optional repo enrichment: if repo_path is provided, analyzes AI config concepts
  7. Writes output files

Input

  • talks/{YYYY}-{slug}-summary.md (required)
  • talks/{YYYY}-{slug}-timeline.md (optional, enriches REX concepts)
  • repo_path (optional, for config/infrastructure concept extraction)

Output

  • talks/{YYYY}-{slug}-concepts.md (main catalogue)
  • talks/{YYYY}-{slug}-concepts-enriched.md (if repo_path provided)

Scoring Criteria

HIGH: Strong potential

  • Demonstrable live or with a screenshot
  • Counter-intuitive or surprising (triggers a reaction)
  • Associated with verifiable numbers
  • Concrete and actionable (explainable in 30 seconds)
  • Differentiator vs other talks on the same topic

MEDIUM: Moderate potential

  • Useful but expected (not surprising)
  • Missing concrete proof or numbers
  • Too specific to one particular context
  • Needs too much explanation for a 30-min talk

LOW: Weak potential

  • Too abstract or philosophical without concrete grounding
  • Already heavily covered by other speakers
  • Requires specific technical background
  • Hard to illustrate in a slide

Scoring discipline: Max 30% HIGH. If everything is HIGH, nothing is.

Standard Categories

Category Description
Architecture Technical decisions, stack, structural patterns
Tooling Tools, workflows, automations
Philosophy Principles, mindsets, approaches
Workflow Work processes, habits
Knowledge Transfer Onboarding, team, knowledge sharing
Problems Obstacles encountered, trade-offs
Open Source Contributions, sharing, community
AI Config AI configuration, profiles, knowledge feeding
AI Infrastructure Agents, skills, hooks, commands
AI Quality Review, tests, anti-patterns
AI Security Security hooks, guardrails
Optimization Performance, cost/token reduction

Read the full file on GitHub · 160 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 160 lines · 64 tokens per session scan A 4f2b04bdb298

Subscribe to this mod's changes

talk-stage3-concepts is a skill published in the GitHub repository FlorianBruniaux/claude-code-plugins (40 stars, last pushed 4d ago), licensed MIT. It adds 64 tokens to every session and 1,324 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

explaining-code

Explains code with diagrams and analogies. Use when explaining how code works, teaching about a codebase, or when asked "how does this work?".

AvinashP/AgentsAtlas · 35 tokens

playwright

Use when the task requires capturing or automating a real browser from the terminal.

openai/openai-agents-python · 19 tokens

learn-mcp

Focused interactive tutor for the Model Context Protocol (MCP) path in AI Engineering from Scratch. Start or resume this route when a learner wants to build, secure, debug, verify, or operate MCP clients, servers, transports, gateways, registries, or conformance gates. Teaches one lesson per invocation and records…

rohitg00/ai-engineering-from-scratch · 77 tokens

learn-agent-skills

Focused interactive tutor for the Agent Skills Engineering path in AI Engineering from Scratch. Start or resume this route when a learner wants to create, discover, invoke, secure, evaluate, package, or port Agent Skills. Teaches one lesson per invocation and records evidence in AGENT-SKILLS-LEARNING.md.

rohitg00/ai-engineering-from-scratch · 67 tokens

start-learning

One-time onboarding for the AI Engineering from Scratch curriculum (523 lessons, 20 phases). Interviews the learner, runs the placement quiz, and writes LEARNING.md, a persistent study plan the learn skill drives. Trigger phrases: "start learning", "set up the course", "begin the curriculum", "onboard me", "create my…

rohitg00/ai-engineering-from-scratch · 74 tokens

eli5

Explain concepts in very simple terms suitable for a five-year-old.

genkit-ai/genkit · 16 tokens