dotnet-backend-patterns
Comprehensive patterns for .NET backend development, covering clean architecture, EF Core, Redis, and testing.
Install
npx skills add https://github.com/wshobson/agents --skill dotnet-backend-patternsStats
| Total installs | 6,736 |
| Weekly installs | 6.7K |
| GitHub stars | 32.4K |
| First seen | Jan 20, 2026 |
| Source | @wshobson/agents |
Summary
- Covers clean architecture project structure, dependency injection lifetimes, and configuration with IOptions pattern
- Async/await best practices including parallel execution, ConfigureAwait usage, and ValueTask optimization for hot paths
- Entity Framework Core and Dapper repository patterns with query optimization, multi-mapping, and performance considerations
- Multi-level caching with Redis and memory cache, including stale-while-revalidate and cache invalidation strategies
- Unit and integration testing with xUnit, Moq, and WebApplicationFactory; Result pattern for flow control without exceptions
Tags
Related skills
| Skill | Installs | vs dotnet-backend-patterns |
|---|---|---|
| organization-best-practices | 6,282 | -454 |
| create-spring-boot-kotlin-project | 7,409 | +673 |
| kotlin-mcp-server-generator | 7,406 | +670 |
| convex | 5,141 | -1,595 |
| csharp-mcp-server-generator | 7,417 | +681 |
FAQ
- How many installs does dotnet-backend-patterns have?
- dotnet-backend-patterns has 6,736 total installs and 6.7K installs this week.
- Where is dotnet-backend-patterns hosted?
- dotnet-backend-patterns is published by @wshobson/agents at https://github.com/wshobson/agents.
- How many GitHub stars does dotnet-backend-patterns have?
- dotnet-backend-patterns has 32.4K GitHub stars.
- When was dotnet-backend-patterns first indexed?
- OrangeBot.AI first indexed dotnet-backend-patterns on Jan 20, 2026.
- How do I install dotnet-backend-patterns?
- Run: npx skills add https://github.com/wshobson/agents --skill dotnet-backend-patterns