Skip to content

github/csharp-dotnet-development

v1.1.0MIT

Essential prompts, instructions, and chat modes for C# and .NET development including testing, documentation, and best practices.

What this package declares

The file a client reads when it loads this plugin, exactly as this revision carries it.

plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "csharp-dotnet-development",
  "description": "Essential prompts, instructions, and chat modes for C# and .NET development including testing, documentation, and best practices.",
  "version": "1.1.0",
  "author": {
    "name": "Awesome Copilot Community"
  },
  "repository": "https://github.com/github/awesome-copilot",
  "license": "MIT",
  "keywords": [
    "csharp",
    "dotnet",
    "aspnet",
    "testing"
  ],
  "extensions": {
    "com.github.awesome-copilot": {
      "agents": [
        "./agents/expert-dotnet-software-engineer.md"
      ],
      "skills": [
        "./skills/aspnet-minimal-api-openapi/",
        "./skills/csharp-async/",
        "./skills/csharp-mstest/",
        "./skills/csharp-nunit/",
        "./skills/csharp-tunit/",
        "./skills/csharp-xunit/",
        "./skills/dotnet-best-practices/",
        "./skills/dotnet-upgrade/"
      ]
    }
  }
}

Client extensions

Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.

  • com.github.awesome-copilot