
Scarletkc Vexor
- 231 repo stars
- Updated July 22, 2026
- scarletkc/vexor
scarletkc-vexor is a Claude Code plugin that adds vector-powered semantic search over files and code in your project.
About
scarletkc-vexor is a Claude Code plugin that adds a semantic search engine for files and code, so you and your coding agent can locate relevant snippets by intent instead of relying only on exact strings or directory memory. developers shipping in growing repos install it when grep and filename search stop scaling—refactors, unfamiliar modules, and “where did we handle X?” moments. The catalog lists one plugin in the bundle with developer-tools positioning and vector-powered search as the headline capability. It is agent-tooling: you register the plugin in Claude Code, then invoke search as part of normal implementation and debugging loops. Intermediate complexity is typical because semantic search assumes a working local project tree and comfort letting agents query embeddings-backed results. It is not a deployment, SEO, or analytics product; it is narrowly focused retrieval infrastructure that makes downstream build, ship, and operate work faster when the codebase is the bottleneck.
- Vector-powered semantic search across files and code in the workspace
- Finds related implementations when you remember behavior, not symbol names
- Bundled as a single Claude Code plugin skill focused on search
- Keywords emphasize semantic, files, search, and vexor as the install identity
- Fits builder workflows that mix human navigation and agent-driven exploration
Scarletkc Vexor by the numbers
- Data as of Jul 28, 2026 (Skillselion catalog sync)
/plugin install scarletkc-vexor@scarletkc/vexorAdd your badge
Show developers this plugin is listed on Skillselion. Paste this into your README.
| repo stars | ★ 231 |
|---|---|
| Last updated | July 22, 2026 |
| Repository | scarletkc/vexor ↗ |
What it does
Give Claude Code meaning-based search over your repo so agents pull the right files without exact keyword matches.
Who is it for?
Best when you have medium-to-large codebases and want agents to navigate by meaning during daily Build work.
Skip if: Greenfield single-file experiments or anyone who only needs literal string search with no agent context tooling.
What you get
After you add the plugin, Claude Code can surface semantically related files and code so implementation and fixes start from the right context.
- Semantic search capability over workspace files and code from Claude Code
- Faster agent and human navigation to relevant source locations
- One-plugin bundle identity (vexor) in the Skillselion catalog
By the numbers
- Catalog lists 1 plugin in the scarletkc-vexor bundle
- Repository scarletkc/vexor with catalog star count 213 at last fetch
- Plugin keywords include bundle, files, search, semantic, skill, vectorpowered, vexor
Recommended Plugins
How it compares
Semantic search plugin for the repo, not a multi-agent orchestration or MCP server catalog.
FAQ
Who is Scarletkc Vexor for?
It is for developers and developers using Claude Code who need faster, meaning-based discovery of files and code in an existing repository.
When should I use Scarletkc Vexor?
Use it during Build when you are exploring unfamiliar modules, tracing behavior across the tree, or feeding agents better context than keyword grep alone.
How do I add Scarletkc Vexor to my agent?
Install or register the scarletkc/vexor Claude Code plugin bundle from the repo, then use the bundled search skill or commands according to that plugin’s README in your Claude Code environment.