spring-boot
Installation
SKILL.md
Spring Boot Development
Use this skill for routine Spring Boot work. Read only the matching file in references/.
Use This Skill When
| Situation | Use this skill |
|---|---|
| Project setup | Create or align a Spring Boot project |
| Application changes | Add or change controller, service, DTO, entity, or repository code |
Workflow
- Identify the phase: setup, web, or persistence.
- Read the matching reference file only.
- Reuse project conventions.
- Make the smallest coherent change.
- Run the narrowest validation.