codewithmukesh avatar

codewithmukesh

Official

@codewithmukesh · India

0Followers
|
6Public Repos
|
60Published Skills

Open Source Projects & Courses - Primarily on .NET!

Skills Distribution
DomainDeveloper To...Backend Architectu.. (40%)Infrastructure & C.. (30%)Testing & Quality .. (30%)

Agent Skills by codewithmukesh

Showing 60 vetted skills indexed across 1 GitHub repositories.

codewithmukeshcodewithmukesh
692

build-fix

Iterates dotnet build and test runs to fix compiler errors and failing tests autonomously.

Official
Advanced
codewithmukeshcodewithmukesh
692

wrap-up

Captures session work, pending tasks, and learnings into a handoff file for session continuity.

Official
Intermediate
codewithmukeshcodewithmukesh
692

checkpoint

Creates a descriptive git commit and handoff note to save mid-session progress.

Official
Basic
codewithmukeshcodewithmukesh
692

verify

Runs a 7-phase verification pipeline covering build, diagnostics, antipatterns, tests, security, formatting, and diff review for .NET projects.

Official
Advanced
codewithmukeshcodewithmukesh
692

plan

Generates architecture-aware implementation plans for .NET tasks before writing code.

Official
Intermediate
codewithmukeshcodewithmukesh
692

code-review

Reviews .NET code changes using Roslyn MCP analysis with blast-radius prioritization and severity-categorized findings.

Official
Advanced
codewithmukeshcodewithmukesh
692

spec

Converts vague feature ideas into approved, persisted specification documents through structured questioning.

Official
Intermediate
codewithmukeshcodewithmukesh
692

outdated

Audits .NET solutions for outdated, vulnerable, and commercially licensed NuGet packages.

Official
Intermediate
codewithmukeshcodewithmukesh
692

migrate

Guides EF Core schema migrations, .NET version upgrades, and NuGet package updates with rollback plans.

Official
Advanced
codewithmukeshcodewithmukesh
692

arch-check

Verifies .NET codebase conformance against declared architectures using Roslyn MCP dependency analysis.

Official
Intermediate
codewithmukeshcodewithmukesh
692

scaffold

Generates complete architecture-aware .NET feature slices with endpoints, handlers, validators, and tests.

Official
Advanced
codewithmukeshcodewithmukesh
692

dotnet-init

Initializes .NET projects by detecting project type and generating a customized CLAUDE.md configuration file.

Official
Intermediate
codewithmukeshcodewithmukesh
692

tdd

Guides red-green-refactor test-driven development cycles for .NET features using xUnit v3 and Testcontainers.

Official
Intermediate
codewithmukeshcodewithmukesh
640

configuration

Bind .NET configuration sections to strongly-typed options with validation.

Official
Advanced
codewithmukeshcodewithmukesh
640

convention-learner

...

Official
Advanced
codewithmukeshcodewithmukesh
640

error-handling

Implement RFC 9457 ProblemDetails error contracts for .NET 10 APIs.

Official
Advanced
codewithmukeshcodewithmukesh
640

modern-csharp

Modernize C# source code with C# 14 features for .NET 10 projects.

Official
Intermediate
codewithmukeshcodewithmukesh
640

docker

Containerize .NET applications using multi-stage Dockerfiles and Docker Compose.

Official
Intermediate
codewithmukeshcodewithmukesh
640

context-discipline

Manage token budgets in Claude Code sessions using MCP-first navigation and subagent offloading.

Official
Intermediate
codewithmukeshcodewithmukesh
640

autonomous-loops

Orchestrate bounded autonomous loops to diagnose and fix .NET build, test, and scaffold tasks.

Official
Advanced
codewithmukeshcodewithmukesh
640

migration-workflow

Generate EF Core migration workflows with idempotent SQL and rollback plans.

Official
Advanced
codewithmukeshcodewithmukesh
640

80-20-review

Prioritize code reviews by scoring blast radius across critical change areas.

Official
Advanced
codewithmukeshcodewithmukesh
640

learning-log

Record development insights with date, category, title, description, and affected files.

Official
Intermediate
codewithmukeshcodewithmukesh
640

vertical-slice

Organize code by feature into vertical slices with endpoints, handlers, and validation.

Official
Advanced

Frequently Asked Questions About codewithmukesh

FAQPage Schema
What specific .NET tasks are enabled by these architectural patterns?

These patterns enable rapid implementation of vertical slice architecture, strongly-typed configuration binding, EF Core migration management, and structured logging via Serilog. They provide a standardized approach to building minimal APIs, managing dependency injection lifetimes, and configuring resilient HTTP communication.

Who is the target persona for these .NET development resources?

The target audience includes backend engineers, software architects, and technical leads working within the .NET ecosystem. These resources are designed for developers seeking to modernize legacy codebases to .NET 10 standards or establish clean, maintainable project structures for new enterprise services.

What are the prerequisites for implementing these project structures?

Implementation requires a functional .NET 10 SDK environment and familiarity with modern C# 14 features. Users should have existing knowledge of xUnit for testing, Docker for containerization, and basic understanding of dependency injection principles to effectively integrate these architectural modules into their solutions.