knowledge

Installation
SKILL.md

Mental Model

Knowledge is for deliberate capture of reference material. Unlike memory (which extracts info from conversation), knowledge is explicit: user asks to save something.

Trigger Patterns

User Intent Action Destination
"Save this link" Store URL bookmarks.jsonl
"Make a note about X" Create note notes/YYYY-MM-DD_topic.md
"Remember this code pattern" Save snippet snippets/{lang}/

What Goes Where

.knowledge/
├── bookmarks.jsonl           # URLs, articles, docs
├── notes/
│   └── YYYY-MM-DD_topic.md   # Meeting notes, ideas, summaries
Related skills
Installs
14
GitHub Stars
74
First Seen
Jan 23, 2026