One-click install
npx skills add https://github.com/mengblom/dex-ghx --skill process-meetings-mengblom
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: process-meetings
Source: https://github.com/mengblom/dex-ghx/tree/main/.agents/skills/process-meetings
Command: npx skills add https://github.com/mengblom/dex-ghx --skill process-meetings-mengblom

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It eliminates the manual upkeep of meeting notes by automatically updating person and company pages and extracting actionable tasks from synced Granola meeting records.

Core Features & Use Cases

  • Updates person pages: Creates missing internal/external profiles and appends recent interactions.
  • Updates company pages: Creates or enriches company records with key contacts and meeting history.
  • Extracts action items into tasks: Converts unchecked “For Me” items into Work MCP tasks, with optional modes to skip task extraction.

Quick Start

Run /process-meetings to process all unprocessed synced meetings from the last 7 days.

Frequently Asked Questions about process-meetings

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

FAQPage Schema
How do I automatically extract tasks from synced meeting notes?

Automatically extract tasks from synced meeting notes by running /process-meetings to convert unchecked action items into Work MCP tasks. The Skill annotates processed markdown files to prevent duplicate extraction and updates your task system.

Can I update person and company pages from Granola meeting records?

Yes, you can update person and company pages from Granola meeting records. The Skill creates missing internal and external profiles, appends recent interactions, and enriches company records with key contacts and meeting history.

Does process-meetings support filtering by date or keywords?

Yes, process-meetings supports filtering by date using the today flag, by keywords using a search term, and by mode flags such as --people-only and --no-todos to skip task extraction during processing.

What is needed to process synced meeting markdown files?

To process synced meeting markdown files, you need meeting notes stored under 00-Inbox/Meetings, a processed-meetings state file for sync status, and access to Work MCP to create tasks from extracted action items.

Why are my meeting action items being extracted multiple times?

Meeting action items are extracted multiple times if the processed notes are not annotated correctly. The Skill annotates processed markdown files to prevent duplicate task extraction and maintains a state file to track sync status.

Can I skip task extraction and only update people pages from meetings?

Yes, you can skip task extraction and only update people pages by running the Skill with the --people-only mode flag. This restricts processing to creating and updating person profiles without creating Work MCP tasks.