Generate a Spring Boot Kotlin project skeleton with pre-configured databases and development services.
Downloads a Spring Boot 3.4.5 project template with Kotlin, WebFlux, R2DBC, Redis, and MongoDB dependencies via Spring Initializr
Includes Docker Compose configuration for PostgreSQL 17, Redis 6, and MongoDB 8 with pre-set credentials and volume mounts
Adds SpringDoc OpenAPI integration for Swagger UI documentation and ArchUnit for architecture testing
Requires Java 21, Docker, and Docker Compose; customizable project name, Spring Boot version, and package structure through template variables
Create Spring Boot Kotlin project prompt
Please make sure you have the following software installed on your system:
Java 21
Docker
Docker Compose
If you need to custom the project name, please change the artifactId and the packageName in download-spring-boot-project-template
If you need to update the Spring Boot version, please change the bootVersion in download-spring-boot-project-template
Check Java version
Run following command in terminal and check the version of Java
java -version
related skills
semantically similar in the cross-vendor index
don't have the plugin yet? install it then click "run inline in claude" again.
+concrete dependency list and versions (spring boot 3.4.5, postgres 17, redis 6, mongodb 8) reduce ambiguity
+includes docker compose configuration, removing setup friction for local development environment
~procedure is skeletal: no numbered steps, no validation checkpoints, no output contract describing what a successful run looks like
~trigger phrases are generic ('create spring boot kotlin project') with no contextual variants; doesn't clarify when to use this vs. alternatives
~silent on failure modes: no mention of what breaks if java 21 is absent, docker daemon unavailable, or spring initializr API fails; no recovery guidance