yoanbernabeu/grepai-skills
grepai-search-basics
Basic semantic code search with GrepAI. Use this skill to learn fundamental search commands and concepts.
grepai-search-advanced
Advanced search options in GrepAI. Use this skill for JSON output, compact mode, and AI agent integration.
grepai-search-tips
Tips and best practices for effective GrepAI searches. Use this skill to improve search result quality.
grepai-trace-callers
Find function callers with GrepAI trace. Use this skill to discover what code calls a specific function.
grepai-search-boosting
Configure search result boosting in GrepAI. Use this skill to prioritize certain paths and penalize others.
grepai-trace-callees
Find function callees with GrepAI trace. Use this skill to discover what functions a specific function calls.
grepai-trace-graph
Build complete call graphs with GrepAI trace. Use this skill for recursive dependency analysis.
grepai-languages
Supported programming languages in GrepAI. Use this skill to understand which languages can be indexed and traced.
grepai-chunking
Configure code chunking in GrepAI. Use this skill to optimize how code is split for embedding.
grepai-ignore-patterns
Configure ignore patterns in GrepAI. Use this skill when excluding files and directories from indexing.
grepai-troubleshooting
Troubleshooting guide for GrepAI. Use this skill to diagnose and fix common issues.
grepai-config-reference
Complete configuration reference for GrepAI. Use this skill when you need to understand all available configuration options.
grepai-watch-daemon
Configure and manage the GrepAI watch daemon. Use this skill for real-time code indexing and file monitoring.
grepai-init
Initialize GrepAI in a project. Use this skill when setting up GrepAI for the first time in a codebase.
grepai-workspaces
Configure multi-project workspaces in GrepAI. Use this skill for monorepos and multiple related projects.
grepai-mcp-tools
Reference for all GrepAI MCP tools. Use this skill to understand available MCP tools and their parameters.
grepai-storage-gob
Configure GOB local file storage for GrepAI. Use this skill for simple, single-machine setups.
grepai-embeddings-ollama
Configure Ollama as embedding provider for GrepAI. Use this skill for local, private embedding generation.
grepai-installation
Multi-platform installation guide for GrepAI. Use this skill when installing GrepAI on macOS, Linux, or Windows.
grepai-quickstart
Get started with GrepAI in 5 minutes. Use this skill for a complete walkthrough from installation to first search.
grepai-ollama-setup
Install and configure Ollama for local embeddings with GrepAI. Use this skill when setting up private, local embedding generation.
grepai-mcp-claude
Integrate GrepAI with Claude Code via MCP. Use this skill to enable semantic code search in Claude Code.
grepai-mcp-cursor
Integrate GrepAI with Cursor IDE via MCP. Use this skill to enable semantic code search in Cursor.
grepai-storage-qdrant
Configure Qdrant vector database for GrepAI. Use this skill for high-performance vector search.
grepai-storage-postgres
Configure PostgreSQL with pgvector for GrepAI. Use this skill for team environments and large codebases.
grepai-embeddings-lmstudio
Configure LM Studio as embedding provider for GrepAI. Use this skill for local embeddings with a GUI interface.
grepai-embeddings-openai
Configure OpenAI as embedding provider for GrepAI. Use this skill for high-quality cloud embeddings.