Source

codewithmukesh/dotnet-claude-kit

60 skills · 49.2K combined installs

Skills from this source

#
Skill
Source
8W Activity
Installs
8918
clean-architecture Clean Architecture for .NET applications. Covers the 4-project layout (Domain, Application, Infrastructure, Api), dep…
codewithmukesh/dotnet-claude-kit
1.1K
9505
architecture-advisor Architecture selection advisor for .NET applications. Asks structured questions about domain complexity, team size, s…
codewithmukesh/dotnet-claude-kit
1.1K
3
authentication Authentication and authorization for ASP.NET Core. Covers JWT bearer tokens, OpenID Connect, ASP.NET Identity, author…
codewithmukesh/dotnet-claude-kit
1.1K
9563
ci-cd CI/CD pipelines for .NET applications. Covers GitHub Actions and Azure DevOps YAML pipelines with build, test, publis…
codewithmukesh/dotnet-claude-kit
1.1K
9321
ddd Domain-Driven Design tactical patterns for .NET applications. Covers aggregates, aggregate roots, value objects, doma…
codewithmukesh/dotnet-claude-kit
1.1K
6
dependency-injection Dependency injection patterns for .NET 10. Covers service lifetimes, keyed services, the decorator pattern, factory p…
codewithmukesh/dotnet-claude-kit
1.1K
7
docker Docker containerization for .NET 10 applications. Covers multi-stage builds, .NET container images, non-root user con…
codewithmukesh/dotnet-claude-kit
1.1K
9507
ef-core Entity Framework Core patterns for .NET 10. Covers DbContext configuration, migrations workflow, interceptors, compil…
codewithmukesh/dotnet-claude-kit
1.1K
9498
error-handling Error handling strategy for .NET 10 applications. Covers the Result pattern, ProblemDetails (RFC 9457), global except…
codewithmukesh/dotnet-claude-kit
1.1K
10
httpclient-factory IHttpClientFactory and typed HTTP clients for .NET 10 applications. Covers named/typed/keyed clients, DelegatingHandl…
codewithmukesh/dotnet-claude-kit
1.1K
9553
minimal-api .NET 10 minimal APIs — the default for building HTTP endpoints. Covers MapGroup, endpoint filters, TypedResults, Open…
codewithmukesh/dotnet-claude-kit
1.1K
9504
modern-csharp Modern C# language features for .NET 10 and C# 14. Covers primary constructors, collection expressions, the field key…
codewithmukesh/dotnet-claude-kit
1.1K
13
resilience Resilience patterns for .NET 10 applications using Polly v8. Covers retry, circuit breaker, timeout, fallback, rate l…
codewithmukesh/dotnet-claude-kit
1.1K
9471
security-scan Deep security scanning for .NET applications across 6 layers: vulnerable packages, secrets detection, OWASP code patt…
codewithmukesh/dotnet-claude-kit
1.1K
9491
serilog Structured logging with Serilog for .NET 10 applications. Covers two-stage bootstrap, appsettings configuration, enri…
codewithmukesh/dotnet-claude-kit
1.1K
9523
testing Testing strategy for .NET 10 applications. Covers xUnit v3, WebApplicationFactory for integration tests, Testcontaine…
codewithmukesh/dotnet-claude-kit
1.1K
9531
vertical-slice Vertical Slice Architecture (VSA) for .NET applications — one of several supported architectures in dotnet-claude-kit…
codewithmukesh/dotnet-claude-kit
1.1K
18
api-versioning API versioning strategies for ASP.NET Core. Covers Asp.Versioning library, URL segment, header, and query string stra…
codewithmukesh/dotnet-claude-kit
1K
19
arch-check Architecture conformance check: verifies an existing codebase against its declared architecture (VSA, Clean Architect…
codewithmukesh/dotnet-claude-kit
1K
20
aspire .NET Aspire for cloud-native orchestration. Covers AppHost configuration, service defaults, resource configuration, s…
codewithmukesh/dotnet-claude-kit
1K
21
build-fix Autonomous iteration loops for .NET: drive a broken build or failing test suite to green with bounded iterations, pro…
codewithmukesh/dotnet-claude-kit
1K
22
caching Caching strategies for .NET 10 applications. Covers HybridCache (the default), output caching, response caching, and …
codewithmukesh/dotnet-claude-kit
1K
23
checkpoint Mid-session save point: create a descriptive git commit and a brief handoff note, then keep working. Use before a ris…
codewithmukesh/dotnet-claude-kit
1K
24
code-review MCP-powered multi-dimensional code review for .NET projects. Uses Roslyn analysis tools for antipatterns, diagnostics…
codewithmukesh/dotnet-claude-kit
1K
25
configuration Configuration patterns for .NET 10 applications. Covers the Options pattern, IOptionsSnapshot vs IOptions, secrets ma…
codewithmukesh/dotnet-claude-kit
1K
26
container-publish Dockerfile-less containerization using the .NET 10 SDK container publishing feature. Covers MSBuild properties, chise…
codewithmukesh/dotnet-claude-kit
1K
27
convention-learner Detects and enforces project-specific coding conventions by analyzing existing codebase patterns. Learns naming conve…
codewithmukesh/dotnet-claude-kit
1K
28
de-sloppify Systematic code cleanup pipeline for .NET projects. Runs 7 ordered steps: formatting, unused usings, analyzer warning…
codewithmukesh/dotnet-claude-kit
1K
29
dotnet-init Interactive project initialization. Detects project type, asks architecture questions, and generates a customized CLA…
codewithmukesh/dotnet-claude-kit
1K
30
health-check Multi-dimensional health assessment for .NET projects with letter grades (A-F) using Roslyn MCP tools. Evaluates 8 di…
codewithmukesh/dotnet-claude-kit
1K
31
instinct-system Unified learning-and-memory system: confidence-scored instincts (observe-hypothesize-confirm, stored in .claude/insti…
codewithmukesh/dotnet-claude-kit
1K
32
logging Observability overview and glue for .NET 10: how the pieces fit together, plus the cross-cutting parts owned here — A…
codewithmukesh/dotnet-claude-kit
1K
33
messaging Asynchronous messaging patterns for .NET applications. Covers Wolverine and MassTransit, outbox pattern, saga and cho…
codewithmukesh/dotnet-claude-kit
1K
34
migrate Guided, safe migration workflow covering EF Core schema migrations, .NET version upgrades, and NuGet dependency updat…
codewithmukesh/dotnet-claude-kit
1K
35
openapi Built-in OpenAPI support for .NET 10 applications. Covers document generation, transformers, TypedResults metadata, s…
codewithmukesh/dotnet-claude-kit
1K
36
opentelemetry OpenTelemetry observability for .NET 10 applications. Covers traces, metrics, and logs using the OpenTelemetry SDK wi…
codewithmukesh/dotnet-claude-kit
1K
37
plan Enter plan mode for .NET projects with architecture awareness. Analyzes tasks through the lens of supported architect…
codewithmukesh/dotnet-claude-kit
1K
38
project-setup Tech-stack selection advisor for .NET projects: recommended defaults for database, auth, caching, messaging, observab…
codewithmukesh/dotnet-claude-kit
1K
39
project-structure .NET solution and project structure conventions. Covers .slnx format, Directory.Build.props, Directory.Packages.props…
codewithmukesh/dotnet-claude-kit
1K
40
scaffold Architecture-aware feature scaffolding for .NET 10 projects. Detects the project's architecture (VSA, Clean Architect…
codewithmukesh/dotnet-claude-kit
1K
41
scalar Scalar API documentation UI for .NET 10 applications. Covers setup, themes, authentication prefill, multiple document…
codewithmukesh/dotnet-claude-kit
1K
42
spec Turn a vague feature or product idea into an agreed, persisted specification through relentless structured questionin…
codewithmukesh/dotnet-claude-kit
1K
43
tdd Guided test-driven development workflow for .NET 10 using xUnit v3, WebApplicationFactory, Testcontainers, and Verify…
codewithmukesh/dotnet-claude-kit
1K
44
verify Run a comprehensive 7-phase verification pipeline for .NET projects: build, analyzers, antipattern detection, tests, …
codewithmukesh/dotnet-claude-kit
1K
45
workflow-mastery Claude Code workflow mastery for .NET developers. Covers parallel execution with git worktrees, plan mode strategy, v…
codewithmukesh/dotnet-claude-kit
1K
46
wrap-up Owns the session handoff lifecycle: the end-of-session ritual that captures completed work, pending tasks, and learni…
codewithmukesh/dotnet-claude-kit
1K
47
outdated Dependency health report for .NET solutions: outdated NuGet packages, vulnerable versions, and commercial-license tra…
codewithmukesh/dotnet-claude-kit
999
48
self-correction-loop Self-improving correction capture system. After ANY user correction, detect it, generalize the lesson, and store it a…
codewithmukesh/dotnet-claude-kit
45
49
migration-workflow Safe migration workflows for EF Core database migrations, .NET version upgrades, and NuGet dependency updates. Includ…
codewithmukesh/dotnet-claude-kit
39
50
code-review-workflow Structured code review workflow for .NET projects using Roslyn MCP tools. Multi-dimensional review covering correctne…
codewithmukesh/dotnet-claude-kit
35
Page 1 · 60 total Next