semantic-search
Installation
SKILL.md
Quick Example
odino query -q "error handling exceptions"
# Output shows files ranked by relevance:
# knowledge/Error Handling.md (0.876)
# middleware/errorHandler.js (0.745)
# schemas/validation.js (0.689)
Semantic Search
Overview
Enable natural language semantic search across codebases and notes using odino CLI with BGE embeddings. Unlike grep (exact text matching) or glob (filename patterns), semantic search finds code by what it does, not what it's called.