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.
Reusable Agentic Workflow for persistent memory for Cursor and Graphify for connected nodes of the codebase
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…