From cognee-memory
Syncs session cache entries into a permanent Cognee knowledge graph, making session memory searchable and including graph context in completions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cognee-memory:cognee-syncThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Bridge session cache entries into the permanent knowledge graph.
Bridge session cache entries into the permanent knowledge graph.
Run the sync script:
python3 ${CLAUDE_PLUGIN_ROOT}/scripts/sync-session-to-graph.py
Or equivalently via CLI:
cognee-cli improve -d "${COGNEE_PLUGIN_DATASET:-claude_sessions}" -s "${COGNEE_SESSION_ID:-claude_code_session}"
After this, session entries become searchable via /cognee-memory:cognee-search, and the graph knowledge is automatically included in session completion prompts.
npx claudepluginhub topoteretes/cognee-integrations --plugin cognee-memorySearches Cognee knowledge graph and session memory by category (user/project/agent). Use when you need permanent graph results or filtered search beyond automatic session recall.
Captures mid-session insights—surprising findings, reusable patterns, user corrections, or decisions with rationale—into a knowledge graph immediately, bypassing end-of-session batch lag.
Extracts key discoveries, decisions, and concepts from a conversation and stores them in the Kindex knowledge graph. Use at session end or after important insights.