npx claudepluginhub davidfowl/dotnet-skillz.NET CLI tools with SKILLS for coding agents. Includes tools for decompiling assemblies, and more.
Claude Code plugins for the Slidev presentation framework
Bundled plugins for actuating and debugging the Chrome browser.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
.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 skills