home / skills / yoanbernabeu / grepai-skills

yoanbernabeu/grepai-skills

27 AI Agent Skills for GrepAI - semantic code search and call graph analysis

27 skills
GitHub

Sponsored

grepai-ignore-patterns

yoanbernabeu/grepai-skills

1
This skill helps you tailor GrepAI indexing by configuring ignore patterns to exclude files and directories, reducing noise and index size.
grepai-config-reference

yoanbernabeu/grepai-skills

1
This skill provides a complete reference for GrepAI configuration, helping you understand options, troubleshoot issues, and optimize setups.
grepai-init

yoanbernabeu/grepai-skills

1
This skill initializes GrepAI in a project by creating .grepai with default config and indices, then guides setup.
grepai-troubleshooting

yoanbernabeu/grepai-skills

1
This skill guides you through diagnosing and fixing common GrepAI issues, improving search reliability and indexing efficiently.
grepai-ollama-setup

yoanbernabeu/grepai-skills

1
This skill guides you through installing and configuring Ollama for private local embeddings with GrepAI, ensuring offline code search.
grepai-installation

yoanbernabeu/grepai-skills

1
This skill guides you through installing GrepAI across macOS, Linux, and Windows, ensuring a successful setup and verification.
grepai-watch-daemon

yoanbernabeu/grepai-skills

1
This skill helps you configure and manage the GrepAI watch daemon for real-time code indexing and file monitoring across projects.
grepai-mcp-tools

yoanbernabeu/grepai-skills

1
This skill helps you understand GrepAI MCP tools, their parameters, and usage to integrate, debug, and optimize code search and call-graph tasks.
grepai-chunking

yoanbernabeu/grepai-skills

1
This skill helps optimize code chunking for embeddings by tuning size and overlap to balance precision and context.
grepai-storage-gob

yoanbernabeu/grepai-skills

1
This skill configures GrepAI to use GOB local file storage for embeddings, metadata, and indexes, enabling simple single-machine setups.
grepai-search-basics

yoanbernabeu/grepai-skills

1
This skill teaches semantic code search basics with GrepAI, helping you perform basic queries, compare semantic versus text search, and interpret results.
grepai-languages

yoanbernabeu/grepai-skills

1
This skill helps determine GrepAI language support and tracing capabilities across languages for indexing and call graph analysis.
grepai-workspaces

yoanbernabeu/grepai-skills

1
This skill helps you manage multi-project codebases with unified search across workspaces, enabling monorepos, microservices, and cross-project queries.
grepai-mcp-cursor

yoanbernabeu/grepai-skills

1
This skill enables semantic code search and call graph insights in Cursor by integrating GrepAI via MCP.
grepai-embeddings-lmstudio

yoanbernabeu/grepai-skills

1
This skill configures LM Studio as the embedding provider for GrepAI, enabling local, GUI-driven embeddings with simple model switching.
grepai-embeddings-openai

yoanbernabeu/grepai-skills

1
This skill configures OpenAI embeddings for GrepAI, delivering high-quality cloud embeddings for large codebases with scalable performance.
grepai-embeddings-ollama

yoanbernabeu/grepai-skills

1
This skill configures Ollama as a private embedding provider for GrepAI, enabling fast, local code search with offline privacy.
grepai-trace-callees

yoanbernabeu/grepai-skills

1
This skill identifies all functions called by a target function using GrepAI trace to map dependencies and aid code understanding.
grepai-trace-graph

yoanbernabeu/grepai-skills

1
This skill builds recursive call graphs using grepai trace graph to reveal complete dependencies and assist refactoring planning.
grepai-quickstart

yoanbernabeu/grepai-skills

1
This skill guides you through installing, indexing, and searching code with GrepAI in minutes, accelerating setup and first queries.
grepai-search-advanced

yoanbernabeu/grepai-skills

1
This skill enables efficient GrepAI searches with JSON outputs, compact mode, and AI agent integration for scripting and token optimization.
grepai-mcp-claude

yoanbernabeu/grepai-skills

1
This skill enables Claude Code to perform semantic code search and call graph analysis via MCP integration with GrepAI, boosting coding insights.
grepai-search-boosting

yoanbernabeu/grepai-skills

1
This skill helps you fine-tune search results by boosting important paths and penalizing tests, docs, and vendor code.
grepai-storage-postgres

yoanbernabeu/grepai-skills

1
This skill helps teams configure PostgreSQL with pgvector for GrepAI, enabling scalable, concurrent, and persistent semantic code search across large codebases.
grepai-search-tips

yoanbernabeu/grepai-skills

1
This skill helps you craft effective GrepAI queries to improve search quality by describing intent, context, and domain-specific terms.