@yoanbernabeu/grepai
grepai is a semantic code search CLI tool that indexes code using vector embeddings for natural language queries.
Install
Add @yoanbernabeu/grepai to Claude Code with the PolySkill CLI: polyskill add @yoanbernabeu/grepai
Instructions
# CLAUDE.md This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository. ## Build and Development Commands ```bash # Build the binary make build # Run tests with race detection make test # Run tests with coverage report make test-cover # Lint with golangci-lint make lint # Build and run make run # Cross-compile for all platforms make build-all ``` ## Architecture Overview grepai is a semantic code search CLI tool that indexes code using vector embeddings for natural language queries. ### Core Components **Interfaces define extensible backends:** - `em…
Keywords: github, code-search, semantic-search, vector-embeddings, cli-tool, natural-language-query, programming-tools, developer-utilities, code-indexing