Skip to content

v1.0.0

Latest

Choose a tag to compare

@grinidx grinidx released this 17 Aug 11:20
· 7 commits to main since this release
57d4f57

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 .cshtml and .razor files 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.