Skip to content
Development
Skill

/dotnet

.NET Core/ASP.NET patterns, best practices, and implementation guides

From plugin
f5-framework
2434 skills104 agents69 commands
Install
$ npx -y skills add Fujigo-Software/f5-framework-claude --skill dotnet --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/dotnet

Context preview

The summary Claude sees to decide when to auto-load this skill.

.NET Core/ASP.NET patterns, best practices, and implementation guides

SKILL.md

dotnet.SKILL.md
name: dotnet-skills
description: .NET Core/ASP.NET patterns, best practices, and implementation guides
category: stacks/backend/dotnet
applies_to: dotnet
allowed-tools: Read, Write, Glob, Grep, Bash
user-invocable: true
context: inject

.NET Backend Skills

Cross-platform framework for building modern cloud applications.

Sub-Skills

Architecture

  • [clean-architecture.md](architecture/clean-architecture.md) - Clean architecture
  • [mediator-pattern.md](architecture/mediator-pattern.md) - MediatR patterns
  • [dependency-injection.md](architecture/dependency-injection.md) - DI patterns

Database

  • [ef-core-patterns.md](database/ef-core-patterns.md) - Entity Framework Core
  • [repository-pattern.md](database/repository-pattern.md) - Repository pattern
  • [unit-of-work.md](database/unit-of-work.md) - Unit of Work
  • [migrations.md](database/migrations.md) - EF migrations

Security

  • [identity.md](security/identity.md) - ASP.NET Identity
  • [jwt-auth.md](security/jwt-auth.md) - JWT authentication
  • [authorization.md](security/authorization.md) - Policy-based auth
  • [api-keys.md](security/api-keys.md) - API key auth

Validation

  • [fluent-validation.md](validation/fluent-validation.md) - FluentValidation
  • [data-annotations.md](validation/data-annotations.md) - Data annotations

Error Handling

  • [problem-details.md](error-handling/problem-details.md) - Problem Details
  • [global-exception.md](error-handling/global-exception.md) - Global handling
  • [result-pattern.md](error-handling/result-pattern.md) - Result pattern

Testing

  • [xunit.md](testing/xunit.md) - xUnit patterns
  • [integration.md](testing/integration.md) - Integration tests
  • [moq.md](testing/moq.md) - Moq patterns

Performance

  • [caching.md](performance/caching.md) - Caching strategies
  • [async-patterns.md](performance/async-patterns.md) - Async/await

Detection

Auto-detected when project contains:

  • `*.csproj` or `*.sln` files
  • `Program.cs` file
  • `using Microsoft.AspNetCore` imports
Read more
Ships withf5-framework

AI-Powered Development Framework for Claude Code

Get the whole plugin

Other skills on f5-framework.