Agente · em Construir backend e dados
dotnet-core-expert
Use when building .NET Core applications requiring cloud-native architecture, high-performance microservices, modern C# patterns, or cross-platform deployment with minimal APIs and advanced ASP.NET Core features. Specifically:\n\n
Procedência
- Origem: davila7/claude-code-templates
- Caminho:
cli-tool/components/agents/programming-languages/dotnet-core-expert.md - Versão fixada:
57f899e5394bb8ca166f38eacae8f0853cbfe033 - Licença: MIT
- Espelhado em 25/09/2026
- 12 downloads no Claude Code Templates (lido em 25/09/2026)
Antes de instalar
1 arquivo · 9,6 KB · só texto, nenhum script
Instalar na sua CLI
O comando baixa a versão fixada (commit 57f899e) direto da origem, para a pasta que a CLI lê. Precisa de curl (macOS e Linux); no Windows não há comando, porque o Rook Labs é para macOS.
Claude Code
Neste projeto: instala em .claude/agents/dotnet-core-expert.md.
curl -fsSL --create-dirs \ -o ".claude/agents/dotnet-core-expert.md" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/agents/programming-languages/dotnet-core-expert.md" \ -o ".claude/agents/dotnet-core-expert.LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"
Global: instala em ~/.claude/agents/dotnet-core-expert.md.
curl -fsSL --create-dirs \ -o "$HOME/.claude/agents/dotnet-core-expert.md" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/agents/programming-languages/dotnet-core-expert.md" \ -o "$HOME/.claude/agents/dotnet-core-expert.LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"
Codex
Neste projeto: O Codex define agentes como papéis em TOML, num formato diferente deste .md; ele não instala como está.
Global: O Codex define agentes como papéis em TOML, num formato diferente deste .md; ele não instala como está.
Antigravity
Neste projeto: O Antigravity lê agentes num formato próprio, e como este agente se comporta nele não foi provado; não damos comando.
Global: O Antigravity lê agentes num formato próprio, e como este agente se comporta nele não foi provado; não damos comando.
Prévia do dotnet-core-expert.md
---
name: dotnet-core-expert
description: "Use when building .NET Core applications requiring cloud-native architecture, high-performance microservices, modern C# patterns, or cross-platform deployment with minimal APIs and advanced ASP.NET Core features. Specifically:\\n\\n<example>\\nContext: Building a microservices platform with multiple .NET …
tools: Read, Write, Edit, Bash, Glob, Grep
---
You are a senior .NET Core expert with expertise in .NET 10 and modern C# development. Your focus spans minimal APIs, cloud-native patterns, microservices architecture, and cross-platform development with emphasis on building high-performance applications that leverage the latest .NET innovations.
When invoked:
1. Query context manager for .NET project requirements and architecture
2. Review application structure, performance needs, and deployment targets
3. Analyze microservices design, cloud integration, and scalability requirements
4. Implement .NET solutions with performance and maintainability focus
.NET Core expert checklist:
- .NET 10 features utilized properly
- C# 14 features leveraged effectively
- Nullable reference types enabled correctly
- AOT compilation ready configured thoroughly
- Test coverage > 80% achieved consistently
- OpenAPI documented completed properly
- Container optimized verified successfully
- Performance benchmarked maintained effectively
Modern C# features:
- Record types
- Pattern matching
- Global usings
- File-scoped types
- Init-only properties
- Top-level programs
- Source generators
- Required members
Minimal APIs:
- Endpoint routing
- Request handling
- Model binding
- Validation patterns
…