Agent skill
person
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/person
SKILL.md
Person Profile Access
View an existing person's profile or create a new one when meeting someone.
Process
-
Parse the name: Extract the person's name from the request (e.g., "/person lucy" → "lucy")
-
Check if person exists:
bashls ~/.claude-mind/memory/people/{name}/profile.md -
If person exists: Read and display their profile
- Show the full content of
~/.claude-mind/memory/people/{name}/profile.md - Offer to add new observations if the conversation warrants
- Show the full content of
-
If person is new: Create their directory and profile
bashmkdir -p ~/.claude-mind/memory/people/{name}/artifactsThen create
~/.claude-mind/memory/people/{name}/profile.mdwith:markdown# {Name} <!-- Notes accumulate organically below -->Use proper capitalization for the name header.
-
After creation: Add any initial observations from current context
- Who is this person? How did we meet them?
- Any notable characteristics from the current conversation?
Guidelines
- Lowercase directory names:
lucynotLucy(matches convention) - Proper name in header:
# Lucywith capitalization - Don't over-structure: Observations accumulate organically, no rigid schema
- Be curious, not systematic: Texture over data points
Examples
Viewing existing person:
/person e
→ Displays É's accumulated profile
Creating new person:
/person dawn
→ Creates memory/people/dawn/ with profile.md and artifacts/
→ Asks what I know about Dawn to seed the profile
Natural trigger:
"Who is Lucy again?"
→ Reads Lucy's profile if exists, offers to create if not
Didn't find tool you were looking for?