Semantic vector search for agent-memory. Use when asked to "find similar discussions", "semantic search", "find related topics", "what's conceptually related to X", or when keyword search returns poor results. Provides vector similarity search and hybrid BM25+vector fusion.
$npx -y skills add spillwavesolutions/agent-memory --skill vector-searchInstalls into the current project.
Run `npx skills use "https://github.com/spillwavesolutions/agent-memory" --skill "spillwavesolutions/agent-memory/vector-search"` 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/spillwavesolutions/agent-memory" that are relevant to the current task. Run `npx skills add "https://github.com/spillwavesolutions/agent-memory"` and select the relevant skills, then follow their instructions.