From adverant-nexus
Store and recall memories using Nexus GraphRAG. Use when the user wants to remember something across sessions, recall past information, save context for later, or manage their persistent memory store.
How this skill is triggered — by the user, by Claude, or both
Slash command
/adverant-nexus:memory-managementThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use `nexus_memory` with `action: "store"`:
Use nexus_memory with action: "store":
content (required): The information to remembertags (optional): Array of tags for categorizationmetadata (optional): Additional structured dataUse nexus_memory with action: "recall":
query (required): What to search for (semantic matching)limit (optional): Max results (default: 10)score_threshold (optional): Minimum similarity score 0-1Use nexus_memory with action: "store_episode":
content (required): The episode contenttype (optional): user_query, system_response, event, observation, insightmetadata (optional): Episode metadataEpisodes include temporal tracking and graph relationships for tracking sequences of events.
Use nexus_memory with action: "recall_episodes":
query (required): Search querylimit (optional): Max resultsnpx claudepluginhub adverant/adverant-nexus-cowork-plugin --plugin adverant-nexusSearches and retrieves memories from Cortex persistent memory using WRRF retrieval. Use for past decisions, patterns, bugs, or architecture context.
Manages total-recall memory system: search, store, forget memories, inspect tiers, run eval, and configure. Automatically activates on memory-related queries.
Persistently stores and retrieves cross-session context via MCP server. Search prior work, ingest meeting notes, and get synthesized summaries of identity, projects, and priorities.