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

Acerca de este Skill

Perfecto para agentes Cloud-Native que necesitan desarrollo de aplicaciones de alto rendimiento con .NET Core y C# moderno, así como APIs mínimas. 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

Perfecto para agentes Cloud-Native que necesitan desarrollo de aplicaciones de alto rendimiento con .NET Core y C# moderno, así como APIs mínimas. 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.

¿Por qué usar esta habilidad?

Habilita a los agentes a crear aplicaciones en la nube escalables con .NET 10, aprovechando las APIs mínimas, Entity Framework Core y arquitectura limpia, garantizando un alto rendimiento y escalabilidad.

Mejor para

Perfecto para agentes Cloud-Native que necesitan desarrollo de aplicaciones de alto rendimiento con .NET Core y C# moderno, así como APIs mínimas.

Casos de uso accionables for dotnet-core-expert

Creación de APIs mínimas con .NET Core para aplicaciones empresariales
Desarrollo de aplicaciones cloud-natives con C# moderno y Entity Framework Core
Optimización del rendimiento de la aplicación utilizando .NET 10 y arquitectura limpia

! Seguridad y limitaciones

  • Requiere .NET 10 y experiencia en C# moderno
  • Limitado al desarrollo de aplicaciones cloud-natives
  • Se requiere Entity Framework Core para operaciones de base de datos

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?

Perfecto para agentes Cloud-Native que necesitan desarrollo de aplicaciones de alto rendimiento con .NET Core y C# moderno, así como APIs mínimas. 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: Creación de APIs mínimas con .NET Core para aplicaciones empresariales, Desarrollo de aplicaciones cloud-natives con C# moderno y Entity Framework Core, Optimización del rendimiento de la aplicación utilizando .NET 10 y arquitectura limpia.

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?

Requiere .NET 10 y experiencia en C# moderno. Limitado al desarrollo de aplicaciones cloud-natives. Se requiere Entity Framework Core para operaciones de base de datos.

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

Habilidades relacionadas

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

Ver todo

openclaw-release-maintainer

Logo of openclaw
openclaw

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

333.8k
0
Inteligencia Artificial

widget-generator

Logo of f
f

Generar complementos de widgets personalizables para el sistema de feeds de prompts.chat

149.6k
0
Inteligencia Artificial

flags

Logo of vercel
vercel

El Marco de React

138.4k
0
Navegador

pr-review

Logo of pytorch
pytorch

Tensores y redes neuronales dinámicas en Python con fuerte aceleración de GPU

98.6k
0
Desarrollador