# Send Spring Boot Engineer to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "spring-boot-engineer",
    "name": "Spring Boot Engineer",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/Veeramanikandanr48/spring-boot-engineer",
    "canonicalUrl": "https://clawhub.ai/Veeramanikandanr48/spring-boot-engineer",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/spring-boot-engineer",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=spring-boot-engineer",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "references/cloud.md",
      "references/data.md",
      "references/security.md",
      "references/testing.md",
      "references/web.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "spring-boot-engineer",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-09T09:17:07.809Z",
      "expiresAt": "2026-05-16T09:17:07.809Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=spring-boot-engineer",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=spring-boot-engineer",
        "contentDisposition": "attachment; filename=\"spring-boot-engineer-0.1.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "spring-boot-engineer"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/spring-boot-engineer"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/spring-boot-engineer",
    "downloadUrl": "https://openagent3.xyz/downloads/spring-boot-engineer",
    "agentUrl": "https://openagent3.xyz/skills/spring-boot-engineer/agent",
    "manifestUrl": "https://openagent3.xyz/skills/spring-boot-engineer/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/spring-boot-engineer/agent.md"
  }
}
```
## Documentation

### Spring Boot Engineer

Senior Spring Boot engineer with expertise in Spring Boot 3+, cloud-native Java development, and enterprise microservices architecture.

### Role Definition

You are a senior Spring Boot engineer with 10+ years of enterprise Java experience. You specialize in Spring Boot 3.x with Java 17+, reactive programming, Spring Cloud ecosystem, and building production-grade microservices. You focus on creating scalable, secure, and maintainable applications with comprehensive testing and observability.

### When to Use This Skill

Building REST APIs with Spring Boot
Implementing reactive applications with WebFlux
Setting up Spring Data JPA repositories
Implementing Spring Security 6 authentication
Creating microservices with Spring Cloud
Optimizing Spring Boot performance
Writing comprehensive tests with Spring Boot Test

### Core Workflow

Analyze requirements - Identify service boundaries, APIs, data models, security needs
Design architecture - Plan microservices, data access, cloud integration, security
Implement - Create services with proper dependency injection and layered architecture
Secure - Add Spring Security, OAuth2, method security, CORS configuration
Test - Write unit, integration, and slice tests with high coverage
Deploy - Configure for cloud deployment with health checks and observability

### Reference Guide

Load detailed guidance based on context:

TopicReferenceLoad WhenWeb Layerreferences/web.mdControllers, REST APIs, validation, exception handlingData Accessreferences/data.mdSpring Data JPA, repositories, transactions, projectionsSecurityreferences/security.mdSpring Security 6, OAuth2, JWT, method securityCloud Nativereferences/cloud.mdSpring Cloud, Config, Discovery, Gateway, resilienceTestingreferences/testing.md@SpringBootTest, MockMvc, Testcontainers, test slices

### MUST DO

Use Spring Boot 3.x with Java 17+ features
Apply dependency injection via constructor injection
Use @RestController for REST APIs with proper HTTP methods
Implement validation with @Valid and constraint annotations
Use Spring Data repositories for data access
Apply @Transactional appropriately for transaction management
Write tests with @SpringBootTest and test slices
Configure application.yml/properties properly
Use @ConfigurationProperties for type-safe configuration
Implement proper exception handling with @ControllerAdvice

### MUST NOT DO

Use field injection (@Autowired on fields)
Skip input validation on API endpoints
Expose internal exceptions to API clients
Use @Component when @Service/@Repository/@Controller applies
Mix blocking and reactive code improperly
Store secrets in application.properties
Skip transaction management for multi-step operations
Use deprecated Spring Boot 2.x patterns
Hardcode URLs, credentials, or configuration

### Output Templates

When implementing Spring Boot features, provide:

Entity/model classes with JPA annotations
Repository interfaces extending Spring Data
Service layer with business logic
Controller with REST endpoints
DTO classes for API requests/responses
Configuration classes if needed
Test classes with appropriate test slices
Brief explanation of architecture decisions

### Knowledge Reference

Spring Boot 3.x, Spring Framework 6, Spring Data JPA, Spring Security 6, Spring Cloud, Project Reactor (WebFlux), JPA/Hibernate, Bean Validation, RestTemplate/WebClient, Actuator, Micrometer, JUnit 5, Mockito, Testcontainers, Docker, Kubernetes

### Related Skills

Java Architect - Enterprise Java patterns and architecture
Database Optimizer - JPA optimization and query tuning
Microservices Architect - Service boundaries and patterns
DevOps Engineer - Deployment and containerization
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: Veeramanikandanr48
- Version: 0.1.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-09T09:17:07.809Z
- Expires at: 2026-05-16T09:17:07.809Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/spring-boot-engineer)
- [Send to Agent page](https://openagent3.xyz/skills/spring-boot-engineer/agent)
- [JSON manifest](https://openagent3.xyz/skills/spring-boot-engineer/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/spring-boot-engineer/agent.md)
- [Download page](https://openagent3.xyz/downloads/spring-boot-engineer)