Dr JSkill
An Agent Skill for Spring Boot
I'm the creator of Dr JSkill, an Agent Skill that generates modern Spring Boot applications following my personal best practices. It works with AI coding assistants like GitHub Copilot CLI and Claude Code.
What It Generates
- Spring Boot 4.x projects with Java 25, bootstrapped from start.spring.io
- PostgreSQL, REST APIs, and production-ready configurations
- Docker-ready applications with standard and native image builds
- Your choice of front-end: Vue.js (default), React, Angular, or Vanilla JS
Relation to JHipster
Dr JSkill builds on my JHipster experience. It aims to produce applications similar to what JHipster generates, but closer to my personal tastes. Unlike JHipster, Dr JSkill is an AI agent: it is not deterministic, but it is easier to tune, more versatile, and can update existing projects.
Dr JSkill is currently an experiment. If it proves successful, it might join the JHipster organization.
Check out the GitHub repository to get started, or follow the hands-on workshop to build a full Spring Boot + Vue application end to end.