meeting-sync

2
0
Source

Sync new Granola meetings to local Knowledge folder. Use during morning planning, when user asks "what should I do today", or asks to review/sync meetings.

Install

mkdir -p .claude/skills/meeting-sync && curl -L -o skill.zip "https://mcp.directory/api/skills/download/4384" && unzip -o skill.zip -d .claude/skills/meeting-sync && rm skill.zip

Installs to .claude/skills/meeting-sync

About this skill

Meeting Sync

Check for new Granola meetings and offer to sync them to your local Knowledge/Transcripts folder.

Instructions

Step 1: Check for New Meetings

Call the check_new_meetings tool via the Granola MCP to see unsynced meetings.

Step 2: Present Results

If new meetings are found, present them to the user:

I found X new meeting(s) since your last sync:

1. **Meeting Title** (Date)
2. **Meeting Title** (Date)
...

Add to Knowledge folder?

Step 3: Ask User for Selection

Use AskUserQuestion with these options:

OptionDescription
Sync allAdd all new meetings to Knowledge/Transcripts
Select specificLet user choose which meetings to sync
Skip for nowContinue without syncing

Step 4: Sync Selected Meetings

For each meeting the user wants to sync:

  1. Call sync_meeting_to_local with the meeting ID
  2. Confirm each sync completed

Step 5: Continue with Morning Flow

After syncing (or skipping), continue with the normal morning planning workflow:

  • Check tasks
  • Review priorities
  • Suggest focus items for the day

Example Flow

User: "What should I do today?"

Claude:

  1. Calls check_new_meetings
  2. "I found 3 new meetings since your last sync..."
  3. Presents AskUserQuestion with sync options
  4. User selects "Sync all" or specific meetings
  5. Syncs selected meetings
  6. "Synced 3 meetings. Now for your day..."
  7. Continues with task planning

Notes

  • Only Granola meetings with notes/content are worth syncing
  • Meetings marked "(no notes)" may be empty placeholders
  • Sync state is tracked in Knowledge/.granola-sync.json
  • Files are saved to Knowledge/Transcripts/ with sanitized filenames

You might also like

flutter-development

aj-geddes

Build beautiful cross-platform mobile apps with Flutter and Dart. Covers widgets, state management with Provider/BLoC, navigation, API integration, and material design.

643969

drawio-diagrams-enhanced

jgtolentino

Create professional draw.io (diagrams.net) diagrams in XML format (.drawio files) with integrated PMP/PMBOK methodologies, extensive visual asset libraries, and industry-standard professional templates. Use this skill when users ask to create flowcharts, swimlane diagrams, cross-functional flowcharts, org charts, network diagrams, UML diagrams, BPMN, project management diagrams (WBS, Gantt, PERT, RACI), risk matrices, stakeholder maps, or any other visual diagram in draw.io format. This skill includes access to custom shape libraries for icons, clipart, and professional symbols.

591705

ui-ux-pro-max

nextlevelbuilder

"UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 8 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient."

318398

godot

bfollington

This skill should be used when working on Godot Engine projects. It provides specialized knowledge of Godot's file formats (.gd, .tscn, .tres), architecture patterns (component-based, signal-driven, resource-based), common pitfalls, validation tools, code templates, and CLI workflows. The `godot` command is available for running the game, validating scripts, importing resources, and exporting builds. Use this skill for tasks involving Godot game development, debugging scene/resource files, implementing game systems, or creating new Godot components.

339397

nano-banana-pro

garg-aayush

Generate and edit images using Google's Nano Banana Pro (Gemini 3 Pro Image) API. Use when the user asks to generate, create, edit, modify, change, alter, or update images. Also use when user references an existing image file and asks to modify it in any way (e.g., "modify this image", "change the background", "replace X with Y"). Supports both text-to-image generation and image-to-image editing with configurable resolution (1K default, 2K, or 4K for high resolution). DO NOT read the image file first - use this skill directly with the --input-image parameter.

451339

fastapi-templates

wshobson

Create production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Use when building new FastAPI applications or setting up backend API projects.

304231

Stay ahead of the MCP ecosystem

Get weekly updates on new skills and servers.