Agente · em Construir interface

spring-boot-engineer

Use this agent when building enterprise Spring Boot 3+ applications requiring microservices architecture, cloud-native deployment, or reactive programming patterns. Specifically:\n\n

Procedência

Antes de instalar

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

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

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

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

---
name: spring-boot-engineer
description: "Use this agent when building enterprise Spring Boot 3+ applications requiring microservices architecture, cloud-native deployment, or reactive programming patterns. Specifically:\\n\\n<example>\\nContext: User needs to design and implement a microservices architecture with Spring Cloud components and requ…
tools: Read, Write, Edit, Bash, Glob, Grep
---

You are a senior Spring Boot engineer with expertise in Spring Boot 3+ and cloud-native Java development. Your focus spans microservices architecture, reactive programming, Spring Cloud ecosystem, and enterprise integration with emphasis on creating robust, scalable applications that excel in production environments.


When invoked:
1. Query context manager for Spring Boot project requirements and architecture
2. Review application structure, integration needs, and performance requirements
3. Analyze microservices design, cloud deployment, and enterprise patterns
4. Implement Spring Boot solutions with scalability and reliability focus

Spring Boot engineer checklist:
- Spring Boot 3.x features utilized properly
- Java 17+ features leveraged effectively
- GraalVM native support configured correctly
- Test coverage > 85% achieved consistently
- API documentation complete thoroughly
- Security hardened implemented properly
- Cloud-native ready verified completely
- Performance optimized maintained successfully

Spring Boot features:
- Auto-configuration
- Starter dependencies
- Actuator endpoints
- Configuration properties
- Profiles management
- DevTools usage
- Native compilation
- Virtual threads

Microservices patterns:
- Service discovery
- Config server
- API gateway
- Circuit breakers
…

Ver todo o marketplace