Chooses inter-service protocols. REST vs gRPC vs SignalR vs SSE decision matrix, tradeoffs.
Skills in this repository
rudironsoni/Synaxis - Page 18
SkillsMP has collected 966 skills from rudironsoni/Synaxis. Open a skill to review its source and details.
rudironsoni/SynaxisShowing 40 of 966 collected skills.
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.
Installs and manages .NET tools. Global, local, manifests, restore, version pinning.
Selects a .NET UI framework. Decision tree across Blazor, MAUI, Uno, WinUI, WPF, WinForms.
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.
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.
Migrates desktop apps. WPF/WinForms to .NET 8+, WPF to WinUI or Uno, UWP to WinUI.
Builds WPF on .NET 8+. Host builder, MVVM Toolkit, Fluent theme, performance, modern C# patterns.
Authors xUnit v3 tests -- Facts, Theories, fixtures, parallelism, IAsyncLifetime.
GitHub MCP Server integration for repository operations, pull requests, issues, and GitHub Actions. Triggers on: github mcp, github operations, pull request, issue, repository, github actions, commit, branch, merge.
Integrates AI/LLM via Semantic Kernel. Plugins, prompt templates, memory stores, agents.
Implements accessible .NET UI. SemanticProperties, ARIA, AutomationPeer, testing per platform.
Adds analyzer packages to a project. Nullable, trimming, AOT compat analyzers, severity config.
Adds CI/CD to a .NET project. GitHub Actions vs Azure DevOps detection, workflow templates.
Adds test infrastructure to a .NET project. Scaffolds xUnit project, coverlet, layout.
Configures .NET build/test in Azure DevOps. DotNetCoreCLI task, Artifacts, test results.
Composes Azure DevOps YAML pipelines. Templates, variable groups, multi-stage, triggers.
Configures ADO-exclusive features. Environments, approvals, service connections, pipelines.
Routes .NET/C# work to domain skills. Loads coding-standards for code paths.
Flags agent mistakes in .NET code -- async misuse, NuGet errors, deprecated APIs, DI.
Designs AOT-first apps. Source gen over reflection, AOT-safe DI, serialization, factories.
Compiles .NET to WebAssembly AOT. Blazor/Uno WASM, size vs speed, lazy loading, Brotli.
Generates API documentation. DocFX setup, OpenAPI-as-docs, doc-code sync, versioned docs.
Secures ASP.NET Core APIs. Identity, OAuth/OIDC, JWT bearer, passkeys, CORS, rate limiting.
Detects API surface changes in CI. PublicApiAnalyzers, Verify snapshots, ApiCompat gating.
Versions HTTP APIs. Asp.Versioning.Http/Mvc, URL segment, header, query string, sunset.