Scaffolds a complete Spring Boot 3.x/4.x project using the Spring Initializr API, then builds out either a DDD or layered architecture with all the boilerplate you'd normally copy from your last project. It configures JPA, adds SpringDoc OpenAPI, sets up Docker Compose for PostgreSQL/Redis/MongoDB based on what you pick, and drops in sensible application.properties defaults. The architecture templates include placeholder exception handlers and config classes so you're not staring at an empty src folder. Honestly most useful when you're spinning up a new microservice and don't want to spend 20 minutes remembering which Maven dependencies go together or writing another GlobalExceptionHandler from memory. Assumes you've got Java 17+, Maven, and Docker already installed.
npx skills add https://github.com/giuseppe-trisciuoglio/developer-kit --skill spring-boot-project-creator