meeting-grounding
Convert a raw multi-speaker meeting transcript into structured meeting notes for downstream follow-up, with optional topic-level fan-out when the meeting contains multiple independent discussion blocks.
npx skills add gaotiexinqu/OneResearchClaw --skill meeting-grounding --agent cursor
Same command for any agent — swap --agent for claude-code, codex, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Meeting Grounding Convert a raw meeting transcript into a structured meeting grounding output. This skill is for **meeting grounding**, not a narrative recap. It should produce a stable intermediate note that is easy to read and easy for downstream skills to use. This skill supports both: - **single-topic meetings** - **multi-topic meetings** where the transcript contains multiple discussion blocks that should be researched separately downstream ## When to Use Use this skill when: - the input is a raw meeting transcript - the transcript is noisy, repetitive, or multi-speaker - you need structured meeting notes before follow-up work Do not use this skill when: - the input is already a structured memo or action-item list - the task is to write a polished final report - the input is not a meeting/discussion transcript ## Input A plain text meeting transcript. The transcript may contain: - speaker labels - timestamps - interruptions - repeated phrases - incomplete sentences - filler language - partial or ambiguous decisions ## Output This skill always produces a **meeting-level** grounding note. ### Required output Always produce: ```markdown grounded.md ``` This file must follow the
- When to Use
- Input
- Output
- Required output
- Optional multi-topic outputs
- Meeting-level grounded.md schema
- Topic-level child grounded.md schema
- Topic segmentation rule
- Topic segmentation hard constraints (MUST follow)
- Constraint 1: Same person, different work → Must split
- Constraint 2: Different work → Never merge
- Constraint 3: Topic identity rule
- Strong rule: do not split on weak signals alone
- What counts as a real topic shift
What does the meeting-grounding skill do?
Convert a raw multi-speaker meeting transcript into structured meeting notes for downstream follow-up, with optional topic-level fan-out when the meeting contains multiple independent discussion blocks.
How do I install it?
Run `npx skills add gaotiexinqu/OneResearchClaw --skill meeting-grounding --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From gaotiexinqu/OneResearchClaw, a repository with 438 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.