codewithmukesh/dotnet-claude-kit

Make Claude Code a .NET 10 Expert

684Stars on the repository
61Mods indexed here, across every type
25d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

api-versioning

01

codewithmukesh/dotnet-claude-kit

Skill Claude CodeCodex

API versioning strategies for ASP.NET Core. Covers Asp.Versioning library, URL segment, header, and query string strategies, version deprecation, and OpenAPI integration. Load this skill when adding versioning to an API, evolving an API with breaking changes, or when the user mentions "API version", "versioning"…

684 25d ago A 94 tokens original MIT

arch-check

02

codewithmukesh/dotnet-claude-kit

Skill Claude CodeCodex

Architecture conformance check: verifies an existing codebase against its declared architecture (VSA, Clean Architecture, DDD, Modular Monolith) — dependency direction, layer violations, module boundary leaks, and cycles — using token-cheap Roslyn MCP analysis. Invoke when: "check architecture", "architecture…

684 25d ago A 111 tokens original MIT

codewithmukesh/dotnet-claude-kit

Skill Claude CodeCodex

Architecture selection advisor for .NET applications. Asks structured questions about domain complexity, team size, system lifetime, compliance, and integration needs, then recommends the best-fit architecture: Vertical Slice, Clean Architecture, DDD + Clean Architecture, or Modular Monolith. Load this skill when the…

684 25d ago A 103 tokens original MIT

aspire

04

codewithmukesh/dotnet-claude-kit

Skill Claude CodeCodex

.NET Aspire for cloud-native orchestration. Covers AppHost configuration, service defaults, resource configuration, service discovery, and the Aspire dashboard. Load this skill when setting up local development orchestration, service discovery, or Aspire-managed infrastructure, or when the user mentions "Aspire"…

684 25d ago A 95 tokens original MIT

authentication

05

codewithmukesh/dotnet-claude-kit

Skill Claude CodeCodex

Authentication and authorization for ASP.NET Core. Covers JWT bearer tokens, OpenID Connect, ASP.NET Identity, authorization policies, role and claim-based authorization, and API key authentication. Load this skill when implementing login, protecting endpoints, designing authorization rules, or when the user mentions…

684 25d ago A 101 tokens original MIT

build-fix

06

codewithmukesh/dotnet-claude-kit

Skill Claude CodeCodex

Autonomous iteration loops for .NET: drive a broken build or failing test suite to green with bounded iterations, progress detection, and fail-safe guards that prevent infinite retries and wasted tokens. The build-fix loop (dotnet build, parse, categorize, fix, rebuild) is the primary flow; the test-fix loop is a…

684 25d ago A 146 tokens original MIT

caching

07

codewithmukesh/dotnet-claude-kit

Skill Claude CodeCodex

Caching strategies for .NET 10 applications. Covers HybridCache (the default), output caching, response caching, and distributed cache patterns. Load this skill when implementing caching, optimizing read performance, reducing database load, or when the user mentions "cache", "HybridCache", "Redis", "output cache"…

684 25d ago A 93 tokens original MIT

checkpoint

08

codewithmukesh/dotnet-claude-kit

Skill Claude CodeCodex

Mid-session save point: create a descriptive git commit and a brief handoff note, then keep working. Use before a risky change or refactor, when switching tasks, or to bank progress without ending the session. Triggers on: /checkpoint, "checkpoint", "save progress", "commit and handoff", "save state", "pause here"…

684 25d ago A 96 tokens original MIT

ci-cd

09

codewithmukesh/dotnet-claude-kit

Skill Claude CodeCodex

CI/CD pipelines for .NET applications. Covers GitHub Actions and Azure DevOps YAML pipelines with build, test, publish, and deploy stages. Load this skill when setting up continuous integration, automated testing, deployment workflows, or when the user mentions "CI/CD", "pipeline", "GitHub Actions", "Azure DevOps"…

684 25d ago A 96 tokens original MIT

clean-architecture

10

codewithmukesh/dotnet-claude-kit

Skill Claude CodeCodex

Clean Architecture for .NET applications. Covers the 4-project layout (Domain, Application, Infrastructure, Api), dependency inversion, use case handlers, domain entities with behavior, and infrastructure as a plugin. Load this skill when building a project with Clean Architecture, discussing layered architecture…

684 25d ago A 75 tokens original MIT

code-review

11

codewithmukesh/dotnet-claude-kit

Skill Claude CodeCodex

MCP-powered multi-dimensional code review for .NET projects. Uses Roslyn analysis tools for antipatterns, diagnostics, references, and dependency graphs combined with structured manual review. Prioritizes effort with blast-radius scoring — data access, security, concurrency, and integration boundaries before style …

684 25d ago A 121 tokens original MIT

configuration

12

codewithmukesh/dotnet-claude-kit

Skill Claude CodeCodex

Configuration patterns for .NET 10 applications. Covers the Options pattern, IOptionsSnapshot vs IOptions, secrets management, and environment-based configuration. Load this skill when setting up application configuration, managing secrets, binding configuration sections, or when the user mentions "configuration"…

