Csharp skills
Top maintainers
- kevintsengtw · 16 skills
- aaronontheweb · 11 skills
- openclaw · 10 skills
- jinfanzheng · 3 skills
- jeongheonk · 2 skills
Languages in this topic
49 skills
This skill helps you integrate Azure OpenAI services in .NET for chat, embeddings, image generation, and audio with simple, secure clients.
This skill helps you design and optimize Unity, Unreal, and ECS game systems for maximum performance and cross-platform reliability.
This skill explains vvvv gamma fundamentals, including data types, live compilation, frame-based execution, and when to patch versus code for beginners.
This skill helps you write efficient, immutable collection processing in C# using Spread<T> and SpreadBuilder<T> across maps, filters, and zips.
This skill helps you set up debugging for vvvv gamma C# projects by generating launch and task configurations and attach workflows.
This skill generates a formatted changelog from git history since the last release tag, including PR links and attribution.
This skill helps you scaffold a vvvv gamma node library with project structure, assembly initialization, service registration, and dynamic factory setup.
This skill provides C# code intelligence through a lightweight language server, enabling go-to-definition, references, hover, and diagnostics for .cs and .csx
This skill helps diagnose and fix common vvvv gamma errors in C# nodes, shaders, and runtime behavior to reduce crashes and misbehavior.
This skill guides you to implement vvvv gamma custom nodes with ProcessNode pattern, change detection, pins, and NodeContext services for robust, stateless
This skill helps you write robust C# by avoiding null traps, async deadlocks, and LINQ pitfalls in real-world code.
This skill assists with .NET integration in vvvv gamma by guiding NuGet, csproj, and ImportAsIs configurations for reliable node discovery.
This skill helps you test Akka.NET actors using Akka.Hosting.TestKit patterns with DI, TestProbes, and in-memory persistence.
This skill guides implementing OpenTelemetry instrumentation in .NET apps, covering tracing, metrics, naming, error handling, performance, and API design.
This skill helps organize dependency injection registrations via extension methods, enabling cohesive grouping, reuse in production and tests, and cleaner
This skill helps you write modern high-performance C# code using records, value objects, pattern matching, and async design for robust APIs.
This skill helps diagnose and fix Linux .NET HTTPS dev certificate trust issues from generation to system CA integration.
This skill helps you choose the right .NET concurrency abstraction, guiding async/await, channels, Akka.NET, and avoiding locks.
This skill decompiles .NET assemblies with ILSpy to reveal implementation details, aiding understanding, debugging, and auditing library behavior.
This skill helps maintain AGENTS.md and CLAUDE.md indexes to route .NET skills and agents efficiently and automatically.
This skill helps you choose optimal .NET serialization formats, emphasizing schema-based options and AOT-ready System.Text.Json across APIs, messaging, and