people-sync

people-sync is a skill for Claude Code from mshadmanrahman/pm-pilot. It costs 67 tokens per session (1,056 once invoked), scanned A, original, MIT.

A meeting follow-up tool that reads a Granola transcript and adds notes about each participant to files in your project memory.

In plain words
What is it for?
Use it to update stakeholder notes after a meeting, including each person's comments, objections, and commitments.
Why use it?
It keeps useful information about people from getting lost after meetings. Over time, the files build a record of what each person said, questioned, and agreed to do.

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 update stakeholder notes after a meeting, including each person's comments, objections, and commitments.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/mshadmanrahman/pm-pilot/people-sync
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 people-sync
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 people-sync

README.md
[![agentmods](https://agentmods.dev/badge/skills/mshadmanrahman/pm-pilot/people-sync.svg)](https://agentmods.dev/skills/mshadmanrahman/pm-pilot/people-sync)
Your own site
<a href="https://agentmods.dev/skills/mshadmanrahman/pm-pilot/people-sync"><img src="https://agentmods.dev/badge/skills/mshadmanrahman/pm-pilot/people-sync.svg" alt="Measured on agentmods" height="20"></a>
Per session 67 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,056 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.00067 $0.01056
Opus 5 $0.00034 $0.00528
Sonnet 5 $0.00013 $0.00211
Haiku 4.5 $0.00007 $0.00106

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

Security

Grade A, and why

people-sync 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 8d 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/people-sync/SKILL.md · 141 lines

How it starts

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

People Sync Skill

Processes a Granola meeting and appends per-person intelligence to people files in memory/people/. Unlike /post-meeting (which is project-focused), this skill is people-focused — it builds stakeholder profiles from real conversations that compound across every session.

When to Activate

  • User says /people-sync
  • User says "sync people from meeting", "update stakeholder files"
  • Naturally chains after /post-meeting for full meeting coverage

People File Location

memory/people/{firstname}-{lastname}.md

Naming: lowercase, hyphens. Example: memory/people/sarah-chen.md

Execution

Step 0: Get the Meeting

1. If user gave a topic/person:
   → mcp__claude_ai_Granola__query_granola_meetings with the search term
   → Pick the most recent match

2. If user gave nothing:
   → mcp__claude_ai_Granola__list_meetings (last 5)
   → Present list, ask user to pick one

3. Once identified:
   → mcp__claude_ai_Granola__get_meeting_transcript for full content

Step 1: Extract Participants

Get all participants from the transcript. For each person (excluding the user themselves):

  1. Check if a memory/people/{name}.md file exists
  2. Flag unmatched participants — ask if a new file should be created

Step 2: Per-Person Extraction

For each matched participant, extract from transcript:

Signal What to look for
Positions Views, preferences, priorities stated clearly
Pushbacks Disagreements, concerns, hesitation, resistance
Commitments What they said they'd do, by when
Questions asked Reveals what they care about or what's unclear to them
Communication style Terse? Verbose? Direct? Diplomatic? (only note if new/notable)

Attribution rules:

  • Only record things clearly attributable to the person
  • If ambiguous, skip — false intelligence is worse than no intelligence
  • Granola's action_items can supplement but always verify against full transcript

Read the full file on GitHub · 141 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. 8d ago First seen · 141 lines · 67 tokens per session scan A adbbc1f370e0

Subscribe to this mod's changes

people-sync is a skill published in the GitHub repository mshadmanrahman/pm-pilot (20 stars, last pushed 2d ago), licensed MIT. It adds 67 tokens to every session and 1,056 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