Generates OpenAPI docs. MS.AspNetCore.OpenApi (.NET 9+), Swashbuckle migration, NSwag.
原文语言:英语
菜单
这个仓库中的 skills
SkillsMP 已收集 rudironsoni/Synaxis 中的 966 个 Skill。打开任一 Skill 可查看来源和详情。
rudironsoni/Synaxis已展示 40 / 966 个已收集 Skill。
Generates OpenAPI docs. MS.AspNetCore.OpenApi (.NET 9+), Swashbuckle migration, NSwag.
原文语言:英语
Optimizes .NET allocations and throughput. Span, ArrayPool, ref struct, sealed, stackalloc.
原文语言:英语
Automates browser tests in .NET. Playwright E2E, CI browser caching, trace viewer, codegen.
原文语言:英语
Diagnoses .NET performance issues. dotnet-counters, dotnet-trace, dotnet-dump, flame graphs.
原文语言:英语
Analyzes .NET solution layout and build config -- .sln, .csproj, CPM.
原文语言:英语
Sets up .NET solution layout. .slnx, Directory.Build.props, CPM, .editorconfig, analyzers.
原文语言:英语
Builds real-time features. SignalR hubs, SSE (.NET 10), JSON-RPC 2.0, gRPC streaming, scaling.
原文语言:英语
Manages .NET release lifecycle. NBGV versioning, SemVer, changelogs, pre-release, branching.
原文语言:英语
Adds fault tolerance. Polly v8 + MS.Extensions.Http.Resilience, retry/circuit breaker/timeout.
原文语言:英语
Authors Roslyn analyzers. DiagnosticAnalyzer, CodeFixProvider, CodeRefactoring, multi-version.
原文语言:英语
Creates a new .NET project. Generates solution with CPM, analyzers, editorconfig, SourceLink.
原文语言:英语
Manages secrets and sensitive config. User secrets, environment variables, rotation.
原文语言:英语
Hardens .NET apps per OWASP Top 10 -- injection, auth, XSS, deprecated security APIs.
原文语言:英语
Integrates AI/LLM via Semantic Kernel. Plugins, prompt templates, memory stores, agents.
原文语言:英语
Serializes data. System.Text.Json source generators, Protobuf, MessagePack, AOT-safe patterns.
原文语言:英语
Chooses inter-service protocols. REST vs gRPC vs SignalR vs SSE decision matrix, tradeoffs.
原文语言:英语
Runs Slopwatch CLI to detect LLM reward hacking -- disabled tests, suppressed warnings.
原文语言:英语
Verifies complex outputs with Verify. API responses, scrubbing non-deterministic values.
原文语言:英语
Applies SOLID and DRY principles. C# anti-patterns, fixes, SRP compliance checks.
原文语言:英语
Orients in .NET solutions -- entry points, .sln/.slnx, dependency graphs, config.
原文语言:英语
Renders rich console output. Spectre.Console tables, trees, progress, prompts, live displays.
原文语言:英语
Designs log pipelines. Aggregation, structured queries, sampling, PII scrubbing, correlation.
原文语言:英语
Builds .NET CLI apps with System.CommandLine 2.0. Commands, options, SetAction, parsing, testing.
原文语言:英语
Builds full TUI apps. Terminal.Gui v2 -- views, layout (Pos/Dim), menus, dialogs, bindings, themes.
原文语言:英语
Measures test effectiveness. Coverlet code coverage, Stryker.NET mutation testing, flaky tests.
原文语言:英语
Decides how to test .NET code. Unit vs integration vs E2E decision tree, test doubles.
原文语言:英语
Installs and manages .NET tools. Global, local, manifests, restore, version pinning.
原文语言:英语
Trims .NET 8+ apps and libraries. Annotations, ILLink descriptors, IL2xxx warnings, IsTrimmable.
原文语言:英语
Selects a .NET UI framework. Decision tree across Blazor, MAUI, Uno, WinUI, WPF, WinForms.
原文语言:英语
Tests UI across frameworks. Page objects, test selectors, async waits, accessibility.
原文语言:英语
Queries Uno MCP server. Tool detection, search-then-fetch workflow, init rules, fallback.
原文语言:英语
Builds Uno Platform cross-platform apps. Extensions, MVUX, Toolkit controls, Hot Reload.
原文语言:英语
Deploys Uno Platform apps. Per-target guidance for WASM, iOS, Android, macOS, Windows, Linux.
原文语言:英语
Tests Uno Platform apps. Playwright for WASM, platform-specific patterns, runtime heads.
原文语言:英语
Validates models and IOptions. DataAnnotations, IValidatableObject, IValidateOptions<T>.
原文语言:英语
Detects TFM/SDK from .csproj, global.json, Directory.Build.props. Runs first.
原文语言:英语
Upgrades .NET to a newer TFM. LTS-to-LTS, staged through STS, preview, upgrade paths.
原文语言:英语
Debugs Windows apps via WinDbg MCP. Crash, hang, high-CPU, and memory triage from dumps or live attach.
原文语言:英语
Builds WinForms on .NET 8+. High-DPI, dark mode (experimental), DI patterns, modernization.
原文语言:英语
Builds WinUI 3 desktop apps. Windows App SDK, XAML patterns, MSIX/unpackaged, UWP migration.
原文语言:英语