csharp-decompile
Installation
SKILL.md
C# Decompilation with ilspycmd
Decompile .NET assemblies to C# source code or IL using ilspycmd.
Setup
Ensure ilspycmd is installed:
ilspycmd --version || dotnet tool install --global ilspycmd
Workflows
List Types in an Assembly
Discover what's in an assembly before decompiling: