Source

managedcode/dotnet-skills

290 skills · 5.3K combined installs

Skills from this source

#
Skill
Source
8W Activity
Installs
1
target-authoring Canonical patterns for writing custom MSBuild targets. USE FOR: diagnosing and fixing custom target authoring anti-pa…
managedcode/dotnet-skills
17
2
extension-points Guide for MSBuild extensibility: CustomBefore/CustomAfter hooks, wildcard imports with alphabetic ordering, import ga…
managedcode/dotnet-skills
16
3
item-management Patterns for managing MSBuild item groups: Include/Remove/Update semantics, item metadata, batching with %(Metadata),…
managedcode/dotnet-skills
16
4
mcaf-ml-ai-delivery Apply MCAF ML/AI delivery guidance for data exploration, feasibility, experimentation, testing, responsible AI, and o…
managedcode/dotnet-skills
16
5
mcaf-ui-ux Apply MCAF UI/UX guidance for design systems, accessibility, front-end technology selection, and design-to-developmen…
managedcode/dotnet-skills
16
6
property-patterns MSBuild property definition patterns: conditional defaults, composition/concatenation, path normalization, trailing-s…
managedcode/dotnet-skills
16
7
test-gap-analysis Pseudo-mutation analysis ONLY: answer whether tests would catch a bug if production code changed, which meaningful ch…
managedcode/dotnet-skills
16
8
test-smell-detection Audits existing tests in any language using formal, research-backed test smell names and the testsmells.org 19-smell …
managedcode/dotnet-skills
16
9
test-tagging Classifies existing tests by standard traits and reports their distribution. MUST USE to tag all tests with category …
managedcode/dotnet-skills
16
10
author-component Create or review Blazor components (.razor files) with correct architecture. USE FOR: writing new Blazor components t…
managedcode/dotnet-skills
15
11
configure-auth Add authentication and authorization to a Blazor Web App, accounting for the app's render mode. USE WHEN the user nee…
managedcode/dotnet-skills
15
12
mcaf-feature-spec Apply MCAF feature-spec guidance to create or update a feature spec under `docs/Features/` with business rules, user …
managedcode/dotnet-skills
15
13
mcaf-source-control Apply MCAF source-control guidance for repository structure, branch naming, merge strategy, commit hygiene, and secre…
managedcode/dotnet-skills
15
14
collect-user-input Build forms, validate data, and react to user input in Blazor. USE FOR adding forms, search boxes, filter panels, inl…
managedcode/dotnet-skills
14
15
convert-blazor-server-to-webapp Guides conversion of a pre-.NET 8 Blazor Server app into a .NET 8+ Blazor Web App. USE FOR: migrating apps that use A…
managedcode/dotnet-skills
14
16
coordinate-components Share state between components that don't have a direct parent-child parameter relationship, using cascading values, …
managedcode/dotnet-skills
14
17
create-blazor-project Create a new ASP.NET Core web application or web site using Blazor. USE FOR: creating a new Blazor web app, scaffoldi…
managedcode/dotnet-skills
14
18
dotnet-aspnet-core Build, debug, modernize, or review ASP.NET Core applications with correct hosting, middleware, security, configuratio…
managedcode/dotnet-skills
14
19
fetch-and-send-data Call APIs, load data into components, and handle the async lifecycle in Blazor. USE FOR fetching data from a backend,…
managedcode/dotnet-skills
14
20
mcaf-agile-delivery Apply MCAF agile-delivery guidance for backlog quality, roles, ceremonies, and engineering feedback. Use when definin…
managedcode/dotnet-skills
14
21
mcaf-devex Apply MCAF developer-experience guidance for onboarding, F5 contract, cross-platform tasks, local inner loop, and rep…
managedcode/dotnet-skills
14
22
mcaf-documentation Apply MCAF documentation guidance for docs structure, navigation, source-of-truth placement, and writing quality. USE…
managedcode/dotnet-skills
14
23
mcaf-human-review-planning Apply MCAF human-review-planning guidance for a large AI-generated code drop by reading the target area, tracing the …
managedcode/dotnet-skills
14
24
mcaf-nfr Apply MCAF non-functional-requirements guidance to capture or refine explicit quality attributes such as accessibilit…
managedcode/dotnet-skills
14
25
plan-ui-change Plan complex Blazor UI features by decomposing them into focused components. USE FOR: building a complex Blazor page …
managedcode/dotnet-skills
14
26
support-prerendering Make interactive Blazor components work correctly with prerendering. USE FOR fixing duplicate data loads, UI flicker …
managedcode/dotnet-skills
14
27
use-js-interop Add, review, or fix JavaScript interop in Blazor components. USE FOR: calling JavaScript from Blazor, calling .NET fr…
managedcode/dotnet-skills
14
28
dotnet-entity-framework-core Design, tune, or review EF Core data access with proper modeling, migrations, query translation, performance, and lif…
managedcode/dotnet-skills
13
29
dotnet-architecture Design or review .NET solution architecture across modular monoliths, clean architecture, vertical slices, microservi…
managedcode/dotnet-skills
12
30
dotnet-code-review Review .NET changes for bugs, regressions, architectural drift, missing tests, incorrect async or disposal behavior, …
managedcode/dotnet-skills
12
31
test-analysis-extensions Provides file paths to language-specific reference files for the test ANALYSIS skills (assertion-quality, test-anti-p…
managedcode/dotnet-skills
12
32
dotnet-modern-csharp Write modern, version-aware C# for .NET repositories. Use when choosing language features across C# versions, especia…
managedcode/dotnet-skills
11
33
dotnet-signalr Implement or review SignalR hubs, streaming, reconnection, transport, and real-time delivery patterns in ASP.NET Core…
managedcode/dotnet-skills
11
34
exp-dotnet-test-frameworks Reference data for .NET test framework detection patterns, assertion APIs, skip annotations, setup/teardown methods, …
managedcode/dotnet-skills
11
35
find-untested-sources MANDATORY for static source-to-test pairing: find or list source files/modules without corresponding tests, or sugges…
managedcode/dotnet-skills
11
36
grade-tests Grade specified test methods individually and produce a concise PR-ready table with each fully qualified test name, a…
managedcode/dotnet-skills
11
37
migrate-xunit-to-mstest Convert .NET tests from xUnit.net v2/v3 to MSTest v4 while preserving VSTest or MTP. Use for replacing xunit packages…
managedcode/dotnet-skills
11
38
template-comparison Compares two or more dotnet new templates side by side to help users choose between them based on parameters, feature…
managedcode/dotnet-skills
11
39
template-smart-defaults Applies cross-parameter default rules when creating .NET projects with dotnet new, filling gaps consistently without …
managedcode/dotnet-skills
11
40
xtwitter-scraper Use XTwitterScraper when a .NET application needs typed access to Xquik's X automation REST API for tweet search, use…
managedcode/dotnet-skills
11
41
dotnet-analyzer-config Use a repo-root `.editorconfig` to configure free .NET analyzer and style rules. Use when a .NET repo needs rule seve…
managedcode/dotnet-skills
10
42
dotnet-entity-framework6 Maintain or migrate EF6-based applications with realistic guidance on what to keep, what to modernize, and when EF Co…
managedcode/dotnet-skills
10
43
dotnet-roslynator Use the open-source free `Roslynator` analyzer packages and optional CLI for .NET. Use when a repo wants broad C# sta…
managedcode/dotnet-skills
10
44
dotnet-web-api Build or maintain controller-based ASP.NET Core APIs when the project needs controller conventions, advanced model bi…
managedcode/dotnet-skills
10
45
playwright-visual-testing Add, repair, or review Playwright visual regression tests for browser-facing .NET apps, including screenshot baseline…
managedcode/dotnet-skills
10
46
setup-local-sdk Install a .NET SDK locally for safe preview testing, specific-version pinning, or reproducible team setups — without …
managedcode/dotnet-skills
10
47
astro-developer Comprehensive guide for developing in the Astro monorepo. Covers architecture, debugging, testing, and critical const…
managedcode/dotnet-skills
9
48
copy-to-output-directory Choosing an MSBuild CopyToOutputDirectory / CopyToPublishDirectory mode: Never, PreserveNewest, Always, and IfDiffere…
managedcode/dotnet-skills
9
49
dotnet-aspire Build, upgrade, and operate .NET Aspire application hosts with current CLI, AppHost, ServiceDefaults, integrations, d…
managedcode/dotnet-skills
9
50
dotnet-code-analysis Use the free built-in .NET SDK analyzers and analysis levels with gradual Roslyn warning promotion. Use when a .NET r…
managedcode/dotnet-skills
9
Page 4 · 290 total Previous Next