codewithmukeshcodewithmukeshOfficialยท60 Agent Skills Included

dotnet-claude-kit

Make AI coding agents expert senior .NET developers

Equips AI coding agents with 47 skills, 10 specialist agents, and 16 slash commands for modern .NET 10 and C# 14 development. Eliminates outdated patterns like DateTime.Now, repository wrappers over EF Core, and in-memory test fakes that AI tools generate by default. Adds Roslyn-powered code navigation, architecture checks, security scans, and automated build-fix loops to ship production-ready .NET code faster.
npx skills add codewithmukesh/dotnet-claude-kit --all -g -y
Available:

Tells the AI agent how to route each user request to the right specialist .NET agent, which skills to load, and when to prefer Roslyn MCP tools over reading files.

All Skills in This Repository (60)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
codewithmukeshcodewithmukesh

configuration

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

Official
Advanced
๐Ÿ“ฆ In Repo
codewithmukeshcodewithmukesh

convention-learner

...

Official
Advanced
๐Ÿ“ฆ In Repo
codewithmukeshcodewithmukesh

error-handling

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

Official
Advanced
๐Ÿ“ฆ In Repo
codewithmukeshcodewithmukesh

modern-csharp

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

Official
Intermediate
๐Ÿ“ฆ In Repo
codewithmukeshcodewithmukesh

docker

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

Official
Intermediate
๐Ÿ“ฆ In Repo
codewithmukeshcodewithmukesh

context-discipline

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

Official
Intermediate
๐Ÿ“ฆ In Repo
codewithmukeshcodewithmukesh

autonomous-loops

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

Official
Advanced
๐Ÿ“ฆ In Repo
codewithmukeshcodewithmukesh

migration-workflow

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

Official
Advanced
๐Ÿ“ฆ In Repo
codewithmukeshcodewithmukesh

80-20-review

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

Official
Advanced
๐Ÿ“ฆ In Repo
codewithmukeshcodewithmukesh

learning-log

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

Official
Intermediate
๐Ÿ“ฆ In Repo
codewithmukeshcodewithmukesh

vertical-slice

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

Official
Advanced
๐Ÿ“ฆ In Repo
codewithmukeshcodewithmukesh

scaffolding

Generate .NET feature slices with endpoints, handlers, validators, DTOs, EF configurations, and tests.

Official
Advanced

Frequently Asked Questions

FAQPage Schema
How to install dotnet-claude-kit?โ–ผ

Run `npx skills add codewithmukesh/dotnet-claude-kit --all -g -y` in your terminal to install the full suite globally for your AI agent.

What does dotnet-claude-kit do?โ–ผ

It gives AI coding agents expert-level .NET knowledge: architecture guidance, modern C# 14 patterns, EF Core best practices, testing with Testcontainers, and automated code review and cleanup workflows.

Which architectures does dotnet-claude-kit support?โ–ผ

It supports Vertical Slice Architecture, Clean Architecture, DDD, and Modular Monolith, with an advisor skill that asks questions and recommends the best fit for your project.

Does dotnet-claude-kit work with Claude Code and other AI agents?โ–ผ

Yes. All skills follow the open SKILL.md standard and ship with configurations for Claude Code, OpenCode, Codex, and Cursor.

How does the Roslyn MCP server save tokens?โ–ผ

It lets the agent query symbols, references, and diagnostics directly instead of reading entire source files, cutting exploration token usage by roughly 10x.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’