This is your go-to for building production Java applications with Spring Boot 3.x. It covers the essentials: dependency injection with constructor patterns, REST controllers with proper request/response DTOs, Spring Data JPA repositories, and actuator monitoring. The skill emphasizes modern practices like constructor injection over field injection, transactional service layers, and validation annotations. It's structured around real project patterns you'll actually use, from the standard package layout to ResponseEntity handling. If you're building microservices or REST APIs in Java and want sensible defaults without fighting configuration, this gives you the patterns and annotations to move fast.
npx skills add https://github.com/bobmatnyc/claude-mpm-skills --skill spring-boot