Implements producer/consumer queues. Channel<T>, bounded/unbounded, backpressure, drain.
Idioma del texto original: inglés
Menú
Skills en este repositorio
SkillsMP ha recopilado 966 skills de rudironsoni/Synaxis. Abre una skill para revisar su origen y sus detalles.
rudironsoni/SynaxisMostrando 40 de 966 skills recopiladas.
Implements producer/consumer queues. Channel<T>, bounded/unbounded, backpressure, drain.
Idioma del texto original: inglés
Gates CI on perf regressions. Automated threshold alerts, baseline tracking, trend reports.
Idioma del texto original: inglés
Structures CLI app layers. Command/handler/service separation, clig.dev principles, exit codes.
Idioma del texto original: inglés
Chooses CLI output format. AOT vs framework-dependent, RID matrix, single-file, dotnet tool.
Idioma del texto original: inglés
Publishes to package managers. Homebrew, apt/deb, winget, Scoop, Chocolatey manifests.
Idioma del texto original: inglés
Releases CLI tools. GitHub Actions build matrix, artifact staging, Releases, checksums.
Idioma del texto original: inglés
Selects crypto algorithms and usage. Hashing, AES-GCM, RSA, ECDSA, PQC key derivation.
Idioma del texto original: inglés
Designs public .NET APIs. Naming, parameter ordering, return types, error patterns, extensions.
Idioma del texto original: inglés
Writing async/await code. Task patterns, ConfigureAwait, cancellation, and common agent pitfalls.
Idioma del texto original: inglés
Detects C# code smells during review. Anti-patterns, async misuse, DI mistakes, fixes.
Idioma del texto original: inglés
Defines baseline C# conventions loaded first -- naming, file layout, style rules.
Idioma del texto original: inglés
Synchronizes threads and protects shared state. lock, SemaphoreSlim, Interlocked, concurrent collections.
Idioma del texto original: inglés
Configures Options pattern, user secrets, and feature flags. IOptions<T>, FeatureManagement.
Idioma del texto original: inglés
Registers and resolves services with MS DI. Keyed services, scopes, decoration, lifetimes.
Idioma del texto original: inglés
Using records, pattern matching, primary constructors, collection expressions. C# 12-15 by TFM.
Idioma del texto original: inglés
Enables nullable reference types. Annotation strategies, migration, common agent mistakes.
Idioma del texto original: inglés
Creates Roslyn source generators. IIncrementalGenerator, GeneratedRegex, LoggerMessage, STJ.
Idioma del texto original: inglés
Designs types for performance. struct vs class, sealed, readonly struct, Span/Memory, collections.
Idioma del texto original: inglés
Chooses a data access approach. EF Core vs Dapper vs ADO.NET decision matrix, tradeoffs.
Idioma del texto original: inglés
Chooses documentation tooling. Starlight, Docusaurus, DocFX decision tree, migration paths.
Idioma del texto original: inglés
Models business domains. Aggregates, value objects, domain events, rich models, repositories.
Idioma del texto original: inglés
Authors .editorconfig rules. IDE/CA severity, AnalysisLevel, globalconfig, code style enforcement.
Idioma del texto original: inglés
Designs EF Core data layer architecture. Read/write split, aggregate boundaries, N+1 governance.
Idioma del texto original: inglés
Builds .NET 10 file-based C# apps. Directives, CLI commands, csproj migration.
Idioma del texto original: inglés
Performs file I/O. FileStream, RandomAccess, FileSystemWatcher, MemoryMappedFile, paths.
Idioma del texto original: inglés
Tunes GC and memory. GC modes, LOH/POH, Gen0/1/2, Span/Memory deep patterns, ArrayPool.
Idioma del texto original: inglés
Deploys .NET from GitHub Actions. Azure Web Apps, GitHub Pages, container registries.
Idioma del texto original: inglés
Composes GitHub Actions workflows. Reusable workflows, composite actions, matrix, caching.
Idioma del texto original: inglés
Creates GitHub-native docs. README badges, CONTRIBUTING, issue/PR templates, repo metadata.
Idioma del texto original: inglés
Creates GitHub Releases for .NET. Release creation, assets, notes, pre-release management.
Idioma del texto original: inglés
Consumes HTTP APIs. IHttpClientFactory, typed/named clients, resilience, DelegatingHandlers.
Idioma del texto original: inglés
Validates HTTP request inputs. .NET 10 AddValidation, FluentValidation, ProblemDetails.
Idioma del texto original: inglés
Tests with real infrastructure. WebApplicationFactory, Testcontainers, Aspire, fixtures.
Idioma del texto original: inglés
Builds high-perf network I/O. PipeReader/PipeWriter, backpressure, protocol parsers, Kestrel.
Idioma del texto original: inglés
Maintains library compatibility. Binary/source compat rules, type forwarders, SemVer impact.
Idioma del texto original: inglés
Optimizes LINQ queries. IQueryable vs IEnumerable, compiled queries, deferred exec, allocations.
Idioma del texto original: inglés
Localizes .NET apps. .resx resources, IStringLocalizer, source generators, pluralization, RTL.
Idioma del texto original: inglés
Optimizes MAUI for iOS/Catalyst. Native AOT pipeline, size/startup gains, library gaps, trimming.
Idioma del texto original: inglés
Integrates AI/LLM via Microsoft Agent Framework. Agents, workflows, tools, MCP servers, multi-agent orchestration.
Idioma del texto original: inglés
Builds ASP.NET Core middleware. Pipeline ordering, short-circuit, exception handling.
Idioma del texto original: inglés