grepai-complete

grepai-complete is a plugin for Claude Code from yoanbernabeu/grepai-skills. Its manifest loads nothing; the 27 skills it bundles cost 758 tokens per session together, scanned A, original, MIT.

A complete collection of GrepAI guides, covering setup, configuration, embeddings, storage, indexing, semantic search, call-graph analysis, and integrations. GrepAI is a tool for searching source code by meaning rather than only exact words.

In plain words
What is it for?
Use it to install GrepAI, choose its model and storage setup, index code, search by meaning, analyze callers and callees, and connect it to coding assistants and MCP tools.
Why use it?
It gives developers one reference for installing, configuring, searching, tracing, storing, and connecting GrepAI across a project.

Plugin for Claude Code

Written for Claude Code: a Claude Code plugin manifest.

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Claude Code
/plugin marketplace add yoanbernabeu/grepai-skills
agentmods
npx agentmods add plugins/yoanbernabeu/grepai-skills/grepai-complete
Clone the repo
git clone --depth 1 https://github.com/yoanbernabeu/grepai-skills

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for grepai-complete

README.md
[![agentmods](https://agentmods.dev/badge/plugins/yoanbernabeu/grepai-skills/grepai-complete.svg)](https://agentmods.dev/plugins/yoanbernabeu/grepai-skills/grepai-complete)
Your own site
<a href="https://agentmods.dev/plugins/yoanbernabeu/grepai-skills/grepai-complete"><img src="https://agentmods.dev/badge/plugins/yoanbernabeu/grepai-skills/grepai-complete.svg" alt="Measured on agentmods" height="20"></a>
Per session not measured What this adds to a session before it is invoked.
When invoked not measured The manifest loads nothing itself; its 27 skills cost 758 tokens a session between them.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Security

Grade A, and why

grepai-complete scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude-plugin/marketplace.json#grepai-complete · 35 lines

What it actually says

{
  "name": "grepai-complete",
  "description": "Complete bundle of all 27 GrepAI skills for comprehensive code search mastery",
  "source": "./",
  "strict": false,
  "skills": [
    "./skills/getting-started/grepai-installation",
    "./skills/getting-started/grepai-ollama-setup",
    "./skills/getting-started/grepai-quickstart",
    "./skills/configuration/grepai-init",
    "./skills/configuration/grepai-config-reference",
    "./skills/configuration/grepai-ignore-patterns",
    "./skills/embeddings/grepai-embeddings-ollama",
    "./skills/embeddings/grepai-embeddings-openai",
    "./skills/embeddings/grepai-embeddings-lmstudio",
    "./skills/storage/grepai-storage-gob",
    "./skills/storage/grepai-storage-postgres",
    "./skills/storage/grepai-storage-qdrant",
    "./skills/indexing/grepai-watch-daemon",
    "./skills/indexing/grepai-chunking",
    "./skills/search/grepai-search-basics",
    "./skills/search/grepai-search-advanced",
    "./skills/search/grepai-search-tips",
    "./skills/search/grepai-search-boosting",
    "./skills/trace/grepai-trace-callers",
    "./skills/trace/grepai-trace-callees",
    "./skills/trace/grepai-trace-graph",
    "./skills/integration/grepai-mcp-claude",
    "./skills/integration/grepai-mcp-cursor",
    "./skills/integration/grepai-mcp-tools",
    "./skills/advanced/grepai-workspaces",
    "./skills/advanced/grepai-languages",
    "./skills/advanced/grepai-troubleshooting"
  ]
}
Files

What ships with it

1 file beside marketplace.json#grepai-complete in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 35 lines scan A b6b571a396a5

Subscribe to this mod's changes

grepai-complete is a plugin published in the GitHub repository yoanbernabeu/grepai-skills (20 stars, last pushed 7mo ago), licensed MIT. Its token cost is not measured: this kind of file is read by the harness, not the model. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.