dotnet — for Claude Code dotnet, DotnetTokenKiller, community, for Claude Code, ide skills, developer-tools, dotnet-cli, token-optimization, LangVersion, dotnet-aspnet-core

v1.0.0

Sobre este Skill

Cenario recomendado: Ideal for AI agents that need the user asks for general .net help without naming a narrower framework or tool. Resumo localizado: Do not stop at this skill once a narrower match exists. It covers cli, developer-tools, dotnet workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

Recursos

the user asks for general .NET help without naming a narrower framework or tool
implementing, debugging, reviewing, or refactoring C# or .NET code in a repo with multiple app
deciding which .NET skill should own a task before editing code
tasks that combine platform work with testing, quality, architecture, setup, or migration decisions
Detect the real stack first:

# Core Topics

HandyS11 HandyS11
[2]
[0]
Updated: 4/21/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 8/11

This page remains useful for operators, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution
Review Score
8/11
Quality Score
47
Canonical Locale
en
Detected Body Locale
en

Cenario recomendado: Ideal for AI agents that need the user asks for general .net help without naming a narrower framework or tool. Resumo localizado: Do not stop at this skill once a narrower match exists. It covers cli, developer-tools, dotnet workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

Por que usar essa habilidade

Recomendacao: dotnet helps agents the user asks for general .net help without naming a narrower framework or tool. Do not stop at this skill once a narrower match exists. This AI agent skill supports Claude Code

Melhor para

Cenario recomendado: Ideal for AI agents that need the user asks for general .net help without naming a narrower framework or tool.

Casos de Uso Práticos for dotnet

Caso de uso: Applying the user asks for general .NET help without naming a narrower framework or tool
Caso de uso: Applying implementing, debugging, reviewing, or refactoring C# or .NET code in a repo with multiple app
Caso de uso: Applying deciding which .NET skill should own a task before editing code

! Segurança e Limitações

  • Limitacao: Do not stop at this skill once a narrower match exists
  • Limitacao: Requires repository-specific context from the skill documentation
  • Limitacao: Works best when the underlying tools and dependencies are already configured

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.
  • - The underlying skill quality score is below the review floor.

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

After The Review

Decide The Next Action Before You Keep Reading Repository Material

Killer-Skills should not stop at opening repository instructions. It should help you decide whether to install this skill, when to cross-check against trusted collections, and when to move into workflow rollout.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is dotnet?

Cenario recomendado: Ideal for AI agents that need the user asks for general .net help without naming a narrower framework or tool. Resumo localizado: Do not stop at this skill once a narrower match exists. It covers cli, developer-tools, dotnet workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

How do I install dotnet?

Run the command: npx killer-skills add HandyS11/DotnetTokenKiller/dotnet. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for dotnet?

Key use cases include: Caso de uso: Applying the user asks for general .NET help without naming a narrower framework or tool, Caso de uso: Applying implementing, debugging, reviewing, or refactoring C# or .NET code in a repo with multiple app, Caso de uso: Applying deciding which .NET skill should own a task before editing code.

Which IDEs are compatible with dotnet?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for dotnet?

Limitacao: Do not stop at this skill once a narrower match exists. Limitacao: Requires repository-specific context from the skill documentation. Limitacao: Works best when the underlying tools and dependencies are already configured.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add HandyS11/DotnetTokenKiller/dotnet. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use dotnet immediately in the current project.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

dotnet

Do not stop at this skill once a narrower match exists. It covers cli, developer-tools, dotnet workflows. This AI agent skill supports Claude Code, Cursor

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

.NET Router Skill

Trigger On

  • the user asks for general .NET help without naming a narrower framework or tool
  • implementing, debugging, reviewing, or refactoring C# or .NET code in a repo with multiple app models or frameworks
  • deciding which .NET skill should own a task before editing code
  • tasks that combine platform work with testing, quality, architecture, setup, or migration decisions

