note

Capture and save quick notes to a person's profile.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables quick capture of short, contextual observations about people and stores them in their profiles, helping you remember important details without disrupting conversations.

Core Features & Use Cases

  • One-person observations: jot down quick notes about a person and append them to their profile.
  • Contextual memory: maintains a running log that can be reviewed during future interactions.
  • Workflow-friendly: supports natural language prompts like "note about [name]" and ensures notes are attached to the correct profile.

Quick Start

Use the /note command to add an observation, for example: /note lucy plays aggressive chess

Frequently Asked Questions about note

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

FAQPage Schema
How do I capture quick observations about people and store them in a profile?

To capture quick observations about people, use natural language prompts like "note about [name]" to append contextual details directly into individual profile.md files for later review.

What is contextual memory for maintaining relationship notes?

Contextual memory is a running log of short observations stored in individual profile files, allowing you to review important details about people during future interactions without disrupting conversations.

Can I use markdown files to maintain a memory journal of conversation notes?

Yes, this Skill requires simple filesystem access to profile.md files and uses standard string parsing to format and append conversation notes into a continuous memory journal.

Do I need any special dependencies to append notes to a person's profile?

No special dependencies are required. You only need simple filesystem access to profile.md files and standard string parsing functionality to format and attach notes to the correct profile.

What is the best way to log quick contextual details about a person during a conversation?

The best way to log quick contextual details is using the /note command, for example "/note lucy plays aggressive chess", which immediately appends the observation to the person's profile.

Are there limitations to using filesystem profiles for storing relationship context?

This approach is limited to simple filesystem access and standard string parsing, making it suitable for quick contextual observations but not designed for complex database queries or structured data relationships.