Idiomatic C# and .NET patterns help you write clean, maintainable code. You learn how to use dependency injection and async/await the right way. These patterns make your applications robust and easy to change.
This guide covers core principles like preferring immutability and being explicit over implicit. You also see how to work with options patterns and parallel async operations. Whether you are writing new code or reviewing existing code, these practices help you build better .NET applications.
Developers of all skill levels can benefit. The examples show clear before and after comparisons. You will learn to avoid common pitfalls like blocking on async calls.
Global
mkdir -p ~/.claude/skills/dotnet-patternsProject
mkdir -p .claude/skills/dotnet-patternsSource Repository
Typescript Advanced Typeswshobson/agents
Master advanced TypeScript types for safer and more flexible code
Python Executorqu-skills/skills
Execute Python code safely with 100+ libraries for data, scraping, and media
Golang Error Handlingsamber/cc-skills-golang
Learn to create, wrap, inspect, and log Go errors like a professional engineer
Golang Performancesamber/cc-skills-golang
Speed up your Go code using proven patterns for allocation reduction and CPU efficiency
Golang Design Patternssamber/cc-skills-golang
Idiomatic Go patterns for clean constructors error handling and graceful shutdown
Golang Concurrencysamber/cc-skills-golang
Write safe Go concurrency with goroutines, channels, and sync primitives
Golang Data Structuressamber/cc-skills-golang
Optimize Go data structures for speed and memory efficiency with internals knowledge
Golang Contextsamber/cc-skills-golang
Master Go context for cancellations, timeouts, and request values