First tagged release. The skill has been in use and CI-green for a while; this marks the version plugin.json has declared since it was published.
What it does
Compiler-exact code search for .NET solutions, for Claude Code and Codex. Answers come from Roslyn rather than pattern matching:
- Find references to a symbol, including from
.cshtmland.razorfiles that grep cannot resolve - Who calls this - the call graph, not text hits
- Change impact - what a rename or signature change would break
Covers C#, VB, Razor Pages, MVC views and Blazor components.
Properties worth relying on
- Deterministic. The same solution at the same commit gives the same answer. No model calls, no network
- Read-only. It never modifies the repository it indexes
- No service. Nothing is uploaded; the analysis is local
Install
/plugin marketplace add dbhq-uk/marketplace
Or point your agent at this repository directly. MIT licensed.
Requires a .NET SDK, since it builds the solution it analyses.