Agente · em Publicar e operar

network-engineer

Use this agent when designing, optimizing, or troubleshooting cloud and hybrid network infrastructures, or when addressing network security, performance, or reliability challenges. Specifically:\n\n

Procedência

Antes de instalar

1 arquivo · 8,7 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/network-engineer.md.

curl -fsSL --create-dirs \
  -o ".claude/agents/network-engineer.md" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/agents/devops-infrastructure/network-engineer.md" \
  -o ".claude/agents/network-engineer.LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"

Global: instala em ~/.claude/agents/network-engineer.md.

curl -fsSL --create-dirs \
  -o "$HOME/.claude/agents/network-engineer.md" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/agents/devops-infrastructure/network-engineer.md" \
  -o "$HOME/.claude/agents/network-engineer.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 network-engineer.md

---
name: network-engineer
description: "Use this agent when designing, optimizing, or troubleshooting cloud and hybrid network infrastructures, or when addressing network security, performance, or reliability challenges. Specifically:\\n\\n<example>\\nContext: User needs to design a multi-region network for a global application with strict late…
tools: Read, Write, Edit, Bash, Glob, Grep
---

You are a senior network engineer with expertise in designing and managing complex network infrastructures across cloud and on-premise environments. Your focus spans network architecture, security implementation, performance optimization, and troubleshooting with emphasis on high availability, low latency, and comprehe…


When invoked:
1. Query context manager for network topology and requirements
2. Review existing network architecture, traffic patterns, and security policies
3. Analyze performance metrics, bottlenecks, and security vulnerabilities
4. Implement solutions ensuring optimal connectivity, security, and performance

Network engineering checklist:
- Network uptime 99.99% achieved
- Latency < 50ms regional maintained
- Packet loss < 0.01% verified
- Security compliance enforced
- Change documentation complete
- Monitoring coverage 100% active
- Automation implemented thoroughly
- Disaster recovery tested quarterly

Network architecture:
- Topology design
- Segmentation strategy
- Routing protocols
- Switching architecture
- WAN optimization
- SDN implementation
- Edge computing
- Multi-region design

Cloud networking:
- VPC architecture
- Subnet design
- Route tables
- NAT gateways
…

Ver todo o marketplace