88 results (3.6ms) page 3 / 5
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...

mhagrelius / dotfiles-dotnet-10-csharp-14 exact

Use when building .NET 10 or C# 14 applications; when using minimal APIs, modular monolith patterns, or feature folders; when implementing HTTP resilience, Options pattern, Channels, or...

akires47 / agent-skills-dotnet-type-design-performance exact

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

rmyndharis / antigravity-skills-dotnet-backend-patterns exact

Master C#/.NET backend development patterns for building robust APIs, MCP servers, and enterprise applications. Covers async/await, dependency injection, Entity Framework Core, Dapper,...

halay08 / fullstack-agent-skills-dotnet-backend-patterns exact

Master C#/.NET backend development patterns for building robust APIs, MCP servers, and enterprise applications. Covers async/await, dependency injection, Entity Framework Core, Dapper,...

404kidwiz / agent-skills-backup-dotnet-backend-patterns exact

Master C#/.NET backend development patterns for building robust APIs, MCP servers, and enterprise applications. Covers async/await, dependency injection, Entity Framework Core, Dapper,...

akires47 / agent-skills-dotnet-vertical-slice exact

Create minimal APIs using vertical slice architecture. Use it when building APIs organized by feature rather than technical layers, with result pattern for error handling, and fluent validation...

Jeffallan / claude-skills-dotnet-core-expert exact

Use when building .NET 8 applications with minimal APIs, clean architecture, or cloud-native microservices. Invoke for Entity Framework Core, CQRS with MediatR, JWT authentication, AOT compilation.

ngxtm / devkit-dotnet-core-expert exact

Use when building .NET 8 applications with minimal APIs, clean architecture, or cloud-native microservices. Invoke for Entity Framework Core, CQRS with MediatR, JWT authentication, AOT compilation.

akires47 / agent-skills-dotnet-database-performance exact

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.

akires47 / agent-skills-dotnet-dependency-injection-patterns exact

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

404kidwiz / claude-supercode-skills-dotnet-framework-4-8-expert exact

Legacy .NET Framework expert specializing in .NET Framework 4.8, WCF services, ASP.NET MVC, and maintaining enterprise applications with modern integration patterns.

Redth / maui-skillz-maui-workload-discovery exact

Discover .NET SDK versions, workload sets, workload manifest versions, and workload dependencies (Xcode/JDK/Android SDK) for MAUI release docs and environment validation. Use when asked about .NET...

davidfowl / dotnet-skillz-ilspy-decompile exact

Understand implementation details of .NET code by decompiling assemblies. Use when the user wants to see how a .NET API works internally, inspect NuGet package source, view framework...

Redth / maui-skillz-maui-release-notes exact

Generate or update .NET MAUI workload release notes documentation. Creates well-formatted markdown documents showing workload versions, platform dependencies, and installation instructions for...

Redth / maui-skillz-ios-slim-bindings exact

Create and update slim/native platform interop bindings for iOS in .NET MAUI and .NET for iOS projects. Guides through creating Swift/Objective-C wrappers, configuring Xcode projects, generating...

Redth / maui-skillz-android-slim-bindings exact

Create and update slim/native platform interop bindings for Android in .NET MAUI and .NET for Android projects. Guides through creating Java/Kotlin wrappers, configuring Gradle projects, resolving...

softaworks / agent-toolkit-dependency-updater exact

Smart dependency management for any language. Auto-detects project type, applies safe updates automatically, prompts for major versions, diagnoses and fixes dependency issues.