# Dotnet Advanced

> Collection of .NET skills for handling specific .NET tasks for special scenarios.

- Skill: `autohandai-community-skills/dotnet-advanced` (Agent Skill)
- Install (CLI): `npx skillmds@latest add autohandai-community-skills/dotnet-advanced`
- Raw SKILL.md: https://api.skillmd.com/api/skills/autohandai-community-skills/dotnet-advanced/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- License: MIT
- Author: autohandai (https://skillmd.com/u/autohandai-community-skills)
- Updated: 2026-09-10
- Page: https://skillmd.com/skills/autohandai-community-skills/dotnet-advanced

---


# dotnet-advanced

## Overview

Use this skill for specialized .NET work that falls outside ordinary code edits, including uncommon runtime behavior, advanced project layouts, or scenario-specific agent workflows from [dotnet/skills](https://github.com/dotnet/skills).

## Workflow

1. Define the special scenario and the affected projects, packages, runtime targets, and deployment path.
2. Inspect repository-local conventions before applying advanced .NET guidance.
3. Keep changes scoped to the scenario and avoid broad modernization unless required.
4. Validate with targeted commands and document residual risk.

## Guardrails

- Do not replace established project architecture for a narrow special case.
- Preserve compatibility contracts and runtime assumptions.
- Call out when an advanced path depends on SDK, workload, hosting, or platform features not present locally.

## Expected Output

Return a scenario-specific .NET implementation or plan with evidence, tradeoffs, and validation.

