neural-note-taker
// Advanced associative memory helper for building relationships between facts and entities. Use when processing dense information to ensure context is preserved across long sessions.
$ git log --oneline --stat
stars:1,933
forks:367
updated:March 4, 2026
SKILL.mdreadonly
SKILL.md Frontmatter
nameneural-note-taker
descriptionAdvanced associative memory helper for building relationships between facts and entities. Use when processing dense information to ensure context is preserved across long sessions.
Neural Note Taker
Connect the dots in your memory. This skill implements a concept-linkage protocol.
Core Process
- Entity Identification: Extract names, tools, dates, and projects from current chat.
- Relationship Mapping: Use
[[Target]] -> [[Related]]notation. - Context Weighting: Assign priority based on recurrence.
Commands
memo_link [topicA] [topicB]: Force a connection in long-term memory.memo_query [topic]: Surface all associated nodes.
Installation
clawhub install neural-note-taker