dotnet-new-app-slnx

Scaffold .NET application solutions with CI pipelines and semantic versioning.

3|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/codebeltnet/agentic --skill dotnet-new-app-slnx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dotnet-new-app-slnx
Source: https://github.com/codebeltnet/agentic/tree/main/skills/dotnet-new-app-slnx
Command: npx skills add https://github.com/codebeltnet/agentic --skill dotnet-new-app-slnx

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the creation of new .NET application solutions, ensuring they adhere to established codebelt engineering conventions from the outset, including project structure, build configuration, and CI pipelines.

Core Features & Use Cases

  • Project Scaffolding: Generates a complete solution structure for Console, Web API, or Worker services.
  • Convention Enforcement: Integrates CI pipelines, centralized build configurations, semantic versioning, and code quality tooling.
  • Use Case: When starting a new microservice or internal tool, use this Skill to quickly set up a robust, convention-aligned .NET project, allowing developers to focus on business logic rather than boilerplate setup.

Quick Start

Use the dotnet-new-app-slnx skill to scaffold a new .NET web API application named 'CustomerService'.

Frequently Asked Questions about dotnet-new-app-slnx

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scaffold a new .NET Web API project with CI pipelines and centralized build configuration?

To scaffold a .NET Web API with CI pipelines and centralized build configuration, this skill generates a complete solution structure adhering to codebelt engineering conventions, including semantic versioning and code quality tooling. It supports the dotnet new command pattern for immediate project setup.

Can I generate a .NET Worker service using the Minimal hosting pattern instead of Startup?

Yes, you can generate a .NET Worker service using the Minimal hosting pattern. This scaffolding skill provides options for both Minimal and Startup hosting patterns across Console, Web API, and Worker service types to match your preferred application architecture.

What is included when automating .NET application scaffolding with engineering conventions?

Automating .NET application scaffolding with engineering conventions includes a complete standalone solution structure featuring CI pipelines, centralized build configuration, semantic versioning, and integrated code quality tooling to enforce standards from the outset.

Does this .NET project setup tool support Console applications or only Web APIs?

This .NET project setup tool supports Console applications alongside Web APIs and Worker services. It scaffolds standalone application solutions for all three service types while applying centralized build configuration and code quality tooling conventions.

Why use a convention-based scaffolding tool for a new .NET microservice instead of manual setup?

Using a convention-based scaffolding tool for a new .NET microservice eliminates manual boilerplate setup and ensures adherence to engineering standards immediately. It integrates CI pipelines and code quality tooling automatically, allowing developers to focus entirely on writing business logic.