What problem does it solve?
Eliminates the repetitive, error-prone setup work required to start a new enterprise-grade Spring Boot 4 codebase with consistent build tooling, test infrastructure expectations, and required project conventions.
Core Features & Use Cases
- Project scaffolding for Spring Boot 4 (SB4): Generates a ready-to-run Gradle Kotlin DSL project or an enterprise multi-service platform.
- Profile-driven outputs: Uses
standard, enterprise, or platform to tailor the generated structure for development speed, production readiness, or an API-gateway + services suite.
- Conventions-aligned starter structure: Produces enterprise-friendly files including CLAUDE.md and test scaffolding so follow-on
add-* skills can layer features like endpoints, persistence, security, OpenAPI, and containerization.
- Use case: Spin up a full platform skeleton for a microservices system where each service shares consistent Gradle, testing, OpenAPI layout, and Docker-based local development patterns.
Quick Start
Run the spring-initializr skill to generate a new project by telling it to scaffold an enterprise Spring Boot 4 single service named order-service under the group com.acme.