codewithmukesh

61 mods across 1 repository, 684 stars between them.

dotnet-claude-kit

02

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.

684 25d ago A tokens not measured original MIT

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.

684 25d ago A tokens not measured original MIT

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).

684 25d ago A 2,730 tokens original MIT

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).

684 25d ago A 2,345 tokens original MIT

api-designer

06

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…

684 25d ago A 65 tokens original MIT

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.

684 25d ago A 63 tokens original MIT

code-reviewer

08

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.

684 25d ago A 55 tokens original MIT

devops-engineer

09

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.

684 25d ago A 64 tokens original MIT

dotnet-architect

10

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…

684 25d ago A 67 tokens original MIT

ef-core-specialist

11

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.

684 25d ago A 61 tokens original MIT

performance-analyst

12

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…

684 25d ago A 61 tokens original MIT

refactor-cleaner

13

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.

684 25d ago A 61 tokens original MIT

security-auditor

14

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.

684 25d ago A 60 tokens original MIT

test-engineer

15

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.

684 25d ago A 59 tokens original MIT

PreToolUse

16

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.

684 25d ago A tokens not measured original MIT

PostToolUse

17

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.

684 25d ago A tokens not measured original MIT

api-versioning

18

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

19

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

21

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

22

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

23

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

24

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