684 25d ago A 93 tokens original MIT

container-publish

13

codewithmukesh/dotnet-claude-kit

Skill Claude CodeCodex

Dockerfile-less containerization using the .NET 10 SDK container publishing feature. Covers MSBuild properties, chiseled images, multi-arch builds, and registry publishing — all without writing a Dockerfile. Load this skill when the user wants to containerize without a Dockerfile, or mentions "dotnet publish…

684 25d ago C 111 tokens original MIT

convention-learner

14

codewithmukesh/dotnet-claude-kit

Skill Claude CodeCodex

Detects and enforces project-specific coding conventions by analyzing existing codebase patterns. Learns naming conventions, folder structure, test organization, and coding style from the existing code. Load when: "conventions", "coding standards", "project patterns", "enforce style", "detect patterns", "learn…

684 25d ago A 73 tokens original MIT

ddd

15

codewithmukesh/dotnet-claude-kit

Skill Claude CodeCodex

Domain-Driven Design tactical patterns for .NET applications. Covers aggregates, aggregate roots, value objects, domain events, domain services, strongly-typed IDs, and repository patterns for aggregate persistence. Load this skill when implementing DDD, working with aggregates, value objects, domain events, bounded…

684 25d ago A 82 tokens original MIT

de-sloppify

16

codewithmukesh/dotnet-claude-kit

Skill Claude CodeCodex

Systematic code cleanup pipeline for .NET projects. Runs 7 ordered steps: formatting, unused usings, analyzer warnings, dead code removal, TODO resolution, sealed class audit, and CancellationToken propagation. Each step is verified independently with tests between phases. Load this skill when: "clean up"…

684 25d ago A 115 tokens original MIT

codewithmukesh/dotnet-claude-kit

Skill Claude CodeCodex

Dependency injection patterns for .NET 10. Covers service lifetimes, keyed services, the decorator pattern, factory pattern, and common DI pitfalls. Load this skill when registering services, resolving lifetime issues, designing service composition, or when the user mentions "DI", "dependency injection", "service…

684 25d ago A 100 tokens original MIT

docker

18

codewithmukesh/dotnet-claude-kit

Skill Claude CodeCodex

Docker containerization for .NET 10 applications. Covers multi-stage builds, .NET container images, non-root user configuration, health checks, and .dockerignore. Load this skill when containerizing an application with a Dockerfile, optimizing image size, setting up Docker Compose for local development, or when the…

684 25d ago B 125 tokens original MIT

dotnet-init

19

codewithmukesh/dotnet-claude-kit

Skill Claude CodeCodex

Interactive project initialization. Detects project type, asks architecture questions, and generates a customized CLAUDE.md — no manual template copying. Use when: "init project", "setup project", "initialize", "new project setup", "generate CLAUDE.md", "configure for dotnet-claude-kit", or starting Claude Code on a…

684 25d ago A 81 tokens original MIT

ef-core

20

codewithmukesh/dotnet-claude-kit

Skill Claude CodeCodex

Entity Framework Core patterns for .NET 10. Covers DbContext configuration, migrations workflow, interceptors, compiled queries, ExecuteUpdateAsync, ExecuteDeleteAsync, value converters, and query optimization. Load this skill when working with databases, writing queries, managing schema changes, or when the user…

684 25d ago A 113 tokens original MIT

error-handling

21

codewithmukesh/dotnet-claude-kit

Skill Claude CodeCodex

Error handling strategy for .NET 10 applications. Covers the Result pattern, ProblemDetails (RFC 9457), global exception handling, FluentValidation, and structured error responses. Load this skill when implementing error handling, validation, or designing API error contracts, or when the user mentions "error…

684 25d ago A 99 tokens original MIT

health-check

22

codewithmukesh/dotnet-claude-kit

Skill Claude CodeCodex

Multi-dimensional health assessment for .NET projects with letter grades (A-F) using Roslyn MCP tools. Evaluates 8 dimensions: build health, code quality, architecture, test coverage, dead code, API surface, security posture, and documentation. Produces a structured report card with actionable recommendations. Load…

684 25d ago A 115 tokens original MIT

httpclient-factory

23

codewithmukesh/dotnet-claude-kit

Skill Claude CodeCodex

IHttpClientFactory and typed HTTP clients for .NET 10 applications. Covers named/typed/keyed clients, DelegatingHandlers, resilience with Microsoft.Extensions.Http.Resilience, and testing patterns. Load this skill when configuring HTTP clients, adding retry/circuit breaker policies, or when the user mentions…

684 25d ago A 128 tokens original MIT

instinct-system

24

codewithmukesh/dotnet-claude-kit

Skill Claude CodeCodex

Unified learning-and-memory system: confidence-scored instincts (observe-hypothesize-confirm, stored in .claude/instincts.md), user corrections captured as permanent rules in MEMORY.md, and organic discoveries logged to .claude/learning-log.md. Includes status, export, and import modes. Load this skill when you notice…

684 25d ago A 202 tokens original MIT