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