codewithmukesh

61 mods across 1 repository, 684 stars between them.

checkpoint

25

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

26

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

27

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

28

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

29

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

30

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

31

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

32

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

33

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

35

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

36

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

37

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

38

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

39

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

40

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

41

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

logging

42

codewithmukesh/dotnet-claude-kit

Skill Claude CodeCodex

Observability overview and glue for .NET 10: how the pieces fit together, plus the cross-cutting parts owned here — ASP.NET health check endpoints (/health), correlation IDs, and log-level strategy. For deep Serilog setup load serilog; for traces and metrics load opentelemetry. Load this skill when setting up…

684 25d ago A 113 tokens original MIT

messaging

43

codewithmukesh/dotnet-claude-kit

Skill Claude CodeCodex

Asynchronous messaging patterns for .NET applications. Covers Wolverine and MassTransit, outbox pattern, saga and choreography, and broker configuration for RabbitMQ and Azure Service Bus. Load this skill when implementing event-driven communication, background processing, module-to-module messaging, or when the user…

684 25d ago A 110 tokens original MIT

migrate

44

codewithmukesh/dotnet-claude-kit

Skill Claude CodeCodex

Guided, safe migration workflow covering EF Core schema migrations, .NET version upgrades, and NuGet dependency updates — each with rollback strategies and verification steps. Invoke when: "add migration", "update database", "create migration", "schema change", "new table", "rename column", "upgrade nuget", "update…

684 25d ago A 82 tokens original MIT

minimal-api

45

codewithmukesh/dotnet-claude-kit

Skill Claude CodeCodex

.NET 10 minimal APIs — the default for building HTTP endpoints. Covers MapGroup, endpoint filters, TypedResults, OpenAPI metadata, parameter binding, and route conventions. Load this skill when creating API endpoints, configuring routing, setting up OpenAPI documentation, or when the user mentions "endpoint"…

684 25d ago A 101 tokens original MIT

modern-csharp

46

codewithmukesh/dotnet-claude-kit

Skill Claude CodeCodex

Modern C# language features for .NET 10 and C# 14. Covers primary constructors, collection expressions, the field keyword, extension members, records, pattern matching, spans, and raw string literals. Load this skill when writing any new C# code, reviewing existing code for modernization, using "modern C#", "C# 14"…

684 25d ago A 110 tokens original MIT

openapi

47

codewithmukesh/dotnet-claude-kit

Skill Claude CodeCodex

Built-in OpenAPI support for .NET 10 applications. Covers document generation, transformers, TypedResults metadata, security schemes, XML comments, build-time generation, and multiple document support. No Swashbuckle needed. Load this skill when setting up API documentation, customizing OpenAPI output, adding security…

684 25d ago A 141 tokens original MIT

opentelemetry

48

codewithmukesh/dotnet-claude-kit

Skill Claude CodeCodex

OpenTelemetry observability for .NET 10 applications. Covers traces, metrics, and logs using the OpenTelemetry SDK with OTLP export. Includes custom ActivitySource, IMeterFactory metrics, resource configuration, and Aspire Dashboard integration. Load this skill when setting up distributed tracing, custom metrics, OTLP…

684 25d ago A 137 tokens original MIT