Skip to main content
Back to registry

spring-boot-engineer

jeffallan/claude-skills

Installs1
Install command
npx skills add https://github.com/jeffallan/claude-skills --skill spring-boot-engineer
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Load detailed guidance based on context: A standard Spring Boot feature consists of these layers. Use these as copy-paste starting points. - Analyze requirements — Identify service boundaries, APIs, data models, security needs - Design architecture — Plan microservices, data access, cloud integration, security; confirm design before coding - Implement — Create services with constructor injection and layered architecture (see Quick Start below) - Secure — Add Spring Security, OAuth2, method security, CORS configuration; verify security rules compile and pass tests. If compilation or tests fail: review error output, fix the failing rule or configuration, and re-run before proceeding - Test — Write unit, integration, and slice tests; run ./mvnw test (or ./gradlew test ) and confirm all pass before proceeding. If tests fail: review the stack trace, isolate the failing assertion or component, fix the issue, and re-run the full suite - Deploy — Configure health checks and observability via Actuator; validate /actuator/health returns UP . If health is DOWN : check the components detail in the response, resolve the failing component (e.g., datasource, broker), and re-validate - Use field injection ( @Autowired on fields) - Skip input validation on API endpoints - Use @Component when @Service / @Repository / @Controller applies - Mix blocking and reactive code (e.g., calling .block()...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does spring-boot-engineer do?

spring-boot-engineer is listed in SkillJury, but the source summary is still sparse.

Is spring-boot-engineer good?

spring-boot-engineer does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does spring-boot-engineer work with?

spring-boot-engineer currently lists compatibility with codex, gemini-cli, opencode, cursor, github-copilot, claude-code.

What are alternatives to spring-boot-engineer?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install spring-boot-engineer?

npx skills add https://github.com/jeffallan/claude-skills --skill spring-boot-engineer

Related skills

More from jeffallan/claude-skills

Related skills

Alternatives in Software Engineering