Skip to main content
Run any Skill in Manus
with one click

semantic-search

Stars12
Forks2
UpdatedJune 10, 2026 at 02:43

Fast semantic search over Second Brain using local embeddings (BAAI/bge-large-en-v1.5, via `sb_embed.py`). Finds ideas by MEANING, not just keyword overlap. **Commands:** `search "query"` (top-k ranked matches, ~50ms cached), `verify "idea"` (duplicate check with DUPLICATE/OVERLAP/NOT_FOUND verdict), `similar path/to/file.md` (find files semantically close to an existing one), `stats` (index health). **Filters:** `--project "Project Name"`, `--category "Journal"`, `--top-k N`, `--json`. **Use semantic search for:** broad concept recall ("what do I have about coordination?"), rephrased-duplicate detection, unexpected-connection discovery, pre-ingestion dedupe. **Use grep instead when:** you know the exact term/phrase, doing project/category lookups by exact string, or confirming a specific filename. Grep is precise; semantic is recall-wide. Best practice: combine — semantic for broad recall, grep for precision matching. Invoked via "find ideas about X", "what do I have on X", "related to X", "similar to this i

Installation

Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.

File Explorer
2 files
SKILL.md
readonly