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.
npx claudepluginhub adverant/adverant-nexus-cowork-plugin --plugin adverant-nexusThis skill uses the workspace's default tool permissions.
Use `nexus_memory` with `action: "store"`:
Manages persistent semantic memory across sessions: store/retrieve knowledge/TODOs/issues, hybrid semantic search, hierarchy/tags organization, and maintenance tools.
Mandates invoking relevant skills via tools before any response in coding sessions. Covers access, priorities, and adaptations for Claude Code, Copilot CLI, Gemini CLI.
Share bugs, ideas, or general feedback.
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 results