person

Retrieve or create a named person's profile stored in memory as profile.md.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/claudeaceae/samara-main --skill person
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: person
Source: https://github.com/claudeaceae/samara-main/tree/main/.claude/skills/person
Command: npx skills add https://github.com/claudeaceae/samara-main --skill person

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Person Skill lets you view and create a persistent profile for any person you meet, capturing context and notes for future reference.

Core Features & Use Cases

  • Profile lookup: retrieve a named person's profile from memory.
  • Profile creation: initialize a new profile with an initial notes section.
  • Context accumulation: store ongoing observations to enrich memory for later conversations.

Quick Start

Use the /person command to view or create a profile for a named person, e.g., /person lucy

Frequently Asked Questions about person

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I store notes and context for a new contact in local memory?

To store contact context in local memory, you can create a persistent profile.md file for each person. This allows you to capture initial notes and accumulate ongoing observations for later reference.

What is the best way to look up a person's profile notes from previous conversations?

Looking up a person's profile notes is done by retrieving their stored context from local file storage. You can access the named person's profile to quickly review past observations before your next conversation.

Can I use local files to organize contacts and persist conversation memory?

Yes, you can use local files to organize contacts by persisting conversation memory in a per-person profile. This approach relies on local storage to keep notes and context readily available for future lookup.

How do I create a new profile to start accumulating context for someone I just met?

You create a new profile by initializing a local profile.md file with an initial notes section. This seeds the person's memory file, enabling you to start storing context and observations immediately.

Does this person profile approach require any external databases or dependencies?

No, this person profile approach does not require external databases or dependencies. It relies entirely on local file storage to persist information, ensuring your contacts and notes remain self-contained.