A modular Spring Boot starter that lets you spin up enterprise Java apps with different feature profiles. You can go minimal with just PostgreSQL and JWT, add Redis caching as needed, or deploy the full stack with all modules enabled. It's basically a pre-configured project skeleton that saves you from wiring up the same authentication, database, and caching layers on every new Spring project. The Maven profile approach is clean if you're tired of ripping out features you don't need from bloated templates. With 115 installs and solid security audit scores, it's seeing some real use, though the thin documentation means you'll need to read the code to understand what "all modules" actually includes.
npx skills add https://github.com/mduongvandinh/skills-java-spring --skill spring-boot-full-stack