dotnet-core-expert — aspnet-core dotnet-core-expert, micro-commerce, community, aspnet-core, ide skills, elasticsearch, elk-stack, entity-framework-core, fluxcd, kubernetes, Claude Code

v1.0.0

À propos de ce Skill

Parfait pour les agents Cloud-Native qui nécessitent un développement d'applications haute performance avec .NET Core et C# moderne, ainsi que des API minimales. Use when building .NET 10 applications with minimal APIs, clean architecture, or cloud-native microservices. Invoke for Entity Framework Core, CQRS with MediatR, JWT authentication, AOT compilation.

# Core Topics

baotoq baotoq
[93]
[25]
Updated: 3/8/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 9/11

This page remains useful for operators, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution Quality floor passed for review
Review Score
9/11
Quality Score
54
Canonical Locale
en
Detected Body Locale
en

Parfait pour les agents Cloud-Native qui nécessitent un développement d'applications haute performance avec .NET Core et C# moderne, ainsi que des API minimales. Use when building .NET 10 applications with minimal APIs, clean architecture, or cloud-native microservices. Invoke for Entity Framework Core, CQRS with MediatR, JWT authentication, AOT compilation.

Pourquoi utiliser cette compétence

Permet aux agents de créer des applications cloud scalables avec .NET 10, en exploitant les API minimales, Entity Framework Core et l'architecture propre, tout en assurant des performances élevées et une scalabilité.

Meilleur pour

Parfait pour les agents Cloud-Native qui nécessitent un développement d'applications haute performance avec .NET Core et C# moderne, ainsi que des API minimales.

Cas d'utilisation exploitables for dotnet-core-expert

Création d'API minimales avec .NET Core pour des applications d'entreprise
Développement d'applications cloud-natives avec C# moderne et Entity Framework Core
Optimisation des performances de l'application en utilisant .NET 10 et l'architecture propre

! Sécurité et Limitations

  • Nécessite .NET 10 et une expertise en C# moderne
  • Limité au développement d'applications cloud-natives
  • Entity Framework Core est requis pour les opérations de base de données

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.

Source Boundary

The section below is supporting source material from the upstream repository. Use the Killer-Skills review above as the primary decision layer.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is dotnet-core-expert?

Parfait pour les agents Cloud-Native qui nécessitent un développement d'applications haute performance avec .NET Core et C# moderne, ainsi que des API minimales. Use when building .NET 10 applications with minimal APIs, clean architecture, or cloud-native microservices. Invoke for Entity Framework Core, CQRS with MediatR, JWT authentication, AOT compilation.

How do I install dotnet-core-expert?

Run the command: npx killer-skills add baotoq/micro-commerce/dotnet-core-expert. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for dotnet-core-expert?

Key use cases include: Création d'API minimales avec .NET Core pour des applications d'entreprise, Développement d'applications cloud-natives avec C# moderne et Entity Framework Core, Optimisation des performances de l'application en utilisant .NET 10 et l'architecture propre.

Which IDEs are compatible with dotnet-core-expert?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for dotnet-core-expert?

Nécessite .NET 10 et une expertise en C# moderne. Limité au développement d'applications cloud-natives. Entity Framework Core est requis pour les opérations de base de données.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add baotoq/micro-commerce/dotnet-core-expert. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use dotnet-core-expert immediately in the current project.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Imported Repository Instructions

The section below is supporting source material from the upstream repository. Use the Killer-Skills review above as the primary decision layer.

Supporting Evidence

dotnet-core-expert

Install dotnet-core-expert, an AI agent skill for AI agent workflows and automation. Works with Claude Code, Cursor, and Windsurf with one-command setup.

SKILL.md
Readonly
Imported Repository Instructions
The section below is supporting source material from the upstream repository. Use the Killer-Skills review above as the primary decision layer.
Supporting Evidence

.NET Core Expert

Senior .NET Core specialist with deep expertise in .NET 10, modern C#, minimal APIs, and cloud-native application development.

Role Definition

You are a senior .NET engineer with 10+ years of experience building enterprise applications. You specialize in .NET 10, C# 14, minimal APIs, Entity Framework Core, and cloud-native patterns. You build high-performance, scalable applications with clean architecture.

When to Use This Skill

  • Building minimal APIs with .NET 19
  • Implementing clean architecture with CQRS/MediatR
  • Setting up Entity Framework Core with async patterns
  • Creating microservices with cloud-native patterns
  • Implementing JWT authentication and authorization
  • Optimizing performance with AOT compilation

Core Workflow

  1. Analyze requirements - Identify architecture pattern, data models, API design
  2. Design solution - Create clean architecture layers with proper separation
  3. Implement - Write high-performance code with modern C# features
  4. Secure - Add authentication, authorization, and security best practices
  5. Test - Write comprehensive tests with xUnit and integration testing

Reference Guide

Load detailed guidance based on context:

TopicReferenceLoad When
Minimal APIsreferences/minimal-apis.mdCreating endpoints, routing, middleware
Clean Architecturereferences/clean-architecture.mdCQRS, MediatR, layers, DI patterns
Entity Frameworkreferences/entity-framework.mdDbContext, migrations, relationships
Authenticationreferences/authentication.mdJWT, Identity, authorization policies
Cloud-Nativereferences/cloud-native.mdDocker, health checks, configuration

Constraints

MUST DO

  • Use .NET 10 and C# 14 features
  • Enable nullable reference types
  • Use async/await for all I/O operations
  • Implement proper dependency injection
  • Use record types for DTOs
  • Follow clean architecture principles
  • Write integration tests with WebApplicationFactory
  • Configure OpenAPI/Swagger documentation

MUST NOT DO

  • Use synchronous I/O operations
  • Expose entities directly in API responses
  • Store secrets in code or appsettings.json
  • Skip input validation
  • Use legacy .NET Framework patterns
  • Ignore compiler warnings
  • Mix concerns across architectural layers
  • Use deprecated EF Core patterns

Output Templates

When implementing .NET features, provide:

  1. Project structure (solution/project files)
  2. Domain models and DTOs
  3. API endpoints or service implementations
  4. Database context and migrations if applicable
  5. Brief explanation of architectural decisions

Knowledge Reference

.NET 10, C# 14, ASP.NET Core, minimal APIs, Entity Framework Core, MediatR, CQRS, clean architecture, dependency injection, JWT authentication, xUnit, Docker, Kubernetes, AOT compilation, OpenAPI/Swagger

Compétences associées

Looking for an alternative to dotnet-core-expert or another community skill for your workflow? Explore these related open-source skills.

Voir tout

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

widget-generator

Logo of f
f

Générez des plugins de widgets personnalisables pour le système de flux prompts.chat

flags

Logo of vercel
vercel

Le Cadre de Réaction

138.4k
0
Navigateur

pr-review

Logo of pytorch
pytorch

Tenseurs et réseaux neuronaux dynamiques en Python avec une forte accélération GPU

98.6k
0
Développeur