LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

create-spring-boot-kotlin-project - Create Spring Boot Kotlin Project Skeleton

Generate a Spring Boot Kotlin project with required dependencies and configurations

Tags

Updated: 2026-03-09

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • check Java version
  • download Spring Boot template
  • unzip project files
  • add dependencies to build file
  • configure application properties
  • create docker-compose file
  • run gradle tests

Inputs

  • Java installation
  • Docker installation
  • project name input
  • Spring Boot version

Outputs

  • Spring Boot Kotlin project directory
  • build.gradle.kts file
  • application.properties file
  • docker-compose.yaml file
  • .gitignore file
  • gradle test results

Requirements

  • Java 21
  • Docker installed
  • Docker Compose installed
  • terminal access

Source

  • Spec: SKILL.md
Spring Boot
Kotlin
project setup
backend
Docker
check Java version
download Spring Boot template
unzip project files
add dependencies to build file
Java installation
Docker installation
project name input
Spring Boot Kotlin project directory
build.gradle.kts file
application.properties file