meeting-ingestion

Ingest meeting transcripts into a knowledge graph with enriched attendees and entity links.

Updated Apr 23, 2026
One-click install
npx skills add https://github.com/ngochuy13/intern-dev --skill meeting-ingestion-ngochuy13
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: meeting-ingestion
Source: https://github.com/ngochuy13/intern-dev/tree/main/skills/meeting-ingestion
Command: npx skills add https://github.com/ngochuy13/intern-dev --skill meeting-ingestion-ngochuy13

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It converts raw meeting transcripts into structured, cross-linked brain documentation so attendees and referenced entities are updated consistently and nothing remains unrecorded.

Core Features & Use Cases

  • Attendee-first ingestion: Creates the meeting page and ensures every attendee gets a corresponding people page, with enrichment required before the meeting is considered complete.
  • Entity propagation + timeline merge: Creates or updates companies and other discussed entities, adds timeline entries across all mentioned pages, and merges the same event onto each relevant timeline.
  • Back-link integrity: Enforces bidirectional links between the meeting and each attendee/company to prevent “unlinked mentions” that break the knowledge graph.

Quick Start

Provide a meeting transcript for this skill to ingest and automatically create the meeting page, enrich all attendees, propagate entities, and merge timeline events.

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 notes with cross-linked people and company pages?

Meeting transcripts are ingested into a knowledge graph by creating structured meeting pages, enriching attendee profiles, and writing bidirectional back-links to all referenced people and company pages.

What is the best way to merge meeting notes into existing entity timelines?

Meeting timeline merge works by taking parsed transcripts, adding timeline entries across all mentioned entity pages, and merging the same event onto each relevant timeline to ensure chronological continuity.

How do I extract action items and decisions from meeting notes automatically?

Ingesting meeting transcripts processes the raw text into structured summaries, automatically extracting decisions and action items while cross-referencing attendees and companies mentioned in the text.

How do I prevent unlinked mentions when adding meeting transcripts to a knowledge graph?

Back-link integrity is enforced by creating bidirectional links between the meeting page and each attendee or company page, preventing isolated mentions and ensuring the knowledge graph remains fully connected.

Does meeting ingestion require attendee enrichment to complete successfully?

Attendee enrichment is required for every entity before the meeting is considered complete, ensuring each attendee gets a corresponding people page with propagated links and timeline entries.

Can I use meeting notes to automatically update company and people pages?

Entity propagation automatically creates or updates company and people pages discussed in the transcript, adding timeline entries and bidirectional back-links to maintain knowledge graph consistency.