AI agent skills for GrepAI - semantic code search and call graph analysis tool
npx claudepluginhub yoanbernabeu/grepai-skillsComplete bundle of all 27 GrepAI skills for comprehensive code search mastery
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 |