Skip to main content

이 저장소의 skills

rudironsoni/Synaxis - 14페이지

SkillsMP는 rudironsoni/Synaxis에서 966개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.

rudironsoni/Synaxis

수집된 skill 966개 중 40개를 표시합니다.

직업 분류
소프트웨어 개발자
설명

Implements producer/consumer queues. Channel<T>, bounded/unbounded, backpressure, drain.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Gates CI on perf regressions. Automated threshold alerts, baseline tracking, trend reports.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Structures CLI app layers. Command/handler/service separation, clig.dev principles, exit codes.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Chooses CLI output format. AOT vs framework-dependent, RID matrix, single-file, dotnet tool.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Publishes to package managers. Homebrew, apt/deb, winget, Scoop, Chocolatey manifests.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Releases CLI tools. GitHub Actions build matrix, artifact staging, Releases, checksums.

원문 언어: 영어

업데이트
직업 분류
정보 보안 분석가
설명

Selects crypto algorithms and usage. Hashing, AES-GCM, RSA, ECDSA, PQC key derivation.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Designs public .NET APIs. Naming, parameter ordering, return types, error patterns, extensions.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Writing async/await code. Task patterns, ConfigureAwait, cancellation, and common agent pitfalls.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Detects C# code smells during review. Anti-patterns, async misuse, DI mistakes, fixes.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Defines baseline C# conventions loaded first -- naming, file layout, style rules.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Synchronizes threads and protects shared state. lock, SemaphoreSlim, Interlocked, concurrent collections.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Configures Options pattern, user secrets, and feature flags. IOptions<T>, FeatureManagement.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Registers and resolves services with MS DI. Keyed services, scopes, decoration, lifetimes.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Using records, pattern matching, primary constructors, collection expressions. C# 12-15 by TFM.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Enables nullable reference types. Annotation strategies, migration, common agent mistakes.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Creates Roslyn source generators. IIncrementalGenerator, GeneratedRegex, LoggerMessage, STJ.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Designs types for performance. struct vs class, sealed, readonly struct, Span/Memory, collections.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Chooses a data access approach. EF Core vs Dapper vs ADO.NET decision matrix, tradeoffs.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Chooses documentation tooling. Starlight, Docusaurus, DocFX decision tree, migration paths.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Models business domains. Aggregates, value objects, domain events, rich models, repositories.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Authors .editorconfig rules. IDE/CA severity, AnalysisLevel, globalconfig, code style enforcement.

원문 언어: 영어

업데이트
직업 분류
데이터베이스 아키텍트
설명

Designs EF Core data layer architecture. Read/write split, aggregate boundaries, N+1 governance.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Builds .NET 10 file-based C# apps. Directives, CLI commands, csproj migration.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Performs file I/O. FileStream, RandomAccess, FileSystemWatcher, MemoryMappedFile, paths.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Tunes GC and memory. GC modes, LOH/POH, Gen0/1/2, Span/Memory deep patterns, ArrayPool.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Deploys .NET from GitHub Actions. Azure Web Apps, GitHub Pages, container registries.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Composes GitHub Actions workflows. Reusable workflows, composite actions, matrix, caching.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Creates GitHub-native docs. README badges, CONTRIBUTING, issue/PR templates, repo metadata.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Creates GitHub Releases for .NET. Release creation, assets, notes, pre-release management.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Consumes HTTP APIs. IHttpClientFactory, typed/named clients, resilience, DelegatingHandlers.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Validates HTTP request inputs. .NET 10 AddValidation, FluentValidation, ProblemDetails.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Tests with real infrastructure. WebApplicationFactory, Testcontainers, Aspire, fixtures.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Builds high-perf network I/O. PipeReader/PipeWriter, backpressure, protocol parsers, Kestrel.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Maintains library compatibility. Binary/source compat rules, type forwarders, SemVer impact.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Optimizes LINQ queries. IQueryable vs IEnumerable, compiled queries, deferred exec, allocations.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Localizes .NET apps. .resx resources, IStringLocalizer, source generators, pluralization, RTL.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Optimizes MAUI for iOS/Catalyst. Native AOT pipeline, size/startup gains, library gaps, trimming.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Integrates AI/LLM via Microsoft Agent Framework. Agents, workflows, tools, MCP servers, multi-agent orchestration.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Builds ASP.NET Core middleware. Pipeline ordering, short-circuit, exception handling.

원문 언어: 영어

업데이트
수집된 skill 966개 중 40개를 표시합니다.