minutes-graph

Build a JSON index of people and topics from meeting frontmatter and transcripts.

1.4k|146|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/silverstein/minutes --skill minutes-graph
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: minutes-graph
Source: https://github.com/silverstein/minutes/tree/main/tooling/skills/sources/minutes-graph
Command: npx skills add https://github.com/silverstein/minutes --skill minutes-graph

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Cross-meeting entity graph that lets you query people and topics across all meetings as structured data, enabling fast, co-occurrence-based insights that go beyond plain text search.

Core Features & Use Cases

  • Build a JSON index of people and topics from your meeting frontmatter and transcript data, then answer cross-meeting questions without re-reading transcripts.
  • Detect co-occurrences, trends, and first mentions to support due-diligence, relationship intelligence, and historical survey tasks.
  • Use for questions like “who knows about X?”, “what topics came up when we talked about Y?”, or “show me everyone who mentioned Z” with instant results.

Quick Start

Build the entity graph by running the bundled script, then query the index to reveal cross-meeting insights.

Frequently Asked Questions about minutes-graph

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

FAQPage Schema
How do I query people and topics across multiple meeting transcripts?

You query people and topics across multiple meeting transcripts by building a cross-meeting entity graph from frontmatter and transcript data. This creates a structured JSON index of precomputed co-occurrences for instant relationship intelligence lookups.

What is a cross-meeting entity graph used for in data analytics?

A cross-meeting entity graph is used for detecting topic co-occurrences, trends, and first mentions across meeting data. It supports due diligence and relationship intelligence by providing structured, queryable associations without requiring manual transcript re-reading.

How do I build an entity index from meeting frontmatter and transcript data?

You build an entity index from meeting frontmatter and transcript data by running the bundled deterministic index builder script. This script processes your meeting schema to generate precomputed co-occurrence data for instant cross-meeting inquiries.

Can I find everyone who mentioned a specific topic in past meetings?

You can find everyone who mentioned a specific topic by querying the precomputed co-occurrence data in the entity graph. The index instantly reveals who knows about a topic and what other topics came up during those same meetings.

Do I need a specific meeting schema to generate cross-meeting relationship insights?

You need a frontmatter-based meeting schema to generate cross-meeting relationship insights. The deterministic index builder script relies on this structured frontmatter and transcript data to accurately construct the co-occurrence graph.

Are there limitations to using a precomputed co-occurrence graph for meeting analysis?

A limitation of using a precomputed co-occurrence graph is that lookups depend entirely on the index built by the script. You must rebuild the entity graph to reflect any new meetings or changes to the frontmatter before querying for updated insights.