dotnet-inspect-sourcelink

Installation
SKILL.md

dotnet-inspect: SourceLink and original source

Use this skill to get the authoritative original source as written by the author. It resolves through SourceLink data in the PDB and fetches over the network, so it can be unavailable (no PDB, no SourceLink, private repo). When it is unavailable, the decompiler skill is the always-local fallback.

dnx dotnet-inspect -y -- <command>

Find where the source lives

-S "Source Files" maps types to their SourceLink URLs (on type, library, or package); -S "Source Locations" gives per-member file and line URLs without fetching the bodies.

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