piomin-spring-boot-template
This plugin transforms Claude Code into a specialized Spring Boot development environment by providing: 1. Domain-specific agents - Expert p
Open source Open in the app JSON README (API)
About
This plugin transforms Claude Code into a specialized Spring Boot development environment by providing: 1. Domain-specific agents - Expert personas for different aspects of development 2. Reusable skills - Pattern-based prompts for common Java/Spring Boot tasks 3. Project instructions - Consistent coding standards and workflow enforcement 4. Pre-configured permissions - Maven, Docker, Git operations allowed by default
Details
- Kind
- Plugins
- Topic
- Cloud & DevOps
- Publisher
- piomin
- Origin
- marketplace
- Category
- ferramentas
- Stars
- 1,286
- Forks
- 405
- Open pull requests
- 8
- Last push
- 2026-04-29T07:02:03Z
- Repository state
- ativo
- License
- Apache-2.0
- Added
- 2026-08-30 01:48:58
- Updated
- 2026-08-30 01:48:58
- Origin id
piomin/claude-ai-spring-boot/piomin-spring-boot-template
README
# Claude Code Template for Spring Boot Application This template provides a structured starting point for Spring Boot applications, optimized for Claude AI's code completion capabilities. It includes essential configurations and best practices to streamline development and enhance productivity. The idea behind this template is that you can just clone this repository and use it to generate the app you want with Claude Code. ```shell . ├── .claude │ ├── agents │ │ ├── code-reviewer.md │ │ ├── devops-engineer.md │ │ ├── docker-expert.md │ │ ├── java-architect.md │ │ ├── kubernetes-specialist.md │ │ ├── security-engineer.md │ │ ├── spring-boot-engineer.md │ │ └── test-automator.md │ ├── settings.local.json │ └── skills │ ├── README.md │ ├── api-contract-review │ │ └── SKILL.md │ ├── clean-code │ │ └── SKILL.md │ ├── design-patterns │ │ └── SKILL.md │ ├── java-architect │ │ ├── SKILL.md │ │ └── references │ │ ├── jpa-optimization.md │ │ ├── reactive-webflux.md │ │ ├── spring-boot-setup.md │ │ ├── spring-security.md │ │ └── testing-patterns.md │ ├── java-code-review │ │ └── SKILL.md │ ├── jpa-patterns │ │ └── SKILL.md │ ├── logging-patterns │ │ └── SKILL.md │ ├── spring-boot-engineer │ │ ├── SKILL.md │ │ └── references │ │ ├── cloud.md │ │ ├── data.md │ │ ├── security.md │ │ ├── testing.md │ │ └── web.md │ └── spring-boot-patterns │ └── SKILL.md ├── CLAUDE.md ├── README.md └── pom.xml ``` You can find the detailed explanation and description of that that template in my post [Claude Code Template for Spring Boot](https://piotrminkowski.com/2026/03/24/claude-code-template-for-spring-boot/).