What problem does it solve? Setting up semantic code search requires installing multiple tools, configuring an embedding provider, and indexing a project, which is confusing for first-time users. This Skill walks through the entire GrepAI setup from installation to first search in about 5 minutes. ## Core Features & Use Cases - Step-by-step installation: Covers GrepAI and Ollama installation on macOS, Linux, and Windows with verification commands. - Project indexing workflow: Explains grepai init, watch daemon modes (foreground and background), and what happens during chunking and embedding. - Search and call tracing: Demonstrates semantic search with filters and JSON output, plus caller/callee tracing for function dependency analysis. - Use Case: A developer joins a new codebase and needs to find where authentication is handled. After following this quickstart, they run grepai search "authentication flow" and immediately get ranked code snippets with file locations. ## Quick Start Ask the assistant to walk you through installing GrepAI and Ollama, initializing your project, and running your first semantic code search.