Agent Skills: dotnet

C# language server (LSP) integration for coding agents and high-level .NET development skills.

UncategorizedID: autohandai/community-skills/dotnet

Install this agent skill to your local

pnpm dlx add-skill https://github.com/autohandai/community-skills/tree/HEAD/dotnet

Skill Files

Browse the full folder contents for dotnet.

Download Skill

Loading file tree…

dotnet/SKILL.md

Skill Metadata

Name
dotnet
Description
"C# language server (LSP) integration for coding agents and high-level .NET development skills."

dotnet

Overview

Use this skill when a .NET repository needs C# language-server grounding, project discovery, or high-level agent guidance from the upstream dotnet/skills project.

Workflow

  1. Identify the solution, project files, SDK version, target frameworks, workloads, and test projects.
  2. Prefer language-server and dotnet CLI evidence over guessing symbols, references, or diagnostics.
  3. Make changes in small slices, preserving public API, configuration, serialization, and deployment behavior.
  4. Validate with the narrowest useful restore, build, test, or analyzer command.

Guardrails

  • Do not assume upstream plugins are installed locally.
  • Match the repository's current SDK, target framework, nullable context, analyzers, and formatting.
  • Record missing SDKs, workloads, packages, or LSP capabilities explicitly.

Expected Output

Return .NET-focused code changes or guidance with project evidence, commands run, and validation results.