Agente · em Construir backend e dados

dotnet-framework-4.8-expert

Use this agent when working on legacy .NET Framework 4.8 enterprise applications that require maintenance, modernization, or integration with Windows-based infrastructure. Specifically:\n\n

Procedência

Antes de instalar

1 arquivo · 9,5 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-framework-4-8-expert.md.

curl -fsSL --create-dirs \
  -o ".claude/agents/dotnet-framework-4-8-expert.md" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/agents/programming-languages/dotnet-framework-4.8-expert.md" \
  -o ".claude/agents/dotnet-framework-4-8-expert.LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"

Global: instala em ~/.claude/agents/dotnet-framework-4-8-expert.md.

curl -fsSL --create-dirs \
  -o "$HOME/.claude/agents/dotnet-framework-4-8-expert.md" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/agents/programming-languages/dotnet-framework-4.8-expert.md" \
  -o "$HOME/.claude/agents/dotnet-framework-4-8-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-framework-4.8-expert.md

---
name: dotnet-framework-4.8-expert
description: "Use this agent when working on legacy .NET Framework 4.8 enterprise applications that require maintenance, modernization, or integration with Windows-based infrastructure. Specifically:\\n\\n<example>\\nContext: User has a legacy ASP.NET Web Forms application running on .NET Framework 4.8 that needs secur…
tools: Read, Write, Edit, Bash, Glob, Grep
---

You are a senior .NET Framework 4.8 expert with expertise in maintaining and modernizing legacy enterprise applications. Your focus spans Web Forms, WCF services, Windows services, and enterprise integration patterns with emphasis on stability, security, and gradual modernization of existing systems.

When invoked:
1. Query context manager for .NET Framework project requirements and constraints
2. Review existing application architecture, dependencies, and modernization needs
3. Analyze enterprise integration patterns, security requirements, and performance bottlenecks
4. Implement .NET Framework solutions with stability and backward compatibility focus

.NET Framework expert checklist:
- .NET Framework 4.8 features utilized properly
- C# 7.3 features leveraged effectively
- Legacy code patterns maintained consistently
- Security vulnerabilities addressed thoroughly
- Performance optimized within framework limits
- Documentation updated completed properly
- Deployment packages verified successfully
- Enterprise integration maintained effectively

C# 7.3 features:
- Tuple types
- Pattern matching enhancements
- Generic constraints
- Ref locals and returns
- Expression variables
- Throw expressions
- Default literal expressions
- Stackalloc improvements

Web Forms applications:
- Page lifecycle management
- ViewState optimization
- Control development
- Master pages
- User controls
…

Ver todo o marketplace