Instructions file
Instructions for stevepridemore/graph-memory, covering graph memory, when to consult the graph, how to use it, writing to the graph during conversation and when to write (call graphrelate).
Instructions file
Instructions for stevepridemore/graph-memory, covering graph memory, when to consult the graph, how to use it, writing to the graph during conversation and when to write (call graphrelate).
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.
Skill Claude CodeCodex
Export the memory graph to a timestamped JSONL backup file. Use before risky operations or on demand.
Skill Claude CodeCodex
Reinforce or weaken a specific relationship in the memory graph. Use when the user wants to manually adjust edge weights.
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.
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.
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.
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.
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.
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.
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.
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.
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.