code-spring-boot

Installation
SKILL.md

Spring Boot Java Development Standards

Apply these standards when writing, reviewing, or designing Java/Spring Boot code.


For structural refactors across this codebase, apply the code-refactoring skill.

Project Structure (Package by Feature)

Organize by domain concept, not by technical layer. Each feature package is a self-contained vertical slice:

Installs
1
GitHub Stars
8
First Seen
Jun 3, 2026
code-spring-boot — tstapler/dotfiles