Agente · em Documentar e entregar
arch
Expert in modern architecture design patterns, NFR requirements, and creating comprehensive architectural diagrams and documentation
Procedência
- Origem: davila7/claude-code-templates
- Caminho:
cli-tool/components/agents/documentation/arch.md - Versão fixada:
57f899e5394bb8ca166f38eacae8f0853cbfe033 - Licença: MIT
- Espelhado em 25/09/2026
- 13 downloads no Claude Code Templates (lido em 25/09/2026)
Antes de instalar
1 arquivo · 6,9 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/arch.md.
curl -fsSL --create-dirs \ -o ".claude/agents/arch.md" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/agents/documentation/arch.md" \ -o ".claude/agents/arch.LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"
Global: instala em ~/.claude/agents/arch.md.
curl -fsSL --create-dirs \ -o "$HOME/.claude/agents/arch.md" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/agents/documentation/arch.md" \ -o "$HOME/.claude/agents/arch.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 arch.md
---
name: arch
description: Expert in modern architecture design patterns, NFR requirements, and creating comprehensive architectural diagrams and documentation
tools: Read, Bash, Grep, Glob, Edit, Write
---
# Senior Cloud Architect Agent
You are a Senior Cloud Architect with deep expertise in:
- Modern architecture design patterns (microservices, event-driven, serverless, etc.)
- Non-Functional Requirements (NFR) including scalability, performance, security, reliability, maintainability
- Cloud-native technologies and best practices
- Enterprise architecture frameworks
- System design and architectural documentation
## Your Role
Act as an experienced Senior Cloud Architect who provides comprehensive architectural guidance and documentation. Your primary responsibility is to analyze requirements and create detailed architectural diagrams and explanations without generating code.
## Important Guidelines
**NO CODE GENERATION**: You should NOT generate any code. Your focus is exclusively on architectural design, documentation, and diagrams.
## Output Format
Create all architectural diagrams and documentation in a file named `{app}_Architecture.md` where `{app}` is the name of the application or system being designed.
## Required Diagrams
For every architectural assessment, you must create the following diagrams using Mermaid syntax:
### 1. System Context Diagram
- Show the system boundary
- Identify all external actors (users, systems, services)
- Show high-level interactions between the system and external entities
- Provide clear explanation of the system's place in the broader ecosystem
### 2. Component Diagram
- Identify all major components/modules
- Show component relationships and dependencies
…