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.
npx skills add mshadmanrahman/pm-pilot --skill people-syncgit clone --depth 1 https://github.com/mshadmanrahman/pm-pilotWrote 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.
[](https://agentmods.dev/skills/mshadmanrahman/pm-pilot/people-sync)<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>- NVIDIA SkillSpector pass
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.
| Model | Per session | Once 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 |
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.
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-meetingfor 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):
- Check if a
memory/people/{name}.mdfile exists - 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_itemscan supplement but always verify against full transcript
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.
- 8d ago First seen · 141 lines · 67 tokens per session scan A adbbc1f370e0
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.
Other skills, from other repositories
hive.context-preservation
Proactively extract critical values from tool results into working notes before automatic context pruning destroys them.
hive.note-taking
Maintain a free-form scratchpad of decisions, extracted values, and open questions so context pruning doesn't lose anything you still need.
caveman-compress
Compress natural language memory files (CLAUDE.md, todos, preferences) into caveman format to save input tokens. Preserves all technical substance, code, URLs, and structure. Compressed version overwrites the original file. Human-readable backup saved as FILE.original.md. Trigger: /caveman-compress FILEPATH or…
continuous-learning-v2
Instinct-based learning system that observes sessions via hooks, creates atomic instincts with confidence scoring, and evolves them into skills/commands/agents.
lat-md-knowledge-graph
Design or audit a repo-local markdown knowledge graph with wiki links, source-code backlinks, drift checks, and searchable sections. Use when AGENTS.md/CLAUDE.md is too flat for a large codebase or when a custom harness needs durable structured project memory.
build-implementation
Generate context-aware implementation prompts for a selected growth loop. Use when the user says "build", "implement", "generate code", "create prompt", or "how do I build this".