Dotnet Backend Clean Architecture

🌐Community
by luismpenholato · vlatest · Repository

Generates clean architecture .NET Core backends with layered design, dependency injection, and testability following best practices.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add dotnet-backend-clean-architecture npx -- -y @trustedskills/dotnet-backend-clean-architecture
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "dotnet-backend-clean-architecture": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/dotnet-backend-clean-architecture"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill enables AI agents to build and maintain backend systems using the .NET language and Clean Architecture principles. It facilitates creating robust, testable applications with a clear separation of concerns between domain logic, application services, infrastructure, and presentation layers. The resulting code is designed for easy maintenance, scalability, and adaptability to changing requirements.

When to use it

  • Developing new APIs: When you need an agent to create RESTful or gRPC APIs from scratch.
  • Refactoring existing .NET projects: To improve the architecture of legacy applications by applying Clean Architecture principles.
  • Automating backend tasks: For automating repetitive backend development processes, such as generating boilerplate code or configuring infrastructure.
  • Creating microservices: When building independent, deployable services with well-defined boundaries and responsibilities.

Key capabilities

  • .NET language proficiency
  • Clean Architecture implementation
  • Separation of Concerns (domain, application, infrastructure)
  • Testability & Maintainability

Example prompts

  • "Create a new .NET API endpoint for managing user accounts using Clean Architecture."
  • "Refactor this existing C# class to adhere to the principles of Clean Architecture."
  • “Generate a base repository interface and implementation following Clean Architecture guidelines.”

Tips & gotchas

This skill requires a basic understanding of .NET development. While it promotes clean code, complex domain logic still needs careful design and consideration by a human developer.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
luismpenholato
Installs
5

🌐 Community

Passed automated security scans.