Can1357 Smgrep
Can1357-smgrep is a Claude Code plugin for the Build phase that integrates semantic, GPU-accelerated project code search and indexing via smgrep.
Add GPU-accelerated semantic code search and project indexing to Claude Code via the smgrep plugin.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install can1357-smgrep@can1357/smgrepBuilt 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:can1357/smgrep") and the paste-ready config with skillselion.get_install_config("plugin:can1357/smgrep").
What it does
The can1357-smgrep Claude Code plugin brings smgrep, a semantic code search tool with GPU acceleration, into your agent environment so solo builders can query a codebase by meaning rather than exact tokens. Catalog metadata highlights automatic indexing, high-performance search, and Claude-oriented project navigation—useful when a repo outgrows manual file hopping or repetitive ripgrep patterns. Install during active build work when you integrate agent tooling with the tree you ship, and keep using it in review and ops when you need to find analogous fixes or trace concepts across modules. Audience is intermediate developers comfortable with CLI-style search tools and optional GPU dependencies. This is a development integration plugin from the community marketplace, not an LLM prompt pack or a deployment MCP; pair it with Claude Code for agent-driven exploration while you retain normal git and editor workflows. One plugin is listed in the bundle; treat GPU setup and index build time as part of onboarding.
Highlights
- Semantic code search with GPU acceleration for large projects
- Automatic project indexing oriented to Claude Code workflows
- High-performance search alternative to literal grep for implementation discovery
- Single-plugin community bundle (can1357/smgrep)
- Keywords cover semantic search, smgrep, indexing, and project-wide lookup
Why builders use it
Solo builders waste time on exact-match greps and manual file tours when they need concept-level matches across a growing codebase.
After installing smgrep, Claude Code can lean on indexed semantic search to find relevant implementations and patterns faster across the project.
At a glance
- Type - Plugin in Development Tools.
- Adoption - 0 installs, 62 stars, 0 votes.
FAQ
Who is can1357-smgrep for?
It is for Claude Code users maintaining real codebases who want smgrep-style semantic search and automatic indexing instead of manual navigation.
When should I use can1357-smgrep?
Use it during implementation, code review, and debugging when you need intent-based matches across many files in an indexed project.
How do I add can1357-smgrep to my agent?
Install the smgrep plugin from can1357/smgrep in the Claude Code plugin marketplace and complete project indexing per the plugin documentation.
Comments
Share how you use can1357-smgrep, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.