AgentSkillsCN

note

快速记录关于某人的观察点滴。当你留意到某人的某个细节、想要留存一段小记,或希望从对话中捕捉关键情境时,此功能将助你轻松完成记录。触发词:关于……的笔记、注意到、关于……的观察、记得那件事、随手记下。

SKILL.md
--- frontmatter
name: note
description: Quick observation capture about a person. Use when noticing something about someone, wanting to record a detail, or capturing context from a conversation. Trigger words: note about, noticed, observation about, remember that, jot down.

Quick Person Note

Append an observation to a person's profile without breaking flow.

Process

  1. Parse the input: Extract person name and observation

    • /note lucy plays aggressive chess → name: "lucy", note: "plays aggressive chess"
    • /note about e prefers morning conversations → name: "e", note: "prefers morning conversations"
  2. Check if person exists:

    bash
    ls ~/.claude-mind/memory/people/{name}/profile.md
    
  3. If person doesn't exist: Ask whether to create them first

    • Don't silently create - confirm intent
    • Then use /person {name} flow to create
  4. Format the note:

    markdown
    
    ## YYYY-MM-DD: Brief Title
    
    The observation itself. Keep it concise but capture the texture.
    Context: what prompted this if relevant.
    
  5. Append to profile: Use Edit tool to append the formatted note to the end of their profile.md

  6. Confirm: Brief acknowledgment that the note was captured

Guidelines

  • Atomic observations: One insight per note
  • Include context: What prompted noticing this?
  • Use today's date: Format as YYYY-MM-DD
  • Brief titles: 3-5 words summarizing the observation
  • Texture over data: "Plays aggressive sacrificial chess" > "Chess skill: advanced"

Examples

Quick capture:

code
/note lucy prefers direct communication

→ Appends dated observation to Lucy's profile

With context:

code
/note e mentioned frustration with verbose AI responses today

→ Captures both the observation and the context

Natural trigger:

code
"I noticed Cal gets energized by debugging sessions"

→ Prompts to capture as note about Cal