Rika Labs Sgrep
rika-labs-sgrep is a Claude Code plugin for the Build phase that provides local semantic code search with auto-indexing for agent-driven development.
Give Claude Code lightning-fast local semantic search over your repo with auto-indexing and embeddings during agent sessions.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install rika-labs-sgrep@Rika-Labs/sgrepBuilt 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:Rika-Labs/sgrep") and the paste-ready config with skillselion.get_install_config("plugin:Rika-Labs/sgrep").
What it does
rika-labs-sgrep is a Claude Code plugin that adds local, embedding-driven semantic search so agents and you can find relevant symbols, patterns, and implementations by meaning—not just exact strings. It targets solo builders whose repos outgrow ripgrep-style hunting and who want indexes maintained automatically as files change during long Claude sessions. The design emphasizes speed and session-time productivity: watch and autoindexing keywords signal that the tool stays warm while you iterate on frontend, backend, or agent tooling. With one plugin in the bundle and a search-category listing on Skillselion, it sits beside other dev integrations rather than replacing your IDE entirely. Use it mid-build when Claude needs cross-file context, during ship review when tracing behavior, or in operate when diagnosing production issues against the same codebase. It does not provision remote machines or manage session handoffs; it makes the codebase legible to the agent on your machine.
Highlights
- Local semantic code search optimized for agent sessions
- Auto-indexing and watch mode during development
- Embedding-backed sgrep queries instead of brittle keyword greps
- Built for Claude and general developer productivity
- Single-plugin package from Rika-Labs/sgrep
Why builders use it
Agents waste tokens and time grep-ing exact strings when they need concept-level matches across a growing solo-builder codebase.
After install, Claude Code can query sgrep for semantically related code quickly while indexes stay updated during your session.
At a glance
- Type - Plugin in Development Tools.
- Adoption - 0 installs, 41 stars, 0 votes.
FAQ
Who is rika-labs-sgrep for?
It is for Claude Code users and agent-assisted developers who need fast, local semantic code search with automatic index maintenance.
When should I use rika-labs-sgrep?
Use it during active coding or debugging when the agent must locate related implementations, tests, or config by intent rather than exact filenames.
How do I add rika-labs-sgrep to my agent?
Install the Rika-Labs/sgrep Claude Code plugin from the repository, complete any local sgrep setup steps in the README, then invoke search from your agent session as documented.
Comments
Share how you use rika-labs-sgrep, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.