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 michelgrolet/people-memory-mcp --skill upgrade-people-memorygit clone --depth 1 https://github.com/michelgrolet/people-memory-mcpWrote 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/michelgrolet/people-memory-mcp/upgrade-people-memory)<a href="https://agentmods.dev/skills/michelgrolet/people-memory-mcp/upgrade-people-memory"><img src="https://agentmods.dev/badge/skills/michelgrolet/people-memory-mcp/upgrade-people-memory/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.
<a href="https://agentmods.dev/skills/michelgrolet/people-memory-mcp/upgrade-people-memory"><img src="https://agentmods.dev/badge/skills/michelgrolet/people-memory-mcp/upgrade-people-memory.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.00094 | $0.00431 |
| Opus 5 | $0.00047 | $0.00216 |
| Sonnet 5 | $0.00019 | $0.00086 |
| Haiku 4.5 | $0.00009 | $0.00043 |
Grade A, and why
upgrade-people-memory 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 11d 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.
What it actually says
Upgrade People Memory
Keep the database recoverable and configuration private.
Preflight
- Call
graph_statusand record counts. - Identify the installed package, plugin, schema migration level, and UI version.
- Read release notes from the current version through the target version.
- Flag breaking changes, new connector permissions, or required user choices before mutation.
Back up
Create a timestamped pg_dump in a private location. Verify the file is non-empty and record the
restore command. Do not put the backup in Git or an agent artifact store.
Upgrade
- Pull or install the target release.
- Apply pending Supabase migrations in order. Never run
db resetagainst a linked production project. - Refresh the
uvxpackage cache or local virtual environment. - Update plugin skills and MCP config without overwriting the user's environment file.
- Rebuild or redeploy the static UI when its files changed.
- Start a new agent session so MCP and skill changes load.
Verify
- Call
graph_statusand compare counts. - Read a known synthetic or user-approved test record.
- Create, retrieve, update, and archive-delete a synthetic record.
- Verify login, search, edit, and graph rendering in the UI.
- Remove the synthetic record and archive.
If a check fails, stop writes, preserve logs without contact data, and offer the tested restore path. Finish with old/new versions, migrations applied, verification results, and any manual login still needed. Do not print secrets or database URLs.
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 11d ago First seen · 43 lines · 94 tokens per session scan A 4507b3b6f3ed
upgrade-people-memory is a skill published in the GitHub repository michelgrolet/people-memory-mcp (1 stars, last pushed 17d ago), licensed MIT. It adds 94 tokens to every session and 431 once invoked, about $0.0005 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-31.
Other skills, from other repositories
claude-memory
Access the persistent memory database (PostgreSQL claudememory) for long-term context across Claude Code sessions. Triggers on "what do I know about", "memory lookup", "recall", "memory db", "what did we decide about", "similar conversations", "lookup context", "/memory". Provides semantic search, SQL queries and the…
explorer
Build and modify Studio Explorer surfaces, including notebooks, chats, SQL snippets, query cells, and their shared toolbar patterns.
supabase
Use when doing ANY task involving Supabase. Triggers: Supabase products (Database, Auth, Edge Functions, Realtime, Storage, Vectors, Cron, Queues); client libraries and SSR integrations (supabase-js, @supabase/ssr) in Next.js, React, SvelteKit, Astro, Remix; auth issues (login, logout, sessions, JWT, cookies…
supabase-postgres-best-practices
Postgres best practices maintained by Supabase, for Postgres running anywhere. Load this skill BEFORE writing or changing anything that lives in a Postgres database: creating or altering tables and columns (including choosing column types), schema design, migrations and declarative schema files, RLS policies and the…
omnigraph
Operate OmniGraph graphs and deployments. Use for .pg schemas, .gq queries, OmniGraph CLI commands, file:///s3:///az:// graph URIs, cluster.yaml, operator config, bearer-authenticated servers, graph-backed knowledge or memory, Blob values, embeddings, branches, commits, and change feeds. Apply especially before schema…
srtd-cli
This skill should be used when the user mentions "srtd", "sql templates", "migrations-templates", "live reload sql", "supabase functions", when working with files in supabase/migrations-templates/, when .buildlog.json or srtd.config.json is detected, or when writing Postgres functions/views/triggers for Supabase.