stevepridemore/graph-memory

A personal knowledge graph for Claude that survives across sessions, devices, and tools. Neo4j + semantic embeddings, OAuth-secured, single-user-by-default but multi-tenant-ready.

2Stars on the repository
13Mods indexed here, across every type
3mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

graph-ask

01

stevepridemore/graph-memory

Skill Claude CodeCodex

Ask any natural language question about the memory graph. You generate Cypher directly and execute it. Use when the user has a complex or ad-hoc question that the standard graph tools don't cover.

2 3mo ago A 43 tokens original MIT

graph-backup

02

stevepridemore/graph-memory

Skill Claude CodeCodex

Export the memory graph to a timestamped JSONL backup file. Use before risky operations or on demand.

2 3mo ago A 25 tokens original MIT

graph-boost

03

stevepridemore/graph-memory

Skill Claude CodeCodex

Reinforce or weaken a specific relationship in the memory graph. Use when the user wants to manually adjust edge weights.

2 3mo ago A 28 tokens original MIT

graph-bootstrap

04

stevepridemore/graph-memory

Skill Claude CodeCodex

Run the one-time bootstrap to populate the memory graph from existing memory files and conversation transcripts. Use when first setting up graph-memory or to catch up on historical data.

2 3mo ago D 36 tokens original MIT

graph-briefing

05

stevepridemore/graph-memory

Skill Claude CodeCodex

Generate a session briefing from the memory graph — recent changes, unresolved contradictions, relevant context for the current project. Use at the start of a session to catch up, or when switching projects.

2 3mo ago A 43 tokens original MIT

graph-capture

06

stevepridemore/graph-memory

Skill Claude CodeCodex

End-of-session catch-up for the memory graph. Reviews the current conversation and writes any new entities, edges, decisions, or facts that weren't already captured in flight. Use before closing a long claude.ai or Desktop conversation, or any time you want to commit recent context to long-term memory.

2 3mo ago C 63 tokens original MIT

graph-dream

07

stevepridemore/graph-memory

Skill Claude CodeCodex

Manually run the graph memory dream process to extract entities from recent conversations and ingested documents. Use when the user wants to update the graph now rather than waiting for the scheduled run.

2 3mo ago A 41 tokens original MIT

graph-find

08

stevepridemore/graph-memory

Skill Claude CodeCodex

Find specific patterns in the memory graph — contradictions, stale entities, orphans, or strongest connections. Use when the user wants to audit or review their knowledge graph.

2 3mo ago A 36 tokens original MIT

graph-stats

09

stevepridemore/graph-memory

Skill Claude CodeCodex

Show memory graph health dashboard — node counts, edge counts, contradictions, stale entities, pending ingests, and last dream run. Use when the user asks about graph status, health, or size.

2 3mo ago A 44 tokens original MIT

graph

10

stevepridemore/graph-memory

Skill Claude CodeCodex

Query the memory graph to explore entities, relationships, and knowledge. Use when the user asks what the graph knows, wants to explore connections, or asks about entities in their knowledge base.

2 3mo ago A 39 tokens original MIT

ingest-audio

11

stevepridemore/graph-memory

Skill Claude CodeCodex

Transcribe a local audio or video file using Whisper and ingest it into the memory graph. Use when the user has a local MP3, WAV, M4A, MP4, or similar audio/video file they want to add to their knowledge graph.

2 3mo ago A 56 tokens original MIT

ingest

12

stevepridemore/graph-memory

Skill Claude CodeCodex

Ingest a file or URL into the memory graph. Handles local files (text, PDF, DOCX, XLSX, images, etc.) and URLs (web pages, YouTube, Wikipedia, RSS). Use when the user wants to add any document or web content to their knowledge graph.

2 3mo ago A 62 tokens original MIT