meeting-ingestion

Parse meeting transcripts into brain pages with attendee enrichment and timeline merge.

174|144|Updated Jun 10, 2026
One-click install
npx skills add https://github.com/inbrainfun/inbrain --skill meeting-ingestion-inbrainfun
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: meeting-ingestion
Source: https://github.com/inbrainfun/inbrain/tree/main/skills/meeting-ingestion
Command: npx skills add https://github.com/inbrainfun/inbrain --skill meeting-ingestion-inbrainfun

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Inbrain ingests meeting transcripts into brain pages with attendee enrichment, entity propagation, and timeline merge. A meeting is NOT fully ingested until the enrich skill has processed every entity.

Core Features & Use Cases

  • Create a meeting page with attendees, summary, key decisions, action items, and back-links.
  • Enrich attendees by creating or updating people pages, and add a timeline entry for attendance on each participant.
  • Propagate entities (companies, projects) mentioned in the meeting and merge related timelines across all entities.
  • Ensure bidirectional back-links between meetings and every related entity for strong traceability.

Quick Start

Inbrain ingests a meeting transcript by parsing attendees, creating or updating pages, and linking timelines.

Frequently Asked Questions about meeting-ingestion

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

FAQPage Schema
How do I ingest meeting transcripts into knowledge graph pages with attendee enrichment?

Meeting transcript ingestion parses attendees, creates or updates brain pages, enriches participant profiles, and links timelines. It propagates mentioned entities like companies and projects while merging related timelines across all entities.

What is entity propagation and how does it work when ingesting meeting data?

Entity propagation extracts companies and projects mentioned in meeting transcripts, creates or updates their pages, and establishes bidirectional back-links. This ensures strong traceability between meetings and every related entity within the knowledge graph.

Can I merge timelines across people, companies, and projects mentioned in a single meeting?

Yes, timeline merge consolidates related timelines across all extracted entities. By propagating companies and projects mentioned in the meeting, it synchronizes timeline entries and attendance records for each participant.

Does meeting ingestion work for large transcripts with many attendees and cross-entity references?

Meeting ingestion is applicable to transcripts of any size or domain. It handles attendee extraction, page creation, and cross-entity propagation with back-links, enforcing an end-to-end workflow regardless of participant volume.

Why does my ingested meeting data show incomplete entity enrichment?

A meeting is not fully ingested until the enrich skill has processed every entity. The workflow requires parsing transcripts, creating pages, enriching attendees, propagating entities, and merging timelines to provide a sync-ready structure.

What's the best way to structure meeting transcripts for attendee extraction and page creation?

Provide raw meeting transcripts for parsing. The ingestion process automatically extracts attendees, creates or updates people pages, adds timeline entries for attendance, and generates a page with summaries, key decisions, and action items.