
note
by claudeaceae
Bootstrap specification for giving Claude a persistent body, memory, and agency on a Mac
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
-
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"
-
Check if person exists:
ls ~/.claude-mind/memory/people/{name}/profile.md -
If person doesn't exist: Ask whether to create them first
- Don't silently create - confirm intent
- Then use
/person {name}flow to create
-
Format the note:
## YYYY-MM-DD: Brief Title The observation itself. Keep it concise but capture the texture. Context: what prompted this if relevant. -
Append to profile: Use Edit tool to append the formatted note to the end of their profile.md
-
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
スコア
総合スコア
リポジトリの品質指標に基づく評価
SKILL.mdファイルが含まれている
ライセンスが設定されている
100文字以上の説明がある
GitHub Stars 100以上
3ヶ月以内に更新がある
10回以上フォークされている
オープンIssueが50未満
プログラミング言語が設定されている
1つ以上のタグが設定されている
レビュー
レビュー機能は近日公開予定です