A senior-level AI assistant for building high-performance .NET 9 applications using Clean Architecture and the Result pattern.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install dotnet-expert
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install dotnet-expert using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The .NET Expert skill transforms your AI agent into a senior-level engineer specializing in modern ASP.NET Core development and enterprise architecture. By integrating this into Openclaw Skills, you gain an assistant capable of architecting Modular Monoliths, implementing MediatR-based CQRS patterns, and enforcing strict clean architecture principles. It prioritizes production-grade practices like the Result pattern over traditional exception-based business logic, ensuring your backends are resilient, testable, and maintainable.
To utilize this skill within Openclaw Skills, ensure your development environment is ready with the latest .NET SDK. You can initialize your infrastructure components using the following commands:
# Install Entity Framework Core tools
dotnet tool install --global dotnet-ef
# Add a new migration for a specific module
dotnet ef migrations add InitialCreate -p src/Users.Infrastructure -s src/Api
# Apply migrations to the database
dotnet ef database update -p src/Users.Infrastructure -s src/Api
The skill organizes code into a standardized Modular Monolith structure to ensure scalability and separation of concerns:
| Layer | Responsibility | Directory Path |
|---|---|---|
| Api | ASP.NET Core Host & Minimal API Endpoints | /src/Api |
| Domain Core | Entities, value objects, and domain interfaces | /src/Modules/[Name].Core |
| Application | MediatR commands, queries, and validators | /src/Modules/[Name].Application |
| Infrastructure | EF Core DbContext, migrations, and external clients | /src/Modules/[Name].Infrastructure |
| Shared | Common Result types, audit interfaces, and cross-cutting logic | /src/Shared |
Loading
A professional-grade database specialist for designing schemas, optimizing complex SQL queries, and managing zero-downtime migrations.

Cloud-based AI browser automation for executing complex web tasks through a simple API and natural language instructions.

ToneClone is a specialized AI writing tool that captures and replicates your unique voice for authentic, personalized content generation.

A command-line interface for generating AI content in your authentic voice using trained personas and specific knowledge context.

A senior-level engineering specialist for architecting and implementing high-performance Next.js 14 and 15 applications using the App Router.

A senior security engineering specialist for conducting OWASP-aligned audits and implementing hardened authentication flows.








































