grepai▌
27 indexed skills · max 10 per page
grepai-ignore-patterns
yoanbernabeu/grepai-skills · AI/ML
This skill covers how to configure ignore patterns to exclude files and directories from GrepAI indexing.
grepai-storage-gob
yoanbernabeu/grepai-skills · Backend
This skill covers using GOB (Go Binary) as the storage backend for GrepAI, the default and simplest option.
grepai-init
yoanbernabeu/grepai-skills · AI/ML
This skill covers the grepai init command and project initialization.
grepai-embeddings-ollama
yoanbernabeu/grepai-skills · AI/ML
This skill covers using Ollama as the embedding provider for GrepAI, enabling 100% private, local code search.
grepai-languages
yoanbernabeu/grepai-skills · AI/ML
This skill covers the programming languages supported by GrepAI for indexing and call graph analysis.
grepai-trace-graph
yoanbernabeu/grepai-skills · AI/ML
This skill covers using grepai trace graph to build complete call graphs showing all dependencies recursively.
grepai-search-boosting
yoanbernabeu/grepai-skills · AI/ML
This skill covers configuring score boosting to prioritize relevant code paths and deprioritize tests, docs, and vendor code.
grepai-trace-callees
yoanbernabeu/grepai-skills · AI/ML
This skill covers using grepai trace callees to find all functions called by a specific function.
grepai-search-advanced
yoanbernabeu/grepai-skills · AI/ML
Structured code search with JSON, TOON, and compact output formats optimized for AI agents. \n \n Supports three output formats: standard JSON, compact JSON (80% fewer tokens), and TOON notation (50% more compact than JSON) \n Includes --limit , --json , --toon , and --compact command-line options for controlling result volume and token usage \n Integrates with MCP servers and AI agents (Claude, GPT) through format selection parameters \n Works with scripting tools (jq, Python, Node.js) and supp
grepai-trace-callers
yoanbernabeu/grepai-skills · AI/ML
This skill covers using grepai trace callers to find all code locations that call a specific function or method.