
Gplv2 Ogrep Marketplace
- 6 repo stars
- Updated May 3, 2026
- gplv2/ogrep-marketplace
gplv2-ogrep-marketplace is a Claude Code plugin that adds hybrid semantic and keyword search (ogrep) to agent workflows.
About
gplv2-ogrep-marketplace is a Claude Code plugin marketplace that ships one semantic search tool built for hybrid retrieval. developers and small teams use it when plain ripgrep misses intent-heavy questions or when embeddings help surface related modules without exact string matches. The plugin emphasizes several matching modes—keyword, fulltext, embedding similarity, exact identifiers, and hybrid combinations—so you can tune precision versus recall while the agent explores a repository. It fits developers shipping with Claude Code who want catalog-grade or in-repo search without standing up a separate search stack. Install it during active Build work when integrations and agent tooling matter: wiring search into debugging, onboarding to a fork, or tracing how concepts appear across files. It is a task-oriented integration, not an methodology; pair it with your normal ship and review habits rather than expecting it to replace structured planning or validation steps.
- Hybrid search modes: keyword, semantic embedding, fulltext, exact identifiers, and combined matching
- Multiple query and output modes tailored to developer retrieval (ogrep-style similarity search)
- Single-plugin marketplace bundle focused on semantic search—not a general skill pack
- Conceptual and identifier-aware matching for large repos and unfamiliar codebases
- Community marketplace entry with one packaged search plugin
Gplv2 Ogrep Marketplace by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin install gplv2-ogrep-marketplace@gplv2/ogrep-marketplaceAdd your badge
Show developers this plugin is listed on Skillselion. Paste this into your README.
| repo stars | ★ 6 |
|---|---|
| Last updated | May 3, 2026 |
| Repository | gplv2/ogrep-marketplace ↗ |
What it does
Install when you need hybrid semantic and keyword search over code or catalogs inside Claude Code instead of guessing file paths or grep-only matches.
Who is it for?
Best when you're extending Claude Code with repo search and already work in agent-driven Build sessions and want embedding plus keyword hybrid retrieval.
Skip if: Skip if you only need occasional literal string search with no MCP or plugin setup, or developers in Validate-only landing-page work with no codebase to search.
What you get
After install, Claude Code can run multi-mode ogrep queries so you find the right symbols and related code faster with fewer blind file walks.
- Runnable hybrid search queries from Claude Code sessions
- Ranked matches across keyword, semantic, and identifier modes
- Faster agent-led navigation of unfamiliar repositories
Recommended Plugins
How it compares
Hybrid search MCP-style tooling, not a brainstorming or planning methodology skill.
FAQ
Who is Gplv2 Ogrep Marketplace for?
It is for Claude Code users—usually or developers—who want semantic and keyword hybrid search inside the agent instead of manual grep and file guessing.
When should I use Gplv2 Ogrep Marketplace?
Use it during Build when you are navigating, refactoring, or debugging code and need conceptual similarity, exact identifiers, or combined fulltext and embedding matches.
How do I add Gplv2 Ogrep Marketplace to my agent?
Add the gplv2/ogrep-marketplace Claude Code plugin from the marketplace repository, enable the bundled search plugin, then invoke ogrep-style queries from your Claude Code session per the repo setup.