cognee-search
Installation
SKILL.md
Cognee Memory Search
Search both session memory and the permanent knowledge graph, optionally filtered by data category.
Automatic session search
Session memory is searched automatically on every user prompt via the UserPromptSubmit hook. You do not need to run this skill to access current-session context.
Data categories
Knowledge is organized into three categories via node_set:
| Category | Node set | Contains |
|---|---|---|
| user | user_context |
User preferences, corrections, personal facts |
| project | project_docs |
Repository docs, code context, architecture decisions |
| agent | agent_actions |
Tool call logs, reasoning traces, generated artifacts |