Back to list
claudeaceae

person

by claudeaceae

Bootstrap specification for giving Claude a persistent body, memory, and agency on a Mac

7🍴 2📅 Jan 24, 2026

SKILL.md


name: person description: View or create a person profile. Use when meeting someone new, wanting to see notes about someone, or needing to access a person's accumulated context. Trigger words: person, who is, profile, about (followed by name), new person.

Person Profile Access

View an existing person's profile or create a new one when meeting someone.

Process

  1. Parse the name: Extract the person's name from the request (e.g., "/person lucy" → "lucy")

  2. Check if person exists:

    ls ~/.claude-mind/memory/people/{name}/profile.md
    
  3. 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
  4. If person is new: Create their directory and profile

    mkdir -p ~/.claude-mind/memory/people/{name}/artifacts
    

    Then create ~/.claude-mind/memory/people/{name}/profile.md with:

    # {Name}
    
    <!-- Notes accumulate organically below -->
    

    Use proper capitalization for the name header.

  5. 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: lucy not Lucy (matches convention)
  • Proper name in header: # Lucy with 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

Score

Total Score

50/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon