pre-meeting-checkin

Assembles meeting context and sends a brief heads-up message before calendar events.

9|2|Updated May 3, 2026
One-click install
npx skills add https://github.com/Miasin-Labs/jfc --skill pre-meeting-checkin-miasin-labs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pre-meeting-checkin
Source: https://github.com/Miasin-Labs/jfc/tree/main/crates/jfc-agents/builtin-skills/claude-2.1.167/frontmatter-skills/pre-meeting-checkin
Command: npx skills add https://github.com/Miasin-Labs/jfc --skill pre-meeting-checkin-miasin-labs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Meetings often start without the user having reviewed the relevant document, recent discussion threads, or open action items, forcing them to scramble for context in the first minutes. This Skill fires automatically a few minutes before a scheduled calendar event and delivers a compact brief so the user walks in prepared. ## Core Features & Use Cases - Document Retrieval: Fetches linked meeting docs and surfaces the opening lines or outline. - Context Gathering: Searches recent chat and mail threads for the event title or attendee names to reconstruct why the meeting exists. - Open Item Tracking: Checks catch-up-state.json priorities and memory for decisions owed, recurring-meeting history, and unresolved questions. - Use Case: A user has a recurring product sync in 10 minutes. The Skill pulls the agenda doc, finds last week's thread about a pending pricing decision, and sends a one-message brief with the doc link, context, and the open question. ## Quick Start Schedule this Skill via morning-checkin or catch-up with the event title, time, attendees, and doc links baked into the arguments so it fires before the meeting starts.

Frequently Asked Questions about pre-meeting-checkin

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

FAQPage Schema
How do I get an automatic briefing before a calendar meeting?

Schedule the pre-meeting-checkin Skill as a one-shot cron task via morning-checkin or catch-up, passing the event title, time, attendees, and doc links as arguments. It fires 2-15 minutes before the event and sends a single brief message.

What information does a pre-meeting brief include?

The brief contains the meeting title, countdown time, attendees, a doc link or outline, one to two lines of context from recent chat or mail threads, and any open questions or items owed. It is delivered as one SendUserMessage notification.

Can the Skill draft talking points or an agenda before my meeting?

Yes, but only on request. The Skill offers to draft talking points or a quick agenda as a second line in its message, and waits for the user to accept rather than producing them unasked.

What happens if no meeting context is found?

The Skill still sends a minimal heads-up with the title, time, attendees, and one line of context rather than staying silent. It skips anything not quickly findable since it operates within a few-minute window.

Does pre-meeting-checkin work for recurring meetings?

Yes. For recurring meetings it checks memory or docs for what happened in the last occurrence and includes that history in the brief, alongside any priorities tagged to the event in catch-up-state.json.