Use the user's Omni-Context long-term memory when it is connected over MCP. Trigger this whenever you need to recall what the user has done, decided, or prefers across past conversations, or when a conversation reaches something worth remembering. Omni-Context is a local knowledge graph — NOT the standard @modelcontextprotocol/server-memory — so use the exact tool names below (e.g. unified_memory_search, save_conclusion), never read_graph / search_nodes.
$npx -y skills add guo6x/omni-context --skill omni-context-memoryInstalls into the current project.
Run `npx skills use "https://github.com/guo6x/omni-context" --skill "guo6x/omni-context/omni-context-memory"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/guo6x/omni-context" that are relevant to the current task. Run `npx skills add "https://github.com/guo6x/omni-context"` and select the relevant skills, then follow their instructions.