Skip to content

davidfowl/dotnet-skillz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

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

GitHub Copilot CLI (recommended)

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

Claude Code

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

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/<skill-name>/
  2. Add a SKILL.md file following the format of existing skills
  3. Update the Available Skills table in this README

About

A set of skills for dotnet apps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors