dr-jskill
Installation
SKILL.md
Spring Boot skill that follows Julien Dubois' best practices.
Overview
This agent skill helps you create Spring Boot projects following Julien Dubois' best practices. It provides tools and scripts to quickly bootstrap Spring Boot applications using https://start.spring.io.
Version Management
Centralized versions live in versions.json. All scripts read from it via scripts/lib/versions.mjs (JavaScript). Update this file to bump Java, Spring Boot fallback, Postgres, Node/npm, Testcontainers, etc.
Prerequisites
- Java 25 installed
- Node.js 24.x and NPM 11.x (for front-end development)
- Docker installed and running