What problem does it solve?
TRIGGER this skill immediately when the user says "set up a new Spring Boot project", "start a Spring Boot
project", "initialize Spring Boot", "configure my project settings", "run springboot-setup", or asks
to create any kind of Spring Boot application from scratch. This is always the FIRST skill to run before
any other springboot-* skill. It interviews the user and writes .spring-config.json to the project root.
Core Features & Use Cases
- Interviews the user to collect project configuration (language, app name, base package, etc.) and writes the results to .spring-config.json at the project root.
- Serves as the bootstrap for all subsequent springboot-* skills by providing a single source of truth that guides scaffolding and customization.
- Validates prerequisites and records the "setup" module in installed_modules to ensure consistent startup state.
Quick Start
Run the springboot-setup skill first to initialize your project and generate the .spring-config.json file, enabling all subsequent springboot-* skills.