codewithmukesh/dotnet-claude-kit
Plugin Claude Code
Plugin marketplace listing 1 plugin: dotnet-claude-kit.
codewithmukesh/dotnet-claude-kit
Plugin Claude Code
Plugin marketplace listing 1 plugin: dotnet-claude-kit.
codewithmukesh/dotnet-claude-kit
Plugin Claude Code
The definitive Claude Code companion for .NET developers. 47 skills (including 16 slash-command workflows), 10 agents, 10 rules, 5 templates, 22 MCP tools, and automation hooks for modern .NET 10 / C# 14.
codewithmukesh/dotnet-claude-kit
MCP server Claude CodeCodexCursor +2
MCP server "cwm-roslyn-navigator" as configured in codewithmukesh/dotnet-claude-kit. Launched with cwm-roslyn-navigator.
codewithmukesh/dotnet-claude-kit
Instructions file CodexOpenCode
Instructions for codewithmukesh/dotnet-claude-kit, covering agent routing & orchestration, agent roster, routing table, skill loading order and default load order (all agents).
codewithmukesh/dotnet-claude-kit
Instructions file
Instructions for codewithmukesh/dotnet-claude-kit, covering dotnet-claude-kit — development instructions, repository purpose, philosophy, skill structure and frontmatter schema (required).
codewithmukesh/dotnet-claude-kit
Agent
Expert in designing HTTP APIs with ASP.NET Core Minimal APIs — REST conventions, endpoint and contract design, API versioning strategies, OpenAPI specifications, and authorization policies. Use when designing new endpoints or request/response shapes, adding or evolving API versions, reviewing API surface quality, or…
codewithmukesh/dotnet-claude-kit
Agent
Autonomous .NET build fixer — parses dotnet build errors, categorizes them, applies known fix patterns, and rebuilds iteratively until green. Use when the build is broken, after a large refactor or dependency update, or whenever compiler errors need systematic resolution without hand-holding.
codewithmukesh/dotnet-claude-kit
Agent
Multi-dimensional .NET code review covering correctness, maintainability, performance, security, and project conventions, powered by Roslyn MCP analysis. Use for PR reviews, pre-merge quality gates, reviewing recent changes, or any "review this code" request.
codewithmukesh/dotnet-claude-kit
Agent
Deployment and infrastructure expert for .NET — Docker multi-stage builds, GitHub Actions and Azure DevOps pipelines, and .NET Aspire orchestration. Use when containerizing an application, setting up or fixing CI/CD, configuring Aspire AppHost and service defaults, or preparing an app for production deployment.
codewithmukesh/dotnet-claude-kit
Agent
Primary decision-maker for .NET project structure, architecture selection, and module boundaries — guides the architecture-advisor questionnaire and recommends VSA, Clean Architecture, DDD, or Modular Monolith. Use when starting a new project, choosing or changing architecture, restructuring a solution, or resolving…
codewithmukesh/dotnet-claude-kit
Agent
Database expert for Entity Framework Core — DbContext design, efficient LINQ queries, migrations, interceptors, compiled queries, and data access optimization. Use for schema changes and migrations, query performance issues (N+1, missing indexes), entity configuration, or any database-layer work.
codewithmukesh/dotnet-claude-kit
Agent
Optimization expert for .NET applications — identifies bottlenecks, recommends caching strategies (HybridCache, output caching), audits async/await correctness, and reduces allocations. Use when investigating slow endpoints or high resource usage, designing a caching layer, or reviewing hot paths for measurable…
codewithmukesh/dotnet-claude-kit
Agent
Systematic code cleanup specialist — finds dead code, unused types, and cleanup opportunities with Roslyn MCP tools, then removes them safely with verification at each step. Use for cleanup passes, dead code removal, tech debt reduction, or pre-PR tidying of a working branch.
codewithmukesh/dotnet-claude-kit
Agent
Security expert for .NET applications — vulnerability review, authentication and authorization design (JWT, OIDC, Identity), secrets management, and OWASP best practices. Use when adding or reviewing auth, scanning for vulnerabilities, handling secrets and configuration, or hardening an app before production.
codewithmukesh/dotnet-claude-kit
Agent
Testing expert for .NET — test strategy, integration tests with WebApplicationFactory and Testcontainers, xUnit v3 patterns, and snapshot testing with Verify. Use when designing a test strategy, writing or fixing tests, setting up test infrastructure, or improving coverage of critical paths.
codewithmukesh/dotnet-claude-kit
Hook
Runs before the agent uses a tool for Bash tool calls, executing pre-bash-guard.sh via bash. From codewithmukesh/dotnet-claude-kit.
codewithmukesh/dotnet-claude-kit
Hook
Runs after a tool call finishes for Edit and Write tool calls, executing post-edit-format.sh and post-scaffold-restore.sh via bash (2 commands). From codewithmukesh/dotnet-claude-kit.
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"…
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…
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…
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"…
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…
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…
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"…