upgrade-people-memory

upgrade-people-memory is a skill for Claude Code, Codex from michelgrolet/people-memory-mcp. It costs 94 tokens per session (431 once invoked), scanned A, original, MIT.

A procedure for upgrading a People Memory installation, including its plugin, database schema, optional API, web interface, and bundled skills. PostgreSQL and Supabase are database services used to store and manage the system's data.

In plain words
What is it for?
It is for upgrading People Memory packages and database schemas, preserving settings and credentials, rebuilding the web interface when needed, and testing reads, writes, archiving, and login afterward.
Why use it?
It reduces the risk of losing data or configuration during an upgrade by requiring status checks, backups, ordered migrations, and post-upgrade verification. It also checks for breaking changes and new permissions.

Skill for Claude CodeCodex

Written for Claude Code and Codex: shipped in a Claude Code plugin, but also agents/openai.yaml present.

Part of the people-memory plugin — 6 skills, 1 MCP server shipped together

Good fit It is for upgrading People Memory packages and database schemas, preserving settings and credentials, rebuilding the web interface when needed, and testing reads, writes, archiving, and login afterward.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/michelgrolet/people-memory-mcp/upgrade-people-memory
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 michelgrolet/people-memory-mcp --skill upgrade-people-memory
Clone the repo
git clone --depth 1 https://github.com/michelgrolet/people-memory-mcp

Made for: Claude Code, Codex.

Or install people-memory, the plugin that ships this one along with the rest of its 6 skills, 1 MCP server.

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 upgrade-people-memory

README.md
[![agentmods](https://agentmods.dev/badge/skills/michelgrolet/people-memory-mcp/upgrade-people-memory/github.svg)](https://agentmods.dev/skills/michelgrolet/people-memory-mcp/upgrade-people-memory)
Your own site
<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.

agentmods 80×15 button for upgrade-people-memory

Your own site · 80×15
<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>
Per session 94 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 431 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.
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.00094 $0.00431
Opus 5 $0.00047 $0.00216
Sonnet 5 $0.00019 $0.00086
Haiku 4.5 $0.00009 $0.00043

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

Security

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.

skills/upgrade-people-memory/SKILL.md · 43 lines

What it actually says

Upgrade People Memory

Keep the database recoverable and configuration private.

Preflight

  1. Call graph_status and record counts.
  2. Identify the installed package, plugin, schema migration level, and UI version.
  3. Read release notes from the current version through the target version.
  4. 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

  1. Pull or install the target release.
  2. Apply pending Supabase migrations in order. Never run db reset against a linked production project.
  3. Refresh the uvx package cache or local virtual environment.
  4. Update plugin skills and MCP config without overwriting the user's environment file.
  5. Rebuild or redeploy the static UI when its files changed.
  6. Start a new agent session so MCP and skill changes load.

Verify

  1. Call graph_status and compare counts.
  2. Read a known synthetic or user-approved test record.
  3. Create, retrieve, update, and archive-delete a synthetic record.
  4. Verify login, search, edit, and graph rendering in the UI.
  5. 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.

Files

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.

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. 11d ago First seen · 43 lines · 94 tokens per session scan A 4507b3b6f3ed

Subscribe to this mod's changes

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.

Related

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…

mkupermann/throughline · 81 tokens

explorer

Build and modify Studio Explorer surfaces, including notebooks, chats, SQL snippets, query cells, and their shared toolbar patterns.

supabase/supabase · 27 tokens

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/agent-skills · 185 tokens

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…

supabase/agent-skills · 182 tokens

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…

ModernRelay/omnigraph · 94 tokens

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.

t1mmen/srtd · 75 tokens