Agent-native NuGet inspection

Inspect NuGet internals fast, without leaving your terminal.

Nupeek decompiles only the type you ask for into deps-src/ so your agent reasons from real code, not guesses.

Copilot CLI Claude Code Codex Local-first
Why teams use Nupeek
Resolve package internals without leaving your terminal
  • Decompile the exact type your agent is reasoning about
  • Target the best runtime assembly and framework automatically
  • Write source + lookup manifests into local files
nupeek type --package Azure.Messaging.ServiceBus \
  --type Azure.Messaging.ServiceBus.ServiceBusSender \
  --out deps-src

Install

.NET global tool
bash
dotnet tool install -g Nupeek
nupeek --help
curl installer
bash
curl -fsSL https://nupeek.dev/install.sh | bash

Skill

Plug this file into your agent setup and get consistent Nupeek usage out of the box.

Usage

Nupeek type command output screenshot
nupeek type ...
Nupeek find command output screenshot
nupeek find ...

GitHub

Source code, issues, and releases are all in one place.