40 results (11.6ms) page 2 / 2
markpitt / claude-skills-dotnet-aspire exact

Adds .NET Aspire cloud-native orchestration to existing .NET solutions. Analyzes solution structure to identify services (APIs, web apps, workers), creates AppHost and ServiceDefaults projects,...

akires47 / agent-skills-dotnet-serialization exact

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...

akires47 / agent-skills-dotnet-snapshot-testing exact

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.

akires47 / agent-skills-dotnet-efcore-patterns exact

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

akires47 / agent-skills-dotnet-extensions-configuration exact

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

404kidwiz / claude-supercode-skills-dotnet-core-expert exact

.NET 8 cross-platform specialist with expertise in MAUI, EF Core, and modern C# development. Use when building cross-platform .NET apps, working with .NET MAUI, or developing applications for...

akires47 / agent-skills-dotnet-testcontainers-integration-tests exact

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.

akires47 / agent-skills-dotnet-csharp-coding-standards exact

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...