DD

davidfowl/dotnet-skillz

Developer tools
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