Source

managedcode/dotnet-skills

290 skills · 5.3K combined installs

Skills from this source

#
Skill
Source
8W Activity
Installs
1
dotnet-codeql Use the open-source CodeQL ecosystem for .NET security analysis. Use when a repo needs CodeQL query packs, CLI-based …
managedcode/dotnet-skills
9
2
dotnet-coverlet Use the open-source free `coverlet` toolchain for .NET code coverage. Use when a repo needs line and branch coverage,…
managedcode/dotnet-skills
9
3
dotnet-format Use the free first-party `dotnet format` CLI for .NET formatting and analyzer fixes. Use when a .NET repo needs forma…
managedcode/dotnet-skills
9
4
dotnet-reportgenerator Use the open-source free `ReportGenerator` tool for turning .NET coverage outputs into HTML, Markdown, Cobertura, bad…
managedcode/dotnet-skills
9
5
dotnet-resharper-clt Use the free official JetBrains ReSharper Command Line Tools for .NET repositories. Use when a repo wants powerful `j…
managedcode/dotnet-skills
9
6
sharpconsoleui Use SharpConsoleUI to build full terminal (TUI) applications in .NET — equally suited to full-screen single-window ap…
managedcode/dotnet-skills
9
7
webgpu-threejs-tsl Comprehensive guide for developing WebGPU-enabled Three.js applications using TSL (Three.js Shading Language). Covers…
managedcode/dotnet-skills
9
8
dotnet-stryker Use the open-source free `Stryker.NET` mutation testing tool for .NET. Use when a repo needs to measure whether tests…
managedcode/dotnet-skills
8
9
dotnet-stylecop-analyzers Use the open-source free `StyleCop.Analyzers` package for naming, layout, documentation, and style rules in .NET proj…
managedcode/dotnet-skills
8
10
exp-assertion-quality Analyzes the variety and depth of assertions across .NET test suites. Use when the user asks to evaluate assertion qu…
managedcode/dotnet-skills
8
11
exp-test-gap-analysis Performs pseudo-mutation analysis on .NET production code to find gaps in existing test suites. Use when the user ask…
managedcode/dotnet-skills
8
12
exp-test-smell-detection Deep formal test smell audit based on academic research taxonomy (testsmells.org). Detects 19 categorized smell types…
managedcode/dotnet-skills
8
13
exp-test-tagging Analyzes test suites and tags each test with a standardized set of traits (e.g., positive, negative, critical-path, b…
managedcode/dotnet-skills
8
14
create-datadriven-aspnetcore Generate or scaffold ASP.NET Core code — Razor Pages, Blazor components, MVC controllers, views, and Minimal API endp…
managedcode/dotnet-skills
7
15
dotnet-cloc Use the open-source free `cloc` tool for line-count, language-mix, and diff statistics in .NET repositories. Use when…
managedcode/dotnet-skills
7
16
dotnet-complexity Use free built-in .NET maintainability analyzers and code metrics configuration to find overly complex methods and co…
managedcode/dotnet-skills
7
17
dotnet-minimal-apis Design and implement Minimal APIs in ASP.NET Core using handler-first endpoints, route groups, filters, and lightweig…
managedcode/dotnet-skills
7
18
dotnet-project-setup Create or reorganize .NET solutions with clean project boundaries, repeatable SDK settings, and a maintainable baseli…
managedcode/dotnet-skills
7
19
dotnet-worker-services Build long-running .NET background services with `BackgroundService`, Generic Host, graceful shutdown, configuration,…
managedcode/dotnet-skills
7
20
dotnet-xunit Write, run, or repair .NET tests that use xUnit. Use when a repo uses `xunit`, `xunit.v3`, `[Fact]`, `[Theory]`, or `…
managedcode/dotnet-skills
7
21
dotnet-archunitnet Use the open-source free `ArchUnitNET` library for architecture rules in .NET tests. Use when a repo needs richer arc…
managedcode/dotnet-skills
6
22
dotnet-azure-functions Build, review, or migrate Azure Functions in .NET with correct execution model, isolated worker setup, bindings, DI, …
managedcode/dotnet-skills
6
23
dotnet-csharpier Use the open-source free `CSharpier` formatter for C# and XML. Use when a .NET repo intentionally wants one opinionat…
managedcode/dotnet-skills
6
24
dotnet-grpc Build or review gRPC services and clients in .NET with correct contract-first design, streaming behavior, transport a…
managedcode/dotnet-skills
6
25
dotnet-legacy-aspnet Maintain classic ASP.NET applications on .NET Framework, including Web Forms, older MVC, and legacy hosting patterns,…
managedcode/dotnet-skills
6
26
dotnet-maui Build, review, or migrate .NET MAUI applications across Android, iOS, macOS, and Windows with correct cross-platform …
managedcode/dotnet-skills
6
27
dotnet-mcp Build or consume Model Context Protocol (MCP) servers and clients in .NET using the official MCP C# SDK, including st…
managedcode/dotnet-skills
6
28
dotnet-microsoft-extensions Use the Microsoft.Extensions stack correctly across Generic Host, dependency injection, configuration, logging, optio…
managedcode/dotnet-skills
6
29
dotnet-orleans Build or review distributed .NET applications with Orleans grains, silos, persistence, streaming, reminders, placemen…
managedcode/dotnet-skills
6
30
dotnet-profiling Use the free official .NET diagnostics CLI tools for profiling and runtime investigation in .NET repositories. Use wh…
managedcode/dotnet-skills
6
31
dotnet-wcf Work on WCF services, clients, bindings, contracts, and migration decisions for SOAP and multi-transport service-orie…
managedcode/dotnet-skills
6
32
dotnet-workflow-foundation Maintain or assess Workflow Foundation-based solutions on .NET Framework, especially where long-lived process logic o…
managedcode/dotnet-skills
6
33
scaffold-dotnet-test-project MUST USE when an existing .NET test project was excluded from a .slnf/CI solution filter, disappeared from .sln/.slnx…
managedcode/dotnet-skills
6
34
testability-obstacle MUST USE for C#/.NET deterministic tests that require the smallest production seam for DateTime/Task.Delay/File/Envir…
managedcode/dotnet-skills
6
35
dotnet-blazor Build and review Blazor applications across server, WebAssembly, web app, and hybrid scenarios with correct component…
managedcode/dotnet-skills
5
36
dotnet-managedcode-communication Use ManagedCode.Communication when a .NET application needs explicit result objects, structured errors, and predictab…
managedcode/dotnet-skills
5
37
dotnet-managedcode-markitdown Use ManagedCode.MarkItDown when a .NET application needs deterministic document-to-Markdown conversion for ingestion,…
managedcode/dotnet-skills
5
38
dotnet-managedcode-mimetypes Use ManagedCode.MimeTypes when a .NET application needs consistent MIME type detection, extension mapping, and conten…
managedcode/dotnet-skills
5
39
dotnet-managedcode-orleans-graph Integrate ManagedCode.Orleans.Graph into an Orleans-based .NET application for graph-oriented relationships, edge man…
managedcode/dotnet-skills
5
40
dotnet-managedcode-orleans-signalr Use ManagedCode.Orleans.SignalR when a distributed .NET application needs Orleans-based coordination of SignalR real-…
managedcode/dotnet-skills
5
41
dotnet-managedcode-storage Use ManagedCode.Storage when a .NET application needs a provider-agnostic storage abstraction with explicit configura…
managedcode/dotnet-skills
5
42
dotnet-meziantou-analyzer Use the open-source free `Meziantou.Analyzer` package for design, usage, security, performance, and style rules in .N…
managedcode/dotnet-skills
5
43
dotnet-microsoft-agent-framework Build .NET AI agents and multi-agent workflows with Microsoft Agent Framework using the right agent type, threads, to…
managedcode/dotnet-skills
5
44
dotnet-microsoft-extensions-ai Build provider-agnostic .NET AI integrations with `Microsoft.Extensions.AI`, `IChatClient`, embeddings, middleware, s…
managedcode/dotnet-skills
5
45
dotnet-mixed-reality Work on C# and .NET-adjacent mixed-reality solutions around HoloLens, MRTK, OpenXR, Azure services, and integration b…
managedcode/dotnet-skills
5
46
dotnet-mlnet Use ML.NET to train, evaluate, or integrate machine-learning models into .NET applications with realistic data prepar…
managedcode/dotnet-skills
5
47
dotnet-mstest Write, run, or repair .NET tests that use MSTest. Use when a repo uses `MSTest.Sdk`, `MSTest`, `[TestClass]`, `[TestM…
managedcode/dotnet-skills
5
48
dotnet-mvvm Implement the Model-View-ViewModel pattern in .NET applications with proper separation of concerns, data binding, com…
managedcode/dotnet-skills
5
49
dotnet-netarchtest Use the open-source free `NetArchTest.Rules` library for architecture rules in .NET unit tests. Use when a repo wants…
managedcode/dotnet-skills
5
50
dotnet-nunit Write, run, or repair .NET tests that use NUnit. Use when a repo uses `NUnit`, `[Test]`, `[TestCase]`, `[TestFixture]…
managedcode/dotnet-skills
5
Page 5 · 290 total Previous Next