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.