Semantic Grep

In-process semantic search over text files or in-memory strings, using Gemini embeddings via the CF AI Gateway. Use when user wants fuzzy/conceptual search where exact-keyword grep would miss — "sessions discussing regulatory constraints", "code about retry logic", "notes mentioning burnout even if the word isn't there". Complements searching-codebases (regex/AST) and extracting-keywords (YAKE). Do NOT use when an exact string/regex match is what's wanted — grep/rg wins on speed and precision there.

oaustegard 79a7852 4 files · 25.7 KB Updated

File contents

oaustegard/claude-skills/tree/main/semantic-grep commit 79a78520ce

Frequently asked questions

npx skillmds@latest add oaustegard/semantic-grep