graph-scout
01Skill Claude CodeCodex
Query the code graph and return a compact summary. Use at task start in memory-graph repos — never load graph.json into the parent chat.
Skill Claude CodeCodex
Query the code graph and return a compact summary. Use at task start in memory-graph repos — never load graph.json into the parent chat.
Skill Claude CodeCodex
A relentless interview to sharpen a plan or design.
Skill Claude CodeCodex
Conventions for the memory-graph toolkit (Cursor + Copilot hooks, bash scripts, sandbox tests, Memory Observatory dashboard). Apply when editing .cursor/hooks/, .github/hooks/, scripts/, tests/, dashboard/, or docs/ in this repo.
Skill Claude CodeCodex
Use when editing .cursor/hooks/, the session stop/start pipeline, or hook side effects (sessions, compression, graphify, Ollama). Covers orchestration order, config access, and contracts.
Skill Claude CodeCodex
Install or upgrade memory-graph in the current project — unified config, session hooks, graphify codebase summary, and tiered memory. Use when setting up persistent agent memory or upgrading an existing install.
Skill Claude CodeCodex
Use when adding or editing tests under tests/. Covers sandboxrepo(), loadhook(), fixtures, and the no-network/no-LLM test contract.
Skill Claude CodeCodex
LLM distillation of repo memory when structural compression hits caps. Use when memory/.semantic-pending exists, or the hook requests semantic compress, or state.yaml feels bloated.
Skill Claude CodeCodex
Full development loop for any feature or fix — grill, research, slice into changes, write spec-driven tests (before code), implement code in isolation, validate against tests, guard boundaries, review, commit per slice, and persist to memory. Use when the user says "build this", "implement X", "add feature", "fix and…
Cursor rule Cursor
Project compass — working focus + codebase summary for [REPONAME].
Cursor rule Cursor
Opt-in SDLC — use ship-feature for end-to-end work; quick paths for small changes. Not loaded every chat.
Instructions file GitHub Copilot
Copilot instructions for SundaraSwani/memory-graph, covering memory-graph, working on, codebase, where to go and team knowledge (load by domain).
Instructions file CodexOpenCode
AGENTS.md instructions for SundaraSwani/memory-graph, covering memory-graph agent directives, skill file maintenance, read order (every session), skill index and living memory vs team knowledge.