meeting-ingestion

Ingest meeting transcripts into structured knowledge pages with linked attendees and entities.

1|Updated May 9, 2026
One-click install
npx skills add https://github.com/weiping/gbrain-cn --skill meeting-ingestion-weiping
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: meeting-ingestion
Source: https://github.com/weiping/gbrain-cn/tree/main/skills/meeting-ingestion
Command: npx skills add https://github.com/weiping/gbrain-cn --skill meeting-ingestion-weiping

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It converts raw meeting transcripts into structured, cross-linked knowledge so your agent can reliably answer questions about people, companies, decisions, and actions without manual note-wrangling.

Core Features & Use Cases

  • Transcript-to-page ingestion: Creates a meeting page with attendees, summary, key decisions, and action items.
  • Mandatory attendee enrichment: Ensures every attendee has a corresponding people page and adds timeline entries for dated context.
  • Entity propagation + timeline merge: Creates/updates company (and other) entity pages, back-links them to the meeting, and merges the same event across all mentioned entities’ timelines.
  • Governed knowledge graph linking: Enforces bidirectional back-links so unlinked mentions are treated as broken brain.

Quick Start

Ask your agent to ingest a received meeting transcript so it creates the meeting page, enriches all attendees, propagates entities, and syncs the index.

Frequently Asked Questions about meeting-ingestion

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

FAQPage Schema
How do I turn meeting transcripts into structured knowledge graph pages?

Meeting transcript ingestion converts raw text into structured pages by creating meeting records with attendees, summaries, decisions, and action items. It enriches attendees, propagates referenced entities, and merges timeline entries across all mentioned companies and people.

What's the best way to parse meeting transcripts for action items and attendee enrichment?

Parsing meeting transcripts for action items involves extracting decisions and tasks, then running mandatory attendee enrichment to create people pages with timeline entries. This ensures every attendee becomes searchable and linked across the knowledge graph before ingestion completes.

How do knowledge graph back-links work for ingested meeting notes?

Knowledge graph back-links enforce bidirectional connections between meeting pages and entity pages. When entity propagation creates or updates company pages, it automatically back-links them to the source meeting, treating unlinked mentions as broken graph connections.

Can I merge timeline entries across multiple entity pages from a single meeting?

Timeline merging propagates a single meeting event across all mentioned entities' timelines simultaneously. When ingesting meeting notes, the same event merges into each referenced company or person page, maintaining consistent dated context across the knowledge graph.

Does meeting ingestion require creating people pages for all attendees?

Yes, attendee enrichment must complete before meeting ingestion is considered done. The process creates or updates a people page for every attendee and adds corresponding timeline entries, ensuring all participants have dated context and searchable profiles.

Why does transcript parsing fail when entity pages are missing from the knowledge graph?

Transcript parsing requires existing or newly created entity pages to establish bidirectional back-links. When referenced companies or entities lack corresponding pages, the knowledge graph treats unlinked mentions as broken connections, preventing proper timeline merging and attendee enrichment.