meeting-prep

meeting-prep is a skill for Claude Code from mshadmanrahman/pm-pilot. It costs 59 tokens per session (1,244 once invoked), scanned A, original, MIT.

A meeting-preparation tool that gathers recent information about a person or topic from connected work systems. It produces open items and suggested talking points, and can use calendar details when a meeting is selected.

In plain words
What is it for?
Use it to prepare for one-to-ones, meetings with specific people, product reviews, planning sessions, and other topic-based discussions.
Why use it?
It reduces the time spent searching email, documents, calendars, and other systems before a meeting. You can start with relevant context instead of piecing it together at the last minute.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the pm-core plugin — 14 skills, 2 agents shipped together

Good fit Use it to prepare for one-to-ones, meetings with specific people, product reviews, planning sessions, and other topic-based discussions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/mshadmanrahman/pm-pilot/meeting-prep
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add mshadmanrahman/pm-pilot --skill meeting-prep
Clone the repo
git clone --depth 1 https://github.com/mshadmanrahman/pm-pilot

Made for: Claude Code.

Or install pm-core, the plugin that ships this one along with the rest of its 14 skills, 2 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for meeting-prep

README.md
[![agentmods](https://agentmods.dev/badge/skills/mshadmanrahman/pm-pilot/meeting-prep/github.svg)](https://agentmods.dev/skills/mshadmanrahman/pm-pilot/meeting-prep)
Your own site
<a href="https://agentmods.dev/skills/mshadmanrahman/pm-pilot/meeting-prep"><img src="https://agentmods.dev/badge/skills/mshadmanrahman/pm-pilot/meeting-prep/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for meeting-prep

Your own site · 80×15
<a href="https://agentmods.dev/skills/mshadmanrahman/pm-pilot/meeting-prep"><img src="https://agentmods.dev/badge/skills/mshadmanrahman/pm-pilot/meeting-prep.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 59 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,244 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00059 $0.01244
Opus 5 $0.00030 $0.00622
Sonnet 5 $0.00012 $0.00249
Haiku 4.5 $0.00006 $0.00124

Measured 9d ago against content hash 5e1a01ac47d7, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

meeting-prep scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/pm-core/skills/meeting-prep/SKILL.md · 131 lines

How it starts

The opening of the file, as written. The whole thing — 131 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Meeting Prep

Gathers cross-channel context before any meeting so you walk in fully prepared. Works for person-based prep (1:1s) and topic-based prep (product syncs, reviews).

When to Activate

  • User says "meeting prep", "prep for my meeting with X", "prep for 1:1"
  • User provides a person name or meeting topic to prepare for
  • User says "what should I discuss with X?"

Input

The user provides ONE of:

  • Person name: e.g., "Sarah Chen", "Marco", "the CTO"
  • Topic/meeting name: e.g., "Q3 planning", "API migration review"
  • Calendar event: a specific meeting from today's calendar

If no input, check Google Calendar MCP for the next upcoming meeting and prep for that.

Execution

Context Check

Before gathering, read context/company.md and context/personas.md if they exist. Use for framing output. After completing the briefing, offer to update context files with any new knowledge about people, projects, or company priorities discovered during research.

Step 0: Resolve Target

  • Person name given: use as search target across all sources.
  • Topic given: use as search query.
  • No input: fetch next meeting from Google Calendar, extract attendees and title.

Step 0.5: Org-Survival + People File Check (Person-Based Only)

Before gathering from external sources, read two local files:

  1. memory/org-survival.md — Check if person has an entry. Extract: what they want, risks they carry, recommended approach. Surface as Political Context block (2–3 lines max). Skip silently if not found.

  2. memory/people/{name}.md — Check for accumulated meeting history with this person. Extract: prior commitments they made (were they fulfilled?), communication style, known preferences. Fold into Their Current Focus and Suggested Talking Points.

This is the highest-signal step — it's the context no live API can replicate.

Step 1: Parallel Data Gathering (Fan-Out)

Launch parallel searches across all connected MCP sources.

Read the full file on GitHub · 131 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 131 lines · 59 tokens per session scan A 5e1a01ac47d7

Subscribe to this mod's changes

meeting-prep is a skill published in the GitHub repository mshadmanrahman/pm-pilot (20 stars, last pushed 3d ago), licensed MIT. It adds 59 tokens to every session and 1,244 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

skill-factory

A workflow that examines completed session work and turns reusable patterns into Claude Code skills.

sangrokjung/claude-forge · 122 tokens

caveman-help

Quick-reference card for all caveman modes, skills, and commands. One-shot display, not a persistent mode. Trigger: /caveman-help, "caveman help", "what caveman commands", "how do I use caveman".

stevesolun/ctx · 56 tokens

relay

Session relay — compresses what's been done so far (writes a one-liner for /compact) and generates a "next task" prompt (a baton) for the user to hand off. Use on requests like "relay / hand off / next session / continue after compact / baton / handoff / clean up context and continue next task." Does not run /compact…

sangrokjung/claude-forge · 97 tokens

agent-tamagotchi

Terminal pet that lives in your statusline. 12 species, 5 stats (DEBUGGING, PATIENCE, CHAOS, WISDOM, SPEED). Reacts to your workflow - happy when tests pass, sad when builds fail, excited during swarm mode. Deterministic species from user ID.

vibeeval/vibecosystem · 68 tokens

toolbox

Pre/post dev toolbox — named bundles of skills/agents loaded before development work and councils of experts invoked after. Run /toolbox or the toolbox.py CLI to list, activate, initialize, export, import, and validate toolboxes. Invoke at the start or end of a dev session, when setting up a new repo, or when sharing…

stevesolun/ctx · 77 tokens

strategic-compact

Suggests manual context compaction at logical intervals to preserve context through task phases rather than arbitrary auto-compaction.

sangrokjung/claude-forge · 27 tokens