Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

dotnet-skills

dotnet-skills에는 Aaronontheweb에서 수집한 skills 35개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
35
Stars
1.0k
업데이트
2026-06-18
Forks
98
직업 범위
직업 카테고리 5개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

r3-reactive-extensions
소프트웨어 개발자

Build reactive/event-driven C# with R3 (Cysharp's modern reimplementation of Reactive Extensions). Covers the Observable<T>/Observer<T> model, the OnErrorResume error contract, async dispatch with AwaitOperation, Task/IAsyncEnumerable integration, TimeProvider/FrameProvider scheduling, the concurrency contract, and how R3 differs from System.Reactive (Rx.NET).

2026-06-18
modern-csharp-coding-standards
소프트웨어 개발자

Write modern, high-performance C# code using records, pattern matching, value objects, async/await, Span<T>/Memory<T>, and best-practice API design patterns. Emphasizes functional-style programming with C# 12+ features.

2026-04-16
api-design
소프트웨어 개발자

Design stable, compatible public APIs using extend-only design principles. Manage API compatibility, wire compatibility, and versioning for NuGet packages and distributed systems.

2026-04-16
opentelemetry-net-instrumentation
소프트웨어 개발자

Provides guidance for implementing OpenTelemetry instrumentation in .NET codebases, covering tracing (Activities/Spans), metrics, naming conventions, error handling, performance, and API design best practices.

2026-04-10
akka-net-best-practices
소프트웨어 개발자

Critical Akka.NET best practices including EventStream vs DistributedPubSub, supervision strategies, error handling, Props vs DependencyResolver, work distribution patterns, and cluster/local mode abstractions for testability.

2026-02-21
akka-net-management
소프트웨어 개발자

Akka.Management for cluster bootstrapping, service discovery (Kubernetes, Azure, Config), health checks, and dynamic cluster formation without static seed nodes.

2026-02-21
akka-net-testing-patterns
소프트웨어 품질 보증 분석가·테스터

Write unit and integration tests for Akka.NET actors using modern Akka.Hosting.TestKit patterns. Covers dependency injection, TestProbes, persistence testing, and actor interaction verification. Includes guidance on when to use traditional TestKit.

2026-02-21
aspire-integration-testing
소프트웨어 품질 보증 분석가·테스터

Write integration tests using .NET Aspire's testing facilities with xUnit. Covers test fixtures, distributed application setup, endpoint discovery, and patterns for testing ASP.NET Core apps with real dependencies.

2026-02-21
csharp-concurrency-patterns
소프트웨어 개발자

Choosing the right concurrency abstraction in .NET - from async/await for I/O to Channels for producer/consumer to Akka.NET for stateful entity management. Avoid locks and manual synchronization unless absolutely necessary.

2026-02-21
microsoft-extensions-configuration
소프트웨어 개발자

Microsoft.Extensions.Options patterns including IValidateOptions, strongly-typed settings, validation on startup, and the Options pattern for clean configuration management.

2026-02-21
dependency-injection-patterns
소프트웨어 개발자

Organize DI registrations using IServiceCollection extension methods. Group related services into composable Add* methods for clean Program.cs and reusable configuration in tests.

2026-02-21
testcontainers-integration-tests
소프트웨어 품질 보증 분석가·테스터

Write integration tests using TestContainers for .NET with xUnit. Covers infrastructure testing with real databases, message queues, and caches in Docker containers instead of mocks.

2026-02-21
dotnet-devcert-trust
네트워크·컴퓨터 시스템 관리자

Diagnose and fix .NET HTTPS dev certificate trust issues on Linux. Covers the full certificate lifecycle from generation to system CA bundle inclusion, with distro-specific guidance for Ubuntu, Fedora, Arch, and WSL2.

2026-02-13
ilspy-decompile
소프트웨어 개발자

Understand implementation details of .NET code by decompiling assemblies. Use when you want to see how a .NET API works internally, inspect NuGet package source, view framework implementation, or understand compiled .NET binaries.

2026-02-13
crap-analysis
소프트웨어 품질 보증 분석가·테스터

Analyze code coverage and CRAP (Change Risk Anti-Patterns) scores to identify high-risk code. Use OpenCover format with ReportGenerator for Risk Hotspots showing cyclomatic complexity and untested code paths.

2026-02-05
akka-net-aspire-configuration
소프트웨어 개발자

Configure Akka.NET with .NET Aspire for local development and production deployments. Covers actor system setup, clustering, persistence, Akka.Management integration, and Aspire orchestration patterns.

