dotnet-inspect-query

Installation
SKILL.md

dotnet-inspect: query and output system

The query system is like Go templates, without a DSL: every command emits the same structured sections, and you discover, select, and project them with the same cross-command flags — on find, type, member, package, library, diff, and the relationship commands. Discover the shape first, then select and project.

dnx dotnet-inspect -y -- <command>

Output formats

Default output is Markdown. Pick a machine or compact shape when you need one:

Installs
1
GitHub Stars
147
First Seen
Jun 27, 2026
dotnet-inspect-query — richlander/dotnet-inspect