cult of claude
Dotnet Skills banner
nesbo nesbo

Dotnet Skills

Development community Intermediate

Description

Production-ready Domain-Driven Design patterns and data persistence implementations for .NET projects using Claude Code.

Installation

Terminal
claude install-skill https://github.com/nesbo/dotnet-claude-code-skills

README

.NET Claude Code Skills Library

Production-ready Domain-Driven Design patterns and data persistence implementations for .NET projects using Claude Code.

**Applicability**: While these patterns are explained using C# and .NET, the DDD principles and hexagonal architecture concepts apply to any object-oriented programming language.

**For Claude Code Users**: See [CLAUDE.md](CLAUDE.md) for information about using this repository with Claude Code.

Available Skills

1. Domain-Driven Design Basics (`ddd-dotnet/`)

**Purpose**: Core DDD patterns for building the domain layer (ports) in hexagonal architecture.

**What it covers:**

    undefined

**When to use:**

    undefined

**Key templates included:**

    undefined

2. Data Persistence Layer (`data-dotnet/`)

**Purpose**: Implementing the data persistence layer as an adapter in hexagonal architecture. This skill demonstrates one approach using Entity Framework Core, but the patterns apply to any ORM or data access technology.

**What it covers:**

    undefined

**When to use:**

    undefined

...