Workflow

  1. Detect the real stack first:
    • target frameworks and SDK version
    • LangVersion
    • project SDKs and workload hints
    • hosting model and app entry points
    • test framework and runner
    • analyzers, formatters, coverage, and CI quality gates
  2. Route to the narrowest platform skill as soon as the stack is known:
    • Web: dotnet-aspnet-core, dotnet-minimal-apis, dotnet-web-api, dotnet-blazor, dotnet-signalr, dotnet-grpc
    • Cloud and hosting: dotnet-aspire, dotnet-azure-functions, dotnet-worker-services
    • Desktop and client: dotnet-maui, dotnet-wpf, dotnet-winforms, dotnet-winui
    • Data and distributed: dotnet-entity-framework-core, dotnet-entity-framework6, dotnet-orleans
    • AI and agentic: dotnet-semantic-kernel, dotnet-microsoft-extensions-ai, dotnet-microsoft-agent-framework, dotnet-mlnet, dotnet-mixed-reality
    • Legacy: dotnet-legacy-aspnet, dotnet-wcf, dotnet-workflow-foundation
  3. Route cross-cutting work to the companion skill instead of keeping it inside generic .NET advice:
    • project bootstrap or repo shape: dotnet-project-setup, dotnet-architecture
    • frontend asset analysis in mixed .NET plus Node repos: dotnet-eslint, dotnet-stylelint, dotnet-htmlhint, dotnet-webhint, dotnet-biome, dotnet-sonarjs, dotnet-metalint, dotnet-chous
    • code review: dotnet-code-review
    • language features: dotnet-modern-csharp
    • testing: dotnet-tunit, dotnet-xunit, dotnet-mstest
    • format, analyzers, coverage, and CI: dotnet-format, dotnet-code-analysis, dotnet-quality-ci, dotnet-coverlet, dotnet-reportgenerator
    • maintainability and architecture rules: dotnet-complexity, dotnet-netarchtest, dotnet-archunitnet
  4. If more than one specialized skill applies, prefer the one closest to the user-visible behavior first, then pull in the quality or tooling skill second.
  5. Do not stop at this skill once a narrower match exists. This skill should classify and hand off, not become a generic dumping ground.
  6. After code changes, validate with the repository's actual build, test, and quality workflow instead of generic .NET commands.

Routing Heuristics

  • If the repo contains Microsoft.NET.Sdk.Web, start from a web skill, not generic .NET.
  • If the repo contains Blazor, Razor Components, or .razor pages, prefer dotnet-blazor.
  • If the repo contains package.json, frontend lint configs, or browser-facing asset pipelines inside the .NET solution, prefer the dedicated frontend analysis skills instead of generic .NET.
  • If the repo contains Orleans grains or silo hosting, prefer dotnet-orleans.
  • If the repo is mostly analyzers, CI, or coverage work, prefer the quality skill directly.
  • If the user asks about “which skill should I use?”, answer with the narrowest matching skill and explain why in one short sentence.
  • If no narrower skill matches, keep the work here and stay explicit about the missing specialization.

Deliver

  • the correct specialized skill choice for the task
  • repo-compatible code or documentation changes that stay aligned with the detected stack
  • validation evidence that matches the real project runner and quality toolchain

Validate

  • the chosen downstream skill actually exists in the catalog
  • platform assumptions match project SDKs, packages, and workloads
  • generic guidance has been replaced by framework-specific guidance whenever possible
  • runner-specific commands are not mixed incorrectly
  • language or runtime features are only used when the repo supports them

Documentation

References

  • references/routing.md - Decision tree for routing tasks to specialized .NET skills, including app model classification and cross-cutting concern handling.
  • references/detection.md - Project detection patterns for identifying SDK types, target frameworks, workloads, language versions, and app models.

Habilidades Relacionadas

Looking for an alternative to dotnet or another community skill for your workflow? Explore these related open-source skills.

Ver tudo

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

widget-generator

Logo of f
f

Gerar plugins de widgets personalizáveis para o sistema de feed do prompts.chat

flags

Logo of vercel
vercel

O Framework React

138.4k
0
Navegador

pr-review

Logo of pytorch
pytorch

Tensors and Dynamic neural networks in Python with strong GPU acceleration

98.6k
0
Desenvolvedor