By davidfowl
Decompile .NET assemblies via CLI using ILSpy to inspect internal API implementations, NuGet packages, framework code, and binaries. Enables coding agents to analyze and understand compiled .NET behavior directly from the command line.
npx claudepluginhub davidfowl/dotnet-skillz --plugin ilspy-decompile.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 skillsReliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Claude Code skills for Godot 4.x game development - GDScript patterns, interactive MCP workflows, scene design, and shaders
Manus-style persistent markdown files for planning, progress tracking, and knowledge storage. Works with Claude Code, Kiro, Clawd CLI, Gemini CLI, Cursor, Continue, Hermes, and 17+ AI coding assistants. Now with Arabic, German, Spanish, and Chinese (Simplified & Traditional) support.
Meta-prompting and spec-driven development system for Claude Code. Productivity framework for structured AI-assisted development.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Team-oriented workflow plugin with role agents, 27 specialist agents, ECC-inspired commands, layered rules, and hooks skeleton.