From mind-java-core
MIND CTI Spring Boot 3.x development standards. Covers REST APIs, service layer, data access, security, configuration, testing, and observability.
How this skill is triggered — by the user, by Claude, or both
Slash command
/mind-java-core:spring-bootThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> MIND CTI standard for Spring Boot 3.x (3.5+) projects. Detected in: MindBill-Authorization-Backend, MindBill-DrawerManagement-Backend, MindBill-DRS-Backend, MindBill-POS, MindBill-Selfcare-Backend, CcsSpendingLimitGateway, RoamingManager Processor.
MIND CTI standard for Spring Boot 3.x (3.5+) projects. Detected in: MindBill-Authorization-Backend, MindBill-DrawerManagement-Backend, MindBill-DRS-Backend, MindBill-POS, MindBill-Selfcare-Backend, CcsSpendingLimitGateway, RoamingManager Processor.
This skill applies when the project has Spring Boot as a dependency (detected via spring-boot-starter-* in pom.xml). It supplements the java-core skill with Spring-specific patterns.
Target version: Spring Boot 3.x (3.5+ preferred). The RoamingManager Processor on Spring Boot 2.5.7 is legacy — migrate to 3.x when feasible.
Key version implications (Spring Boot 3.x):
jakarta.* not javax.*SecurityFilterChain API, no WebSecurityConfigurerAdapter@RequiredArgsConstructor + private final fields.application.properties/application.yml with env var placeholders.@RequiredArgsConstructor. No field @Autowired.@RestControllerAdvice for global exception handling (not ErrorAttributes override).JpaRepository for all new repositories.application.properties with ${ENV_VAR:default} for externalized config.@WebMvcTest/@DataJpaTest slice tests preferred over full @SpringBootTest.MindBill-BOM v10.00.002 manages Spring Boot version centrallyspring-boot-starter-oauth2-resource-serverwildfly-ejb-client-bomProvides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub indra031/marketplace --plugin java-core