By davidfowl
Decompile .NET assemblies to C# source code, enabling inspection of internal API implementations, NuGet package contents, and framework internals directly from the CLI.
.NET CLI tools with SKILLS for coding agents.
| Skill | Description |
|---|---|
| ilspy-decompile | Understand .NET implementation details by decompiling assemblies |
Skills are lightweight prompts that teach coding agents how to use CLI tools effectively. They provide:
/plugin marketplace add davidfowl/dotnet-skillz
/plugin install ilspy-decompile@dotnet-skillz
mkdir -p .claude/skills/<skill-name>
curl -o .claude/skills/<skill-name>/SKILL.md \
https://raw.githubusercontent.com/davidfowl/dotnet-skillz/main/skills/<skill-name>/SKILL.md
You can also point your agent directly at a tool's help:
Decompile MyLibrary.dll using dnx ilspycmd.
Check dnx ilspycmd --help for available commands.
To add a new skill:
skills/<skill-name>/SKILL.md file following the format of existing skillsBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimAnalyze Windows crash dumps and debug processes using WinDbg/CDB from the command line. Triage crashes, inspect threads, view stack traces, and run debugger commands.
Windows crash dump analysis CLI tools with SKILLS for coding agents. Analyze crash dumps, inspect threads, view stack traces using WinDbg/CDB.
npx claudepluginhub davidfowl/dotnet-skillz --plugin ilspy-decompile.NET skills for coding assistants
Inspect .NET assemblies and NuGet packages
Enables .NET development in Claude Code web sessions by fixing NuGet proxy authentication. Provides a C# credential provider plugin with embedded proxy bridge, SessionStart hook for automatic setup, and comprehensive troubleshooting.
Comprehensive .NET development skills for modern C#, ASP.NET, MAUI, Blazor, and cloud-native applications
Roslyn-based code graph intelligence for .NET codebases. Requires .NET 10 SDK and the global tool: dotnet tool install -g RoslynCodeLens.Mcp
Roslyn-powered C# refactoring MCP server — 41 tools for code navigation, analysis, generation, and refactoring across entire .NET solutions