Prefer Dotnet Inspect

How to fetch a NuGet package's own authoritative docs with the dotnet-inspect CLI before writing or editing code against it. Use whenever a task requires calling or implementing against a NuGet package's API — especially a package you are not fully confident about. The key rule: run `dotnet-inspect package <id>@<version> --readme`, which returns the package's best shipped doc, and prefer it over guessing or relying on training memory. This is a discovery directive only; it contains no package-specific API content.

richlander Updated

File contents

richlander/dotnet-package-skills/tree/main/experiments/prefer-dotnet-inspect/skills/prefer-dotnet-inspect commit 7bf11b2c32

Frequently asked questions

npx skillmds@latest add richlander/prefer-dotnet-inspect