dotnet-new-lib-slnx
Installation
SKILL.md
.NET Library Solution Setup (Codebelt Conventions)
Upstream Source
| Field | Value |
|---|---|
| Repo | https://github.com/codebeltnet/agentic |
| Branch | main |
| Shared assets root | skills/dotnet-new-lib-slnx/assets/shared |
| Raw base URL | https://raw.githubusercontent.com/codebeltnet/agentic/main/skills/dotnet-new-lib-slnx/assets/shared |
| Asset manifest | assets/shared.manifest.json |
This metadata is the single source of truth for restoring any file the installer may have dropped. Use it immediately — do not spend cycles confirming absence multiple ways first.
Scaffold new .NET NuGet library solutions following the codebeltnet engineering conventions — the same pattern used across codebeltnet. Produces a fully wired solution with multi-target framework support, strong-name signing, NuGet packaging, DocFX documentation, CI pipeline, centralized build config, semantic versioning, and code quality tooling.
Generate the scaffold in the user's current working directory. Do not create an extra top-level {REPO_SLUG} or {SOLUTION_NAME} folder unless the user explicitly asks for a nested output folder.