Dotnet Artisan banner
novotnyllc novotnyllc

Dotnet Artisan

Development community

Description

Comprehensive .NET development skills for modern C# and .NET

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

dotnet-artisan

Comprehensive .NET development skills for modern C#, ASP.NET, MAUI, Blazor, and cloud-native applications

[![CI](https://github.com/novotnyllc/dotnet-artisan/actions/workflows/validate.yml/badge.svg)](https://github.com/novotnyllc/dotnet-artisan/actions/workflows/validate.yml) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE) [![Version](https://img.shields.io/badge/version-1.5.0-green.svg)](plugins/dotnet-artisan/.claude-plugin/plugin.json)

Overview

**dotnet-artisan** provides 9 skills (2 routing + 7 domain) and 14 specialist agents for .NET development. It is compatible with Claude Code, GitHub Copilot CLI, and OpenAI Codex. The installable plugin lives at `plugins/dotnet-artisan`. Claude and Copilot consume the Claude plugin manifest there through the root marketplace, while Codex discovers the same plugin through the shared Claire Novotny LLC marketplace and `plugins/dotnet-artisan/.codex-plugin/plugin.json`. Specialist `agents/*.md` are currently used by Claude/Copilot flows; Codex routes through the `skills/*` surface.

The plugin covers the full breadth of the .NET ecosystem:

  • Modern C# patterns, async/await, dependency injection, and source generators
  • ASP.NET Core APIs, Blazor, MAUI, Uno Platform, WinUI, and WPF
  • Entity Framework Core, data access strategies, and serialization
  • Testing with xUnit, integration testing, Playwright, and snapshot testing
  • CI/CD for GitHub Actions and Azure DevOps
  • Native AOT, trimming, performance profiling, and benchmarking
  • Security, packaging, documentation, and release management

Installation

Claude Code

From within Claude Code, run:

/plugin marketplace add novotnyllc/dotnet-artisan
/plugin install dotnet-artisan@dotnet-artisan

Once installed, Claude Code automatically loads relevant skills based on your questions about .NET development.

OpenCode (oh-my-opencode)

OpenCode supports Claude Code plugins. Install with Claude Code first us