Stats
Links
Categories
Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub davidfowl/dotnet-skillz.NET CLI tools with SKILLS for coding agents. Includes tools for decompiling assemblies, and more.
Open Design — local-first design app exposed to coding agents over MCP. Install once with your agent's plugin command and projects/files/skills are reachable through stdio.
Claude Code plugins for the Slidev presentation framework
Bundled plugins for actuating and debugging the Chrome browser.
Share bugs, ideas, or general feedback.
.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