BeClaude

cde-dotnetcc

New
58GitHub TrendingDevelopmentby atherio-danp

Claude Code harness for .NET developers

First seen 6/18/2026

Summary

NET ecosystem.

  • NET CLI commands, and project structures, making development faster and more efficient.

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file

Add the configuration to .claude/skills/cde-dotnetcc.md

3
Invoke in Claude Code
/cde-dotnetcc

Use Cases

Scaffold a new .NET project with specific templates and configurations using a single command.
Generate boilerplate code for controllers, models, or services in an ASP.NET Core application.
Analyze and fix build errors or runtime exceptions in a .NET solution with step-by-step guidance.
Add or update NuGet packages and resolve version conflicts across multiple projects.
Refactor legacy .NET Framework code to modern .NET 8+ with minimal manual effort.
Create and run unit tests with xUnit or NUnit, including mocking dependencies.

Usage Examples

1

/cde-dotnetcc scaffold a new ASP.NET Core Web API project with Entity Framework and SQLite support

2

/cde-dotnetcc generate a C# class for a Product model with properties, validation, and a repository interface

3

/cde-dotnetcc debug the NullReferenceException in the OrderService.cs file and suggest a fix

View source on GitHub

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is cde-dotnetcc?

This skill provides a tailored Claude Code harness for .NET developers, streamlining common tasks like project scaffolding, code generation, debugging, and dependency management within the .NET ecosystem. It leverages Claude's capabilities to understand C#, .NET CLI commands, and project structures, making development faster and more efficient.

How to install cde-dotnetcc?

To install cde-dotnetcc: create the skills directory (mkdir -p .claude/skills), then add the config to .claude/skills/cde-dotnetcc.md. Finally, /cde-dotnetcc in Claude Code.

What is cde-dotnetcc best for?

cde-dotnetcc is a other categorized under Development. Created by atherio-danp.

What can I use cde-dotnetcc for?

cde-dotnetcc is useful for: Scaffold a new .NET project with specific templates and configurations using a single command.; Generate boilerplate code for controllers, models, or services in an ASP.NET Core application.; Analyze and fix build errors or runtime exceptions in a .NET solution with step-by-step guidance.; Add or update NuGet packages and resolve version conflicts across multiple projects.; Refactor legacy .NET Framework code to modern .NET 8+ with minimal manual effort.; Create and run unit tests with xUnit or NUnit, including mocking dependencies..