springboot-setup

Installation
SKILL.md

springboot-setup

This is the first skill to run for any new Spring Boot project. It collects project configuration through a short interview and writes .spring-config.json to the current directory. Every other springboot-* skill depends on this file.


What this skill does

  1. Asks for the user's preferred language first, then switches to that language immediately
  2. Asks the remaining 11 configuration questions in the chosen language
  3. Writes .spring-config.json to the project root
  4. Marks "setup" in installed_modules

Step 0 — Check for existing language preference

Installs
1
First Seen
Jun 16, 2026
springboot-setup — chartsai/member-system-cc-skills