novotnyllc

30 mods across 1 repository, 228 stars between them.

novotnyllc/dotnet-artisan

Instructions file CodexOpenCode

Instructions for novotnyllc/dotnet-artisan, covering dotnet-artisan -- plugin instructions, key conventions, skill.md frontmatter, cross-reference syntax and routing language rules.

228 14d ago A 1,224 tokens original MIT

novotnyllc/dotnet-artisan

Instructions file

Instructions for novotnyllc/dotnet-artisan, a project described as: Comprehensive .NET development skills for modern C# and .NET.

228 14d ago A 4 tokens copy · 100% MIT

dotnet-artisan

04

novotnyllc/dotnet-artisan

Plugin Claude Code

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

228 14d ago A tokens not measured original MIT

context7

05

novotnyllc/dotnet-artisan

MCP server Claude CodeCodexCursor +2

Gives the agent up-to-date documentation and code examples for libraries and frameworks, fetched on demand so answers are not stuck at the model's training cutoff. Runs locally from the @upstash/context7-mcp npm package.

228 14d ago A tokens not measured copy · 88% MIT

microsoftdocs-mcp

06

novotnyllc/dotnet-artisan

MCP server Claude CodeCodexCursor +2

MCP server "microsoftdocs-mcp", hosted remotely at learn.microsoft.com, as configured in novotnyllc/dotnet-artisan.

228 14d ago A tokens not measured original MIT

dotnet-architect

07

novotnyllc/dotnet-artisan

Agent

Analyzes .NET project context, requirements, and constraints to recommend architecture approaches, framework choices, and design patterns. Triggers on: what framework to use, how to structure a project, recommend an approach, architecture review.

228 14d ago A 50 tokens original MIT

novotnyllc/dotnet-artisan

Agent

Analyzes ASP.NET Core middleware, request pipelines, minimal API design, DI lifetime selection, and diagnostic scenarios. Routes Blazor to [skill:dotnet-blazor-specialist], security to [skill:dotnet-security-reviewer], async to [skill:dotnet-async-performance-specialist].

228 14d ago A 69 tokens original MIT

novotnyllc/dotnet-artisan

Agent

Analyzes async/await performance, ValueTask correctness, ConfigureAwait decisions, IO.Pipelines, ThreadPool tuning, and Channel selection in .NET code. Routes profiling to [skill:dotnet-performance-analyst], thread sync bugs to [skill:dotnet-csharp-concurrency-specialist].

228 14d ago A 68 tokens original MIT

novotnyllc/dotnet-artisan

Agent

Designs .NET benchmarks, reviews benchmark methodology, and validates measurement correctness. Avoids dead code elimination, measurement bias, and common BenchmarkDotNet pitfalls. Triggers on: design a benchmark, review benchmark, benchmark pitfalls, how to measure, memory diagnoser setup.

228 14d ago A 61 tokens original MIT

novotnyllc/dotnet-artisan

Agent

Guides Blazor development across all hosting models (Server, WASM, Hybrid, Auto). Component design, state management, authentication, and render mode selection. Triggers on: blazor component, render mode, blazor auth, editform, blazor state.

228 14d ago A 61 tokens original MIT

novotnyllc/dotnet-artisan

Agent

Plans cloud deployment, .NET Aspire orchestration, AKS configuration, multi-stage CI/CD pipelines, distributed tracing, and infrastructure-as-code for .NET apps. Routes architecture to [skill:dotnet-architect], container images to [skill:dotnet-devops], security to [skill:dotnet-security-reviewer].

228 14d ago A 71 tokens original MIT

novotnyllc/dotnet-artisan

Agent

Reviews .NET code for correctness, performance, security, and architecture concerns. Triages findings and routes to specialist agents for deep analysis. Triggers on: review this, code review, PR review, what's wrong with this code.

228 14d ago A 52 tokens original MIT

novotnyllc/dotnet-artisan

Agent

Debugs race conditions, deadlocks, thread safety issues, concurrent access bugs, lock contention, async races, parallel execution problems, and synchronization issues in .NET code. Routes general async/await questions to [skill:dotnet-csharp].

