cde-dotnetcc
NewClaude Code harness for .NET developers
Summary
NET ecosystem.
- NET CLI commands, and project structures, making development faster and more efficient.
Install & Usage
mkdir -p .claude/skillsAdd the configuration to .claude/skills/cde-dotnetcc.md
/cde-dotnetccUse Cases
Usage Examples
/cde-dotnetcc scaffold a new ASP.NET Core Web API project with Entity Framework and SQLite support
/cde-dotnetcc generate a C# class for a Product model with properties, validation, and a repository interface
/cde-dotnetcc debug the NullReferenceException in the OrderService.cs file and suggest a fix
Security Audits
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..