dotnet-skills

Standardize ASP.NET Core architecture patterns with Clean Architecture, MediatR/CQRS, and EF Core.

24|8|Updated Feb 4, 2026
One-click install
npx skills add https://github.com/Fujigo-Software/f5-framework-claude --skill dotnet-skills
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dotnet-skills
Source: https://github.com/Fujigo-Software/f5-framework-claude/tree/main/plugins/f5-stacks/skills/backend/dotnet
Command: npx skills add https://github.com/Fujigo-Software/f5-framework-claude --skill dotnet-skills

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The dotnet-skills directory provides comprehensive guidance to structure and standardize .NET applications using proven architecture patterns, enabling scalable, maintainable codebases.

Core Features & Use Cases

  • Architecture guidance for ASP.NET Core applications including Clean Architecture, CQRS/mediator patterns, and EF Core practices
  • Identity, authentication/authorization, and security best practices with practical examples
  • Reference implementations, templates, and organization strategies to speed up onboarding and project setup

Quick Start

Load these patterns into your repository to begin applying standardized .NET architectures.

Frequently Asked Questions about dotnet-skills

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I structure an ASP.NET Core application using Clean Architecture?

Structure ASP.NET Core applications using Clean Architecture by applying modular reference implementations that separate domain, application, and infrastructure layers for maintainable codebases.

What's the best way to implement CQRS with MediatR in .NET?

Implement CQRS with MediatR in .NET using standardized architecture patterns that provide production-ready guidance and reference implementations to accelerate reliable delivery of decoupled command and query flows.

How do I configure EF Core patterns for real-world .NET scenarios?

Configure EF Core patterns for real-world .NET scenarios by applying standardized architecture guidance that covers data access best practices within modular, production-ready reference implementations.

Can I use these .NET architecture patterns in an existing codebase?

Yes, you can use these .NET architecture patterns in an existing codebase by loading the modular guidance and reference implementations directly into your repository to standardize project structure.

Does this guidance cover API security and Identity in ASP.NET Core?

Yes, this guidance covers API security and Identity in ASP.NET Core by providing practical examples and best practices for authentication, authorization, and security strategies in real-world scenarios.