nesbo/dotnet-claude-code-skills
Plugin Claude Code
Plugin marketplace listing 4 plugins: ddd-dotnet, data-dotnet, bdd-dotnet, add-serena.
nesbo/dotnet-claude-code-skills
Plugin Claude Code
Plugin marketplace listing 4 plugins: ddd-dotnet, data-dotnet, bdd-dotnet, add-serena.
nesbo/dotnet-claude-code-skills
Instructions file
Claude Code instructions for nesbo/dotnet-claude-code-skills, covering using .net claude code skills with claude code, what this repository provides, repository purpose, how to use with claude code and option 1: install as plugins (recommended).
nesbo/dotnet-claude-code-skills
Plugin Claude Code
Complete integration guide for adding Serena MCP to any software project. Provides IDE-like semantic code understanding through LSP integration, symbol-level navigation, and precise code editing. Includes prerequisites checking, installation steps, configuration templates for C#, Python, TypeScript and more…
nesbo/dotnet-claude-code-skills
Skill Claude CodeCodex
This skill helps you add Serena MCP (Model Context Protocol) to any software project, providing IDE-like semantic code understanding and navigation capabilities with true multi-project support.
nesbo/dotnet-claude-code-skills
Plugin Claude Code
BDD-style unit testing patterns for domain handlers with in-memory database, TestDataBuilder pattern, fluent builders, and fake implementations - no mocking frameworks. Shown with NUnit examples; patterns apply to any testing framework.
nesbo/dotnet-claude-code-skills
Skill Claude CodeCodex
Use this skill when writing unit tests for the Domain.Shared project. This skill captures the unique testing patterns, conventions, and philosophy used in this codebase.
nesbo/dotnet-claude-code-skills
Plugin Claude Code
Complete guide to implementing data persistence as an adapter in hexagonal architecture with entity mappings, repositories, Unit of Work, and migration workflows. Demonstrates one ORM approach; patterns apply to any data access technology.
nesbo/dotnet-claude-code-skills
Skill Claude CodeCodex
This skill provides a comprehensive guide to implementing the data persistence layer using Entity Framework Core as an adapter in a hexagonal architecture (ports and adapters pattern). The data layer is a library that encapsulates its implementation internally and exposes DI registration publicly for wiring into…
nesbo/dotnet-claude-code-skills
Plugin Claude Code
Comprehensive guide to implementing DDD patterns with CQRS, Hexagonal Architecture, aggregates, entities, command/query handlers, and domain best practices. Explained using C# and .NET, but patterns apply to any OOP language.
nesbo/dotnet-claude-code-skills
Skill Claude CodeCodex
This skill provides a comprehensive guide to implementing Domain-Driven Design patterns in .NET, based on real-world production code from the LMP project. These patterns promote clean architecture, maintainability, and testability.