2026-02-05
akka-hosting-actor-patterns
소프트웨어 개발자

Patterns for building entity actors with Akka.Hosting - GenericChildPerEntityParent, message extractors, cluster sharding abstraction, akka-reminders, and ITimeProvider. Supports both local testing and clustered production modes.

2026-02-05
aspire-configuration
소프트웨어 개발자

Configure Aspire AppHost to emit explicit app config via environment variables; keep app code free of Aspire clients and service discovery.

2026-02-05
mailpit-integration
소프트웨어 개발자

Test email sending locally using Mailpit with .NET Aspire. Captures all outgoing emails without sending them. View rendered HTML, inspect headers, and verify delivery in integration tests.

2026-02-05
aspire-service-defaults
소프트웨어 개발자

Create a shared ServiceDefaults project for Aspire applications. Centralizes OpenTelemetry, health checks, resilience, and service discovery configuration across all services.

2026-02-05
type-design-performance
소프트웨어 개발자

Design .NET types for performance. Seal classes, use readonly structs, prefer static pure functions, avoid premature enumeration, and choose the right collection types.

2026-02-05
database-performance
소프트웨어 개발자

Database access patterns for performance. Separate read/write models, avoid N+1 queries, use AsNoTracking, apply row limits, and never do application-side joins. Works with EF Core and Dapper.

2026-02-05
efcore-patterns
소프트웨어 개발자

Entity Framework Core best practices including NoTracking by default, query splitting for navigation collections, migration management, dedicated migration services, and common pitfalls to avoid.

2026-02-05
dotnet-local-tools
소프트웨어 개발자

Managing local .NET tools with dotnet-tools.json for consistent tooling across development environments and CI/CD pipelines.

2026-02-05
marketplace-publishing
기타 컴퓨터 관련 직업

Workflow for publishing skills and agents to the dotnet-skills Claude Code marketplace. Covers adding new content, updating plugin.json, validation, and release tagging.

2026-02-05
mjml-email-templates
웹 개발자

Build responsive email templates using MJML markup language. Compiles to cross-client HTML that works in Outlook, Gmail, and Apple Mail. Includes template renderer, layout patterns, and variable substitution.

2026-02-05
package-management
소프트웨어 개발자

Manage NuGet packages using Central Package Management (CPM) and dotnet CLI commands. Never edit XML directly - use dotnet add/remove/list commands. Use shared version variables for related packages.

2026-02-05
playwright-blazor-testing
소프트웨어 품질 보증 분석가·테스터

Write UI tests for Blazor applications (Server or WebAssembly) using Playwright. Covers navigation, interaction, authentication, selectors, and common Blazor-specific patterns.

2026-02-05
playwright-ci-caching
소프트웨어 품질 보증 분석가·테스터

Cache Playwright browser binaries in CI/CD pipelines (GitHub Actions, Azure DevOps) to avoid 1-2 minute download overhead on every build.

2026-02-05
dotnet-project-structure
소프트웨어 개발자

Modern .NET project structure including .slnx solution format, Directory.Build.props, central package management, SourceLink, version management with RELEASE_NOTES.md, and SDK pinning with global.json.

2026-02-05
serialization
소프트웨어 개발자

Choose the right serialization format for .NET applications. Prefer schema-based formats (Protobuf, MessagePack) over reflection-based (Newtonsoft.Json). Use System.Text.Json with AOT source generators for JSON scenarios.

2026-02-05
skills-index-snippets
기타 컴퓨터 관련 직업

Create and maintain AGENTS.md / CLAUDE.md snippet indexes that route tasks to the correct dotnet-skills skills and agents (including compressed Vercel-style indexes).

2026-02-05
dotnet-slopwatch
소프트웨어 품질 보증 분석가·테스터

Use Slopwatch to detect LLM reward hacking in .NET code changes. Run after every code modification to catch disabled tests, suppressed warnings, empty catch blocks, and other shortcuts that mask real problems.

2026-02-05
snapshot-testing
소프트웨어 품질 보증 분석가·테스터

Use Verify for snapshot testing in .NET. Approve API surfaces, HTTP responses, rendered emails, and serialized outputs. Detect unintended changes through human-reviewed baseline files.

2026-02-05
verify-email-snapshots
소프트웨어 품질 보증 분석가·테스터

Snapshot test email templates using Verify to catch regressions. Validates rendered HTML output matches approved baseline. Works with MJML templates and any email renderer.

2026-02-05