Agent skill · Workflow & Productivity

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.

Yiming Zhao438★ · 1 repos on radarProfile →
cursorMIT
Install
npx skills add gaotiexinqu/OneResearchClaw --skill meeting-grounding --agent cursor

Same command for any agent — swap --agent for claude-code, codex, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 8 KB
Bundled scripts: none
Path: .cursor/skills/meeting-grounding/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 438
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. When to Use
  2. Input
  3. Output
  4. Required output
  5. Optional multi-topic outputs
  6. Meeting-level grounded.md schema
  7. Topic-level child grounded.md schema
  8. Topic segmentation rule
  9. Topic segmentation hard constraints (MUST follow)
  10. Constraint 1: Same person, different work → Must split
  11. Constraint 2: Different work → Never merge
  12. Constraint 3: Topic identity rule
  13. Strong rule: do not split on weak signals alone
  14. What counts as a real topic shift
More from OneResearchClaw
All skills →
About this skill
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.

Keep going