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

v1.0.0

Sobre este Skill

Perfeito para Agentes Cloud-Native que necessitam de desenvolvimento de aplicativos de alta performance em .NET Core com C# moderno e 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

Perfeito para Agentes Cloud-Native que necessitam de desenvolvimento de aplicativos de alta performance em .NET Core com C# moderno e 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 que usar essa habilidade

Habilita os agentes a construir aplicações cloud-natives escaláveis com .NET 10, aproveitando APIs mínimas, Entity Framework Core e arquitetura limpa, garantindo alto desempenho e escalabilidade.

Melhor para

Perfeito para Agentes Cloud-Native que necessitam de desenvolvimento de aplicativos de alta performance em .NET Core com C# moderno e APIs mínimas.

Casos de Uso Práticos for dotnet-core-expert

Construir APIs mínimas com .NET Core para aplicações empresariais
Desenvolver aplicações cloud-natives com C# moderno e Entity Framework Core
Otimizar o desempenho da aplicação usando .NET 10 e arquitetura limpa

! Segurança e Limitações

  • Exige .NET 10 e especialização em C# moderno
  • Limitado ao desenvolvimento de aplicações cloud-natives
  • Entity Framework Core necessário para operações de banco de dados

Why this page is reference-only

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

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

After The Review

Decide The Next Action Before You Keep Reading Repository Material

Killer-Skills should not stop at opening repository instructions. It should help you decide whether to install this skill, when to cross-check against trusted collections, and when to move into workflow rollout.

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?

Perfeito para Agentes Cloud-Native que necessitam de desenvolvimento de aplicativos de alta performance em .NET Core com C# moderno e 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: Construir APIs mínimas com .NET Core para aplicações empresariais, Desenvolver aplicações cloud-natives com C# moderno e Entity Framework Core, Otimizar o desempenho da aplicação usando .NET 10 e arquitetura limpa.

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?

Exige .NET 10 e especialização em C# moderno. Limitado ao desenvolvimento de aplicações cloud-natives. Entity Framework Core necessário para operações de banco de dados.

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.

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

dotnet-core-expert

Install dotnet-core-expert, an AI agent skill for AI agent workflows and automation. Review the use cases, limitations, and setup path before rollout.

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
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 tudo

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

Gerar plugins de widgets personalizáveis para o sistema de feed do prompts.chat

flags

Logo of vercel
vercel

O Framework React

138.4k
0
Navegador

pr-review

Logo of pytorch
pytorch

Tensors and Dynamic neural networks in Python with strong GPU acceleration

98.6k
0
Desenvolvedor