Gplv2 Ogrep Marketplace
gplv2-ogrep-marketplace is a Claude Code plugin for the Build phase that adds hybrid semantic and keyword search (ogrep) to agent workflows.
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.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install gplv2-ogrep-marketplace@gplv2/ogrep-marketplaceBuilt to be called by your agent
Skillselion is itself an MCP server. Your agent can pull this entry and a paste-ready install config straight from the API - no copy-paste.
Retrieve this entry with skillselion.get_details("plugin:gplv2/ogrep-marketplace") and the paste-ready config with skillselion.get_install_config("plugin:gplv2/ogrep-marketplace").
What it does
gplv2-ogrep-marketplace is a Claude Code plugin marketplace that ships one semantic search tool built for hybrid retrieval. Solo builders 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 indie 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 a journey-wide methodology; pair it with your normal ship and review habits rather than expecting it to replace structured planning or validation steps.
Highlights
- 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
Why builders use it
Grep-only search wastes agent turns when you need conceptual matches, cross-file similarity, or identifier-aware retrieval in unfamiliar repos.
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.
At a glance
- Type - Plugin in Development Tools.
- Adoption - 0 installs, 5 stars, 0 votes.
FAQ
Who is gplv2-ogrep-marketplace for?
It is for Claude Code users—usually solo or indie 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.
Comments
Share how you use gplv2-ogrep-marketplace, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.