dotnet-claude-kit
Make AI coding agents expert senior .NET developers
All Skills in This Repository (60)
Pure Emerald Level Indicatorsconfiguration
Bind .NET configuration sections to strongly-typed options with validation.
convention-learner
...
error-handling
Implement RFC 9457 ProblemDetails error contracts for .NET 10 APIs.
modern-csharp
Modernize C# source code with C# 14 features for .NET 10 projects.
docker
Containerize .NET applications using multi-stage Dockerfiles and Docker Compose.
context-discipline
Manage token budgets in Claude Code sessions using MCP-first navigation and subagent offloading.
autonomous-loops
Orchestrate bounded autonomous loops to diagnose and fix .NET build, test, and scaffold tasks.
migration-workflow
Generate EF Core migration workflows with idempotent SQL and rollback plans.
80-20-review
Prioritize code reviews by scoring blast radius across critical change areas.
learning-log
Record development insights with date, category, title, description, and affected files.
vertical-slice
Organize code by feature into vertical slices with endpoints, handlers, and validation.
scaffolding
Generate .NET feature slices with endpoints, handlers, validators, DTOs, EF configurations, and tests.
Frequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core