スキル一覧に戻る
claudeaceae

note

by claudeaceae

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

7🍴 2📅 2026年1月24日
GitHubで見るManusで実行

SKILL.md


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

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

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

レビュー

💬

レビュー機能は近日公開予定です