Note rapide sur une personne

VérifiéPrudence

Enregistrez rapidement des observations sur une personne sans interrompre votre flux. Utilisez des déclencheurs comme « note about » ou « noticed » pour extraire le nom et l'observation, puis ajoutez une note datée et contextuelle à son profil. Idéal pour capturer un détail en pleine conversation ou mémoriser un trait spécifique.

Spar Skills Guide Bot
ProductiviteDébutant
7002/06/2026
Claude Code
#note-taking#person-profile#observation#memory#context

Recommandé pour

Notre avis

Ajoute rapidement une observation au profil d'une personne sans interrompre le flux de travail.

Points forts

  • Capture rapide et non intrusive
  • Format structuré avec date et contexte
  • Intégration transparente avec le système de mémoire existant
  • Invite de confirmation avant de créer un nouveau profil

Limites

  • Nécessite que l'outil de mémoire soit configuré
  • Ne permet que des notes textuelles simples
  • Limité aux personnes déjà créées ou confirmées
Quand l'utiliser

Lorsque vous remarquez un détail sur une personne en cours de conversation et souhaitez le conserver pour référence future.

Quand l'éviter

Pour des notes longues ou structurées qui nécessitent un format plus riche (tableaux, listes, etc.).

Analyse de sécurité

Prudence
Score qualité90/100

The skill uses a bash command to check file existence with user-provided name, which could be exploited for path traversal, but no destructive or exfiltration commands are used. The overall risk is moderate and requires user input manipulation.

Points d'attention
  • Potential path traversal: The `name` parameter is inserted into a bash `ls` command without sanitization, which could allow access to unintended files if malicious input is given.

Exemples

Quick capture
/note lucy prefers direct communication
With context
/note e mentioned frustration with verbose AI responses today
Natural trigger
I noticed Cal gets energized by debugging sessions

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:

    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:

    
    ## 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:

/note lucy prefers direct communication

→ Appends dated observation to Lucy's profile

With context:

/note e mentioned frustration with verbose AI responses today

→ Captures both the observation and the context

Natural trigger:

"I noticed Cal gets energized by debugging sessions"

→ Prompts to capture as note about Cal

Skills similaires