Nesbo Dotnet Claude Code Skills
nesbo-dotnet-claude-code-skills is a Claude Code plugin for the Build phase that supplies four .NET backend skills covering DDD, hexagonal architecture, persistence, and BDD-style testing.
Give Claude Code .NET-focused skills for DDD, persistence, hexagonal architecture, and BDD-style testing while you build backend services.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install nesbo-dotnet-claude-code-skills@nesbo/dotnet-claude-code-skillsBuilt to be called by your agent
Skillselion is itself an MCP server. Your agent can pull this entry and a paste-ready install config straight from the API - no copy-paste.
Retrieve this entry with skillselion.get_details("plugin:nesbo/dotnet-claude-code-skills") and the paste-ready config with skillselion.get_install_config("plugin:nesbo/dotnet-claude-code-skills").
What it does
nesbo-dotnet-claude-code-skills is a Claude Code plugin collection aimed at solo and small-team .NET builders who want the agent to respect real backend architecture—not random file dumps. Installing the four plugins equips Claude with skills around domain-driven design, hexagonal boundaries, repository and entity mappings, configuration, and rigorous testing using patterns such as builders, in-memory databases, and BDD-style scenarios. It fits the Build phase when you are implementing APIs or SaaS backends on .NET and need consistent guidance for aggregates, handlers, semantic layering, and test projects. The bundle reads as a structured methodology pack (intermediate to advanced) rather than a single snippet generator, with workflows spanning project setup through integration tests. Use it when Claude Code is your pair programmer on C# services and you want repeatable DDD and testing discipline without re-explaining your stack every session.
Highlights
- Four Claude Code plugins tailored to .NET solution structure and idioms
- DDD and hexagonal architecture guidance with command/query and adapter patterns
- Persistence, migrations, in-memory testing, and TestDataBuilder-style fluent fixtures
- BDD and NUnit-oriented testing workflows with mocking and integration examples
- Installation, prerequisites, and troubleshooting docs for dotnet-claude-code-skills
Why builders use it
.NET solo builders waste time re-teaching Claude domain boundaries, EF patterns, and test conventions on every feature branch.
After registration, Claude applies packaged .NET architecture and testing skills so backend and test code follow DDD, hexagonal, and BDD practices you expect.
At a glance
- Type - Plugin in Development Tools.
- Adoption - 0 installs, 49 stars, 0 votes.
FAQ
Who is nesbo-dotnet-claude-code-skills for?
Claude Code users building .NET backends who want domain-driven design, hexagonal patterns, and structured testing encoded as installable skills.
When should I use nesbo-dotnet-claude-code-skills?
Use it during backend implementation and test authoring when you need consistent entity, repository, migration, and BDD guidance across a .NET codebase.
How do I add nesbo-dotnet-claude-code-skills to my agent?
Clone or install from nesbo/dotnet-claude-code-skills, add all four plugins to Claude Code per the repository installation section, and open your .NET solution before invoking the skills.
Comments
Share how you use nesbo-dotnet-claude-code-skills, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.