DD

davidfowl/dotnet-skillz

开发工具
290 stars 质量 41 趋势 41

.NET CLI tools with SKILLS for coding agents.

概览

.NET CLI tools with SKILLS for coding agents.

README

dotnet-skillz

.NET CLI tools with SKILLS for coding agents.

Available Skills

Skill Description
ilspy-decompile Understand .NET implementation details by decompiling assemblies

What are Skills?

Skills are lightweight prompts that teach coding agents how to use CLI tools effectively. They provide:

  • Token-efficient workflows that don’t bloat LLM context
  • Purpose-built commands for specific tasks
  • Best practices for common scenarios

Requirements

  • .NET 10 SDK or newer
  • Claude Code, GitHub Copilot, or any other coding agent

Installing Skills

/plugin marketplace add davidfowl/dotnet-skillz
/plugin install ilspy-decompile@dotnet-skillz

Claude Code

mkdir -p .claude/skills/
curl -o .claude/skills//SKILL.md \
  https://raw.githubusercontent.com/davidfowl/dotnet-skillz/main/skills//SKILL.md

Skills-less operation

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.

Contributing

To add a new skill:

  1. Create a folder under skills//
  2. Add a SKILL.md file following the format of existing skills
  3. Update the Available Skills table in this README
View this README on GitHub

推荐工具

换一个关键词,或者移除筛选条件。

安装

npx skillfish add davidfowl/dotnet-skillz