228 14d ago A 58 tokens original MIT

novotnyllc/dotnet-artisan

Agent

Generates documentation for .NET projects. Analyzes project structure, recommends doc tooling, generates Mermaid architecture diagrams, writes XML doc comment skeletons, and scaffolds GitHub-native docs. Triggers on: generate docs, add documentation, create README, document this project, add XML docs, generate…

228 14d ago A 69 tokens original MIT

novotnyllc/dotnet-artisan

Agent

Builds .NET MAUI apps. Platform-specific development, Xamarin migration, Native AOT on iOS/Catalyst, .NET 11 improvements. Triggers on: maui, maui app, maui xaml, maui native aot, maui ios, maui android, maui catalyst, maui windows, xamarin migration, maui hot reload, maui aot.

228 14d ago A 90 tokens original MIT

novotnyllc/dotnet-artisan

Agent

Analyzes .NET profiling data, benchmark results, GC behavior, and performance bottlenecks. Interprets flame graphs, heap dumps, and benchmark comparisons. Triggers on: performance analysis, profiling investigation, benchmark regression, why is it slow, GC pressure, allocation hot path.

228 14d ago A 64 tokens original MIT

novotnyllc/dotnet-artisan

Agent

Reviews .NET code for security vulnerabilities, OWASP compliance, secrets exposure, and cryptographic misuse. Read-only analysis agent -- does not modify code.

228 14d ago A 36 tokens original MIT

novotnyllc/dotnet-artisan

Agent

Designs test architecture, chooses test types (unit/integration/E2E), manages test data, tests microservices, and structures test projects. Routes benchmarking to [skill:dotnet-benchmark-designer], security auditing to [skill:dotnet-security-reviewer].

228 14d ago A 60 tokens original MIT

novotnyllc/dotnet-artisan

Agent

Builds cross-platform Uno Platform apps. Project setup, target configuration, Extensions ecosystem, MVUX patterns, Toolkit controls, theming, MCP integration. Triggers on: uno platform, uno app, uno wasm, uno mobile, uno desktop, uno extensions, mvux, uno toolkit, uno themes, cross-platform uno, uno embedded.

228 14d ago A 75 tokens original MIT

dotnet-advisor

21

novotnyllc/dotnet-artisan

Skill Claude CodeCodex

Routes .NET/C# requests to the correct domain skill and loads coding standards as baseline for all code paths. Determines whether the task needs API, UI, testing, devops, tooling, or debugging guidance based on prompt analysis and project signals, then invokes skills in the right order. Always invoked after…

228 14d ago A 96 tokens original MIT

dotnet-api

22

novotnyllc/dotnet-artisan

Skill Claude CodeCodex

Builds ASP.NET Core APIs, EF Core data access, gRPC, SignalR, and backend services with middleware, security (OAuth, JWT, OWASP), resilience, messaging, OpenAPI, .NET Aspire, Semantic Kernel, HybridCache, YARP reverse proxy, output caching, Office documents (Excel, Word, PowerPoint), PDF, and architecture patterns.…

228 14d ago A 99 tokens original MIT

dotnet-csharp

23

novotnyllc/dotnet-artisan

Skill Claude CodeCodex

Baseline C# skill loaded for every .NET code path. Guides language patterns (records, pattern matching, primary constructors, C# 8-15), coding standards, async/await, DI, LINQ, serialization, domain modeling, concurrency, Roslyn analyzers, globalization, native interop (P/Invoke, LibraryImport, ComWrappers), WASM…

228 14d ago A 115 tokens original MIT

dotnet-debugging

24

novotnyllc/dotnet-artisan

Skill Claude CodeCodex

Debugs Windows and Linux/macOS applications (native, .NET/CLR, mixed-mode) with WinDbg MCP (crash dumps, !analyze, !syncblk, !dlk, !runaway, !dumpheap, !gcroot, BSOD), dotnet-dump, lldb with SOS, createdump, and container diagnostics (Docker, Kubernetes). Hang/deadlock diagnosis, high CPU triage, memory leak…

228 14d ago A 131 tokens original MIT