Skip to main content

이 저장소의 skills

rudironsoni/Synaxis - 21페이지

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

rudironsoni/Synaxis

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

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

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.

원문 언어: 영어

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

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.

원문 언어: 영어

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

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.

원문 언어: 영어

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

Writes XML doc comments. Tags, inheritdoc, GenerateDocumentationFile, warning suppression.

원문 언어: 영어

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

Authors xUnit v3 tests -- Facts, Theories, fixtures, parallelism, IAsyncLifetime.

원문 언어: 영어

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

Rulesync CLI tool documentation - unified AI rule file management for various AI coding tools

원문 언어: 영어

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

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.

원문 언어: 영어

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