egregore: Skill for Claude Code

.claude/skills/me/SKILL.md

me is a skill for Claude Code from egregore-labs/egregore. It costs 49 tokens per session (821 once invoked), scanned A, original, MIT.

A shared member-identity tool for viewing or changing a person's display name and email across several coding-agent systems. It keeps different names and login details connected to the same person.

In plain words
What is it for?
Use it to check who a member is, change how they are addressed, or update their email and profile information.
Why use it?
It prevents renamed users, email changes, or different profiles from creating duplicate identities or inconsistent records.

Skill for Claude Code

Written for Claude Code: $ARGUMENTS substitution. Also seen: mentions Claude Code; mentions Codex.

This is egregore-labs/egregore's own configuration. It tells Claude Code how to work on egregore itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything egregore configures →

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is bash bin/person.sh show.

Reuse

Borrowing it

Nothing to install: this file belongs to egregore-labs/egregore. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/egregore-labs/egregore/main/.claude/skills/me/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/egregore-labs/egregore

Made for: Claude Code.

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 me

README.md
[![agentmods](https://agentmods.dev/badge/skills/egregore-labs/egregore/me/github.svg)](https://agentmods.dev/skills/egregore-labs/egregore/me)
Your own site
<a href="https://agentmods.dev/skills/egregore-labs/egregore/me"><img src="https://agentmods.dev/badge/skills/egregore-labs/egregore/me/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 me

Your own site · 80×15
<a href="https://agentmods.dev/skills/egregore-labs/egregore/me"><img src="https://agentmods.dev/badge/skills/egregore-labs/egregore/me.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 49 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 821 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.00049 $0.00821
Opus 5 $0.00024 $0.00411
Sonnet 5 $0.00010 $0.00164
Haiku 4.5 $0.00005 $0.00082

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

Security

Grade A, and why

me 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 10d 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.

.claude/skills/me/SKILL.md · 109 lines

How it starts

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

/me — View or reconcile your identity

Show the current member identity or change how the member wants to be called. All writes go through one portable identity spine shared by Claude Code, Codex, and Pi.

When to invoke

  • "who am I", "my profile", "my name", "what's my name"
  • "call me Oz", "I go by Cem", "change my name to X"
  • "use [email protected] for me", "add/change my email"
  • User runs /me or /me <name>

Identity contract

bin/person.sh is the only writer for person identity. It reconciles:

  • .egregore-state.json — local runtime identity;
  • memory/people/{github_username}.md — durable organizational profile;
  • Supabase users + memberships — platform identity and per-org display name;
  • Neo4j Person — knowledge-graph identity and relationships.

The durable identity is GitHub's numeric user id (person_id=github:<id>) when available. GitHub login, preferred/display name, historical names, and emails are aliases/addresses of that identity. A login rename or preferred-name change must update the same person, not create another member.

External people introduced by $ingest remain source-scoped external identities and are never promoted into members by this workflow.

No arguments

Run:

bash bin/person.sh show

Display the useful fields only:

Name: {display_name}
GitHub: {github_username}
Email: {email or "not shared"}
Aliases: {github_aliases + previous_names, if any}

Never expose internal platform ids unless the user asks for diagnostics.

With a name

Run:

bash bin/person.sh set-name "$ARGUMENTS"

The command validates the name, preserves the old display name as an alias, updates the canonical markdown profile, reconciles simple duplicate/alias profiles, syncs Supabase, updates the graph, and moves known relationships from duplicate Person nodes onto the canonical member.

Report:

  • syncedYou're now known as **{name}** everywhere in this Egregore.
  • synced-localYou're now known as **{name}** in this Egregore.
  • partial → the local state and markdown are durable; say which projection (supabase or graph) is pending and that a later bin/person.sh sync retries it.

Read the full file on GitHub · 109 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. 10d ago First seen · 109 lines · 49 tokens per session scan A 56da66320d82

Subscribe to this mod's changes

me is a skill published in the GitHub repository egregore-labs/egregore (282 stars, last pushed 6d ago), licensed MIT. It adds 49 tokens to every session and 821 once invoked, about $0.0002 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.