Specialized senior guidance for building production-grade Spring Boot 3+ applications.
Install
mkdir -p .claude/skills/backend && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/11819" && unzip -o skill.zip -d .claude/skills/backend && rm skill.zipInstalls to .claude/skills/backend
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Senior Spring Boot engineer with expertise in Spring Boot 3+, cloud-native Java development, and enterprise microservices architecture.Key capabilities
- →Build REST APIs with Spring Boot
- →Implement reactive applications with WebFlux
- →Set up Spring Data JPA repositories
- →Optimize Spring Boot performance
- →Apply dependency injection via constructor injection
- →Implement proper exception handling with @ControllerAdvice
How it works
The skill provides guidance and templates for building Spring Boot applications, enforcing best practices for architecture, implementation, and configuration.
Inputs & outputs
When to use backend
- →Design Spring Boot microservices
- →Optimize REST API performance
- →Implement reactive Java code
About this skill
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 21+, 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
- Optimizing Spring Boot performance
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
Constraints
MUST DO
- Use Spring Boot 3.x with Java 21+ 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
- 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
- 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
When not to use it
- →Using field injection (@Autowired on fields)
- →Exposing internal exceptions to API clients
- →Skipping input validation on API endpoints
Limitations
- →Must use Spring Boot 3.x with Java 21+ features
- →Must apply dependency injection via constructor injection
- →Must not use field injection
How it compares
This skill enforces specific Spring Boot 3.x and Java 21+ best practices, such as constructor injection and proper exception handling, which differs from general Java development advice.
Compared to similar skills
backend side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| backend (this skill) | 0 | 5mo | No flags | Advanced |
| azure-communication-chat-java | 1 | 3mo | Review | Intermediate |
| spring-modern-api | 0 | 2mo | Review | Intermediate |
| springboot-patterns | 0 | 5mo | No flags | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
azure-communication-chat-java
microsoft
Build real-time chat applications with Azure Communication Services Chat Java SDK. Use when implementing chat threads, messaging, participants, read receipts, typing notifications, or real-time chat features.
spring-modern-api
munlucky
Spring 6 and Spring Boot 3 modern API development study assistant backed by a public-safe ontology and knowledge graph extracted from private OCR-derived notes. Use when Codex needs to explain or connect REST API design, OpenAPI design-first workflows, Spring IoC and dependency injection, Spring MVC
springboot-patterns
Sunny-Wyz
Spring Boot architecture patterns, REST API design, layered services, data access, caching, async processing, and logging. Use for Java Spring Boot backend work.
java-pro
sickn33
Master Java 21+ with modern features like virtual threads, pattern matching, and Spring Boot 3.x. Expert in the latest Java ecosystem including GraalVM, Project Loom, and cloud-native patterns. Use PROACTIVELY for Java development, microservices architecture, or performance optimization.
java-coding-standards
affaan-m
Java coding standards for Spring Boot services: naming, immutability, Optional usage, streams, exceptions, generics, and project layout.
jpa-patterns
affaan-m
JPA/Hibernate patterns for entity design, relationships, query optimization, transactions, auditing, indexing, pagination, and pooling in Spring Boot.