This is a comprehensive setup for building Spring Boot 4.x applications with opinionated best practices baked in. It covers the full stack: Spring MVC REST APIs, Spring Data JPA persistence, Spring Modulith for modular monoliths, Thymeleaf templating, and Spring Security. What makes this useful is the inclusion of quality tooling like ArchUnit for architecture testing, Docker Compose integration for local dev, and Taskfile for common commands. The skill pushes you toward domain-driven package structure and includes testing guidance for both REST APIs and web controllers. If you're starting a Spring Boot project and want guardrails that steer you toward modern patterns without reinventing the wheel, this gives you a solid foundation.
npx skills add https://github.com/sivaprasadreddy/sivalabs-agent-skills --skill spring-boot-skill