slg-git-search
Installation
SKILL.md
SLG — Semantic Git Search
slg is a local-first CLI that builds a semantic index of your git history (embeddings + BM25) so you can ask natural-language questions about who changed what, why, and when. No API keys required — everything runs offline via ONNX Runtime.
Installation
npm install -g slg-cli
# or run without installing
npx slg-cli <command>
When to Use This Skill
Use slg when the user: