skills/clawhub.ai/slg-git-search

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:

Installs
1
First Seen
Aug 21, 2026
slg-git-search from clawhub.ai