yoanbernabeu/grepai-skills
These skills were imported into SkillJury from the public skills ecosystem.
grepai-search-basics
by yoanbernabeu/grepai-skills
This skill covers the fundamentals of semantic code search with GrepAI.
grepai-search-advanced
by yoanbernabeu/grepai-skills
This skill covers advanced search options including JSON output, compact mode, and integration with AI agents.
grepai-search-tips
by yoanbernabeu/grepai-skills
This skill provides tips and best practices for writing effective semantic search queries.
grepai-trace-callers
by yoanbernabeu/grepai-skills
This skill covers using grepai trace callers to find all code locations that call a specific function or method.
grepai-search-boosting
by yoanbernabeu/grepai-skills
This skill covers configuring score boosting to prioritize relevant code paths and deprioritize tests, docs, and vendor code.
grepai-trace-graph
by yoanbernabeu/grepai-skills
This skill covers using grepai trace graph to build complete call graphs showing all dependencies recursively.
grepai-trace-callees
by yoanbernabeu/grepai-skills
This skill covers using grepai trace callees to find all functions called by a specific function.
grepai-languages
by yoanbernabeu/grepai-skills
This skill covers the programming languages supported by GrepAI for indexing and call graph analysis.
grepai-ollama-setup
by yoanbernabeu/grepai-skills
This skill covers installing and configuring Ollama as the local embedding provider for GrepAI. Ollama enables 100% private code search where your code never leaves your machine.
grepai-watch-daemon
by yoanbernabeu/grepai-skills
This skill covers the grepai watch command and daemon management for real-time code indexing.
grepai-mcp-tools
by yoanbernabeu/grepai-skills
This skill provides a complete reference for all tools available through GrepAI's MCP server.
grepai-troubleshooting
by yoanbernabeu/grepai-skills
This skill provides solutions for common GrepAI issues and diagnostic procedures.
grepai-config-reference
by yoanbernabeu/grepai-skills
This skill provides a complete reference for all GrepAI configuration options in .grepai/config.yaml .
grepai-chunking
by yoanbernabeu/grepai-skills
This skill covers how GrepAI splits code files into chunks for embedding, and how to optimize chunking for your codebase.
grepai-embeddings-ollama
by yoanbernabeu/grepai-skills
This skill covers using Ollama as the embedding provider for GrepAI, enabling 100% private, local code search.
grepai-init
by yoanbernabeu/grepai-skills
This skill covers the grepai init command and project initialization.
grepai-ignore-patterns
by yoanbernabeu/grepai-skills
This skill covers how to configure ignore patterns to exclude files and directories from GrepAI indexing.
grepai-workspaces
by yoanbernabeu/grepai-skills
This skill covers using GrepAI workspaces to manage multiple related projects with a unified search index.
grepai-storage-gob
by yoanbernabeu/grepai-skills
This skill covers using GOB (Go Binary) as the storage backend for GrepAI, the default and simplest option.
grepai-installation
by yoanbernabeu/grepai-skills
This skill covers all methods to install GrepAI on any platform.
grepai-mcp-claude
by yoanbernabeu/grepai-skills
This skill covers integrating GrepAI with Claude Code using the Model Context Protocol (MCP).
grepai-quickstart
by yoanbernabeu/grepai-skills
This skill provides a complete walkthrough to get GrepAI running and searching your code in 5 minutes.
grepai-mcp-cursor
by yoanbernabeu/grepai-skills
This skill covers integrating GrepAI with Cursor IDE using the Model Context Protocol (MCP).
grepai-storage-qdrant
by yoanbernabeu/grepai-skills
This skill covers using Qdrant as the storage backend for GrepAI, offering high-performance vector search.