By yoanbernabeu
Complete bundle of all 27 GrepAI skills for comprehensive code search mastery
Supported programming languages in GrepAI. Use this skill to understand which languages can be indexed and traced.
Troubleshooting guide for GrepAI. Use this skill to diagnose and fix common issues.
Configure multi-project workspaces in GrepAI. Use this skill for monorepos and multiple related projects.
Complete configuration reference for GrepAI. Use this skill when you need to understand all available configuration options.
Configure ignore patterns in GrepAI. Use this skill when excluding files and directories from indexing.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
27 AI Agent Skills to master semantic code search with GrepAI.
Installation, configuration, search, tracing, MCP integration — everything you need.
Install • Skills • Usage • Contribute
npx skills add yoanbernabeu/grepai-skills
That's it. Works with Claude Code, Cursor, Codex, OpenCode, Windsurf, and 30+ AI agents.
# Install everything (27 skills)
npx skills add yoanbernabeu/grepai-skills
# Install only search skills
npx skills add yoanbernabeu/grepai-skills --skill grepai-search-basics
# Install globally (available in all projects)
npx skills add yoanbernabeu/grepai-skills -g
# List all available skills
npx skills add yoanbernabeu/grepai-skills --list
# Install to specific agents
npx skills add yoanbernabeu/grepai-skills -a claude-code -a cursor
# Non-interactive (CI/CD friendly)
npx skills add yoanbernabeu/grepai-skills --all -y
/plugin marketplace add yoanbernabeu/grepai-skills
/plugin install grepai-complete@grepai-skills
Copy the skills/ directory to:
~/.claude/skills/ (or ~/.cursor/skills/, etc.).claude/skills/ (or .cursor/skills/, etc.)GrepAI is a semantic code search tool that:
Understanding a new codebase is hard. Traditional grep finds exact text, but you often don't know the exact words. GrepAI searches by meaning — but it has a learning curve. These skills give your AI agent expert-level knowledge of GrepAI so you can find code instantly.
| Challenge | Skill That Helps |
|---|---|
| "How do I install GrepAI?" | grepai-installation |
| "How do I set up Ollama?" | grepai-ollama-setup |
| "My searches return poor results" | grepai-search-tips |
| "What calls this function?" | grepai-trace-callers |
| "How do I use with Claude Code?" | grepai-mcp-claude |
| Skill | What It Does |
|---|---|
grepai-installation | Multi-platform installation (Homebrew, shell, Windows) |
grepai-ollama-setup | Install and configure Ollama for local embeddings |
grepai-quickstart | Get searching in 5 minutes |
| Skill | What It Does |
|---|---|
grepai-init | Initialize GrepAI in a project |
grepai-config-reference | Complete configuration reference |
grepai-ignore-patterns | Exclude files and directories from indexing |
| Skill | What It Does |
|---|---|
grepai-embeddings-ollama | Configure Ollama for local, private embeddings |
grepai-embeddings-openai | Configure OpenAI for cloud embeddings |
grepai-embeddings-lmstudio | Configure LM Studio with GUI interface |
| Skill | What It Does |
|---|---|
grepai-storage-gob | Local file storage (default, simple) |
grepai-storage-postgres | PostgreSQL + pgvector for teams |
grepai-storage-qdrant | Qdrant for high-performance search |
| Skill | What It Does |
|---|---|
grepai-watch-daemon | Configure and manage the watch daemon |
grepai-chunking | Optimize how code is split for embedding |
| Skill | What It Does |
|---|---|
grepai-search-basics | Basic semantic code search |
grepai-search-advanced | JSON output, compact mode, AI integration |
grepai-search-tips | Write effective search queries |
grepai-search-boosting | Prioritize source code over tests |
| Skill | What It Does |
|---|---|
grepai-trace-callers | Find all callers of a function |
grepai-trace-callees | Find all functions called by a function |
grepai-trace-graph | Build complete dependency graphs |
npx claudepluginhub yoanbernabeu/grepai-skills --plugin grepai-getting-startedSemantic code search for Claude Code. Automatically indexes your project and provides intelligent search capabilities.
Beacon — semantic code search for Claude Code
Precise local semantic code search via MCP. Indexes your codebase with Go AST parsing, embeds with Ollama or LM Studio, and exposes vector search to Claude through an MCP server — no cloud, no npm.
Smart semantic + hybrid code search for local repositories
Semantic code search powered by ColBERT. Replaces grep/ripgrep with natural language understanding for smarter code navigation.
Fast and token-friendly code reading for AI coding agents. Symbol-aware MCP tools that replace cat/grep with ~85% fewer tokens, sub-millisecond search, and a raw fallback that preserves cat/grep parity byte-for-byte.