lang-dotnet-library-dev
Installation
SKILL.md
.NET Library Development
.NET/C#-specific patterns for library development and NuGet package publishing. This skill extends meta-library-dev with .NET tooling, package configuration, and ecosystem practices.
This Skill Extends
meta-library-dev- Foundational library patterns (API design, versioning, testing strategies)
For general concepts like semantic versioning, module organization principles, and testing pyramids, see the meta-skill first.
This Skill Adds
- .NET tooling: .csproj configuration, SDK-style projects, build targets
- NuGet packaging: Package metadata, assets, multi-targeting, SourceLink
- .NET ecosystem: Publishing workflow, strong naming, API analyzers, nullable reference types