Skip to main content
Manusで任意のスキルを実行
ワンクリックで

semantic-search

スター12
フォーク2
更新日2026年6月10日 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

インストール

Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。

ファイルエクスプローラー
2 ファイル
SKILL.md
readonly