AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
dotnet avatar

dotnet

62 listings · 0 installs

Open-source publisher. Listings imported from github.com/dotnet — credited to the original author with their license.

↗ github.com/dotnet
62+ results
Self-run
SKILL

Dotnet Webapi

>

0
3
Free
Self-run
SKILL

Author Component

>

0
8
Free
Self-run
SKILL

Create Blazor Project

>

0
6
Free
Self-run
SKILL

Dotnet Trace Collect

Guide developers through capturing diagnostic artifacts to diagnose production .NET performance issues. Use when the user needs help choosing diagnostic tools, collecting performance data, or understanding tool trade-offs across different environments (Windows/Linux, .NET Framework/modern .NET, container/non-container).

0
4
Free
Self-run
SKILL

Mcp Csharp Test

>

0
7
Free
Self-run
SKILL

Maui Shell Navigation

>-

0
7
Free
Self-run
SKILL

Technology Selection

Guides technology selection and implementation of AI and ML features in .NET 8+ applications using ML.NET, Microsoft.Extensions.AI (MEAI), Microsoft Agent Framework (MAF), GitHub Copilot SDK, ONNX Runtime, and OllamaSharp. Covers the full spectrum from classic ML through modern LLM orchestration to local inference. Use when adding classification, regression, clustering, anomaly detection, recomme…

0
3
Free
Self-run
SKILL

Maui Data Binding

>-

0
4
Free
Self-run
SKILL

Mcp Csharp Debug

>

0
3
Free
Self-run
SKILL

Clr Activation Debugging

>-

0
5
Free
Self-run
SKILL

Mcp Csharp Publish

>

0
3
Free
Self-run
SKILL

Maui App Lifecycle

>-

0
7
Free
Self-run
SKILL

Dotnet Maui Doctor

>-

0
5
Free
Self-run
SKILL

Build Perf Baseline

Establish build performance baselines and apply systematic optimization techniques. USE FOR: diagnosing slow builds, establishing before/after measurements (cold, warm, no-op scenarios), applying optimization strategies like MSBuild Server, static graph builds, artifacts output, and dependency graph trimming. Start here before diving into build-perf-diagnostics, incremental-build, or build-parall…

0
5
Free
Self-run
SKILL

Analyzing Dotnet Performance

>-

0
4
Free
Self-run
SKILL

Convert Blazor Server To Webapp

>

0
5
Free
Self-run
SKILL

Maui Safe Area

>-

0
6
Free
Self-run
SKILL

Fetch And Send Data

Call APIs, load data into components, and handle the async lifecycle in Blazor. USE FOR fetching data from a backend, submitting data to an API, displaying loading/error states, registering HttpClient, building service abstractions for Auto/WebAssembly render modes. DO NOT USE for form validation (see collect-user-input), prerendering persistence (see support-prerendering), or project scaffolding…

0
7
Free
Self-run
SKILL

Coordinate Components

>

0
5
Free
Self-run
SKILL

Maui Theming

>-

0
7
Free
Self-run
SKILL

Create Custom Agent

Creates VS Code custom agent files (.agent.md) for specialized AI personas with tools, instructions, and handoffs. Use when scaffolding new custom agents, configuring agent workflows, or setting up agent-to-agent handoffs.

0
6
Free
Self-run
SKILL

Known Issue History

>

0
3
Free
Self-run
SKILL

Maestro Cli

>

0
5
Free
Self-run
SKILL

Binskim Scan

>

0
6
Free
Self-run
SKILL

Flow Analysis

>

0
5
Free
Self-run
SKILL

Check Bin Obj Clash

Detects MSBuild projects with conflicting OutputPath or IntermediateOutputPath. USE FOR: builds failing with 'Cannot create a file when that file already exists', 'The process cannot access the file because it is being used by another process', intermittent build failures that succeed on retry, missing outputs in multi-project builds, multi-targeting builds where project.assets.json conflicts. Di…

0
5
Free
Self-run
SKILL

Build Perf Diagnostics

Diagnose MSBuild build performance bottlenecks using binary log analysis. USE FOR: identifying why builds are slow by analyzing binlog performance summaries, detecting ResolveAssemblyReference (RAR) taking >5s, Roslyn analyzers consuming >30% of Csc time, single targets dominating >50% of build time, node utilization below 80%, excessive Copy tasks, NuGet restore running every build. Covers timel…

0
5
Free
Self-run
SKILL

Configuring Opentelemetry Dotnet

Configure OpenTelemetry distributed tracing, metrics, and logging in ASP.NET Core using the .NET OpenTelemetry SDK. Use when adding observability, setting up OTLP exporters, creating custom metrics/spans, or troubleshooting distributed trace correlation.

0
9
Free
Self-run
SKILL

Optimizing Ef Core Queries

Optimize Entity Framework Core queries by fixing N+1 problems, choosing correct tracking modes, using compiled queries, and avoiding common performance traps. Use when EF Core queries are slow, generating excessive SQL, or causing high database load.

0
6
Free
Self-run
SKILL

Sample Skill

A sample skill for testing the validator. Helps with greeting generation.

0
3
Free
Self-run
SKILL

No Eval Skill

A skill with no eval.yaml for testing discovery behavior.

0
10
Free
Self-run
SKILL

Mcp Csharp Create

>

0
10
Free
Self-run
SKILL

Create Skill

Scaffolds new agent skills for the dotnet/skills repository. Use when creating a new skill, generating SKILL.md files, or setting up skill directory structures. Handles frontmatter generation, section templates, and validation guidance.

0
3
Free
Self-run
SKILL

Configure Auth

>

0
5
Free
Self-run
SKILL

Ci Analysis

>

0
8
Free
Self-run
SKILL

Use Js Interop

>

0
6
Free
Self-run
SKILL

Plan Ui Change

>

0
9
Free
Self-run
SKILL

Exp Simd Vectorization

Optimizes hot-path scalar loops in .NET 8+ with cross-platform Vector128/Vector256/Vector512 SIMD intrinsics, or replaces manual math loops with single TensorPrimitives API calls. Covers byte-range validation, character counting, bulk bitwise ops, cross-type conversion, fused multi-array computations, and float/double math operations.

0
4
Free
Self-run
SKILL

Pipeline Investigation

>

0
4
Free
Self-run
SKILL

Android Tombstone Symbolication

Symbolicate the .NET runtime frames in an Android tombstone file. Extracts BuildIds and PC offsets from the native backtrace, downloads debug symbols from the Microsoft symbol server, and runs llvm-symbolizer to produce function names with source file and line numbers. USE FOR triaging a .NET MAUI or Mono Android app crash from a tombstone, resolving native backtrace frames in libmonosgen-2.0.so…

0
6
Free
Self-run
SKILL

Binlog Failure Analysis

Analyze MSBuild binary logs to diagnose build failures. USE FOR: build errors that are unclear from console output, diagnosing cascading failures across multi-project builds, tracing MSBuild target execution order, and generally any MSBuild build issues. Requires an existing .binlog file. DO NOT USE FOR: generating binlogs (use binlog-generation), non-MSBuild build systems.

0
6
Free
Self-run
MCP

Maui Labs

Experimental and pre-release tools for .NET MAUI

0
8
Free
Self-run
SKILL

Collect User Input

Build forms, validate data, and react to user input in Blazor. USE FOR adding forms, search boxes, filter panels, inline editing, data-entry UI, file uploads, validation (annotations or custom), handling form submissions, and binding input controls. Covers EditForm, built-in input components, DataAnnotationsValidator, custom validation, SSR form patterns (SupplyParameterFromForm, FormName, Antifo…

0
4
Free
Self-run
SKILL

Microbenchmarking

>

0
5
Free
Self-run
SKILL

Maui Collectionview

>

0
6
Free
Self-run
SKILL

Minimal Api File Upload

File upload endpoints in ASP.NET minimal APIs (.NET 8+)

0
6
Free
Self-run
SKILL

Helix Investigation

>

0
6
Free
Self-run
SKILL

Ci Crash Dump

>

0
7
Free
Self-run
SKILL

Build Parallelism

Guide for optimizing MSBuild build parallelism and multi-project scheduling. USE FOR: builds not utilizing all CPU cores, speeding up multi-project solutions, evaluating graph build mode (/graph), build time not improving with -m flag, understanding project dependency topology. Note: /maxcpucount default is 1 (sequential) — always use -m for parallel builds. Covers /maxcpucount, graph build for b…

0
6
Free
Self-run
SKILL

Binlog Failure Analysis

>

0
6
Free
Self-run
SKILL

Flow Tracing

>

0
6
Free
Self-run
SKILL

Authoring Github Workflows

Author and review GitHub Actions workflow YAML safely so syntactically-valid YAML can't ship a workflow that GitHub Actions refuses to run. USE FOR: editing, adding, or reviewing any file under .github/workflows/, writing run-name/name/if/env/run values that contain ${{ }} expressions, diagnosing a run that fails with 'This run likely failed because of a workflow file issue' and no jobs starting,…

0
5
Free
Self-run
SKILL

Exp Test Maintainability

Detects duplicate boilerplate, copy-paste tests, and structural maintainability issues across .NET test suites. Use when the user asks to reduce repetition, consolidate similar test methods, convert copy-paste tests to data-driven parameterized tests, suggest a better test structure, or identify refactoring opportunities. Identifies repeated construction, assertion patterns, copy-paste methods co…

0
6
Free
Self-run
SKILL

Dump Collect

Configure and collect crash dumps for modern .NET applications. USE FOR: enabling automatic crash dumps for CoreCLR or NativeAOT, capturing dumps from running .NET processes, setting up dump collection in Docker or Kubernetes, using dotnet-dump collect or createdump. DO NOT USE FOR: analyzing or debugging dumps, post-mortem investigation with lldb/windbg/dotnet-dump analyze, profiling or tracing,…

0
7
Free
Self-run
SKILL

Binlog Generation

Generate MSBuild binary logs (binlogs) for build diagnostics and analysis. USE FOR: adding /bl:{} to any dotnet build, test, pack, publish, or restore command to capture a full build execution trace, prerequisite for binlog-failure-analysis and build-perf-diagnostics skills, enabling post-build investigation of errors or performance. Requires MSBuild 17.8+ / .NET 8 SDK+ for {} placeholder; PowerS…

0
6
Free
Self-run
SKILL

Maui Dependency Injection

>

0
6
Free
Self-run
SKILL

Apple Crash Symbolication

Symbolicate .NET runtime frames in Apple platform .ips crash logs (iOS, tvOS, Mac Catalyst, macOS). Extracts UUIDs and addresses from the native backtrace, locates dSYM debug symbols, and runs atos to produce function names with source file and line numbers. Automatically downloads .dwarf symbols from the Microsoft symbol server using Mach-O UUIDs. USE FOR triaging a .NET MAUI or Mono app crash f…

0
8
Free
Self-run
SKILL

Exp Mock Usage Analysis

Audits .NET test mock usage by tracing each mock setup through the production code's execution path to find dead, unreachable, redundant, or replaceable mocks. Use when the user asks to audit mock usage, find unused or unnecessary mock setups, check if mocks are needed, reduce mock duplication or over-mocking, simplify test setup, or review whether mock configurations like ILogger/IOptions should…

0
4
Free
Self-run
SKILL

Binskim Analysis

>

0
6
Free
Self-run
SKILL

Support Prerendering

Make interactive Blazor components work correctly with prerendering. USE FOR fixing duplicate data loads, UI flicker during prerender-to-interactive handoff, null references during prerender, persisting state across prerender, disabling prerendering, excluding pages from interactive routing, or detecting whether a component is currently prerendering. DO NOT USE for choosing which render mode to u…

0
4
Free
Self-run
SKILL

Test Arcade

>

0
6
Free
Self-run
SKILL

Create Skill Test

Scaffolds eval.yaml test files for agent skills in the dotnet/skills repository. Use when creating skill tests, writing evaluation scenarios, defining assertions and rubrics, or setting up test fixture files. Handles eval.yaml generation, fixture organization, and overfitting avoidance. Do not use for running or debugging existing tests nor for skills authoring.

0
6
Free