Agent
Java security reviewer — deep analysis of OWASP Top 10, injection vulnerabilities, Spring Security misconfigurations, and secrets handling.
Agent
Java security reviewer — deep analysis of OWASP Top 10, injection vulnerabilities, Spring Security misconfigurations, and secrets handling.
Agent
Java test engineer — expert in JUnit 5, Mockito, Testcontainers, test strategy, and coverage for Java 8+ projects.
Command
Full quality audit — runs security scan, performance check, and test coverage analysis in sequence and produces a combined report.
Skill Claude CodeCodex
Quick Java performance scan flagging N+1 queries, memory issues, threading problems, and algorithmic hotspots. Use when user asks to "check performance", "performance scan", "any N+1 queries", "performance issues", "is this efficient", or "slow code".
Skill Claude CodeCodex
Quick OWASP security scan for injection risks, hardcoded secrets, weak crypto, and Spring Security misconfigs. Use when user asks to "security scan", "check for vulnerabilities", "any security issues", "OWASP check", "hardcoded secrets", or "is this secure".
Skill Claude CodeCodex
Generates JUnit 5 and Mockito unit tests or Testcontainers integration tests, auto-detecting project setup. Use when user asks to "write tests", "generate tests", "add unit tests", "create test class", "test this service", or "write integration tests".
Plugin Claude Code
Spring Boot scaffold skill and Spring expert agent for Java 8+ projects.
Agent
Spring Boot expert — deep knowledge of Spring Boot, Spring Data JPA, Spring Security, Spring AI, and REST API design for Java 8+ projects.
Command
List all REST endpoints in the Spring Boot project — scans controllers and prints a route table.
Command
Start the Spring Boot application locally — checks prerequisites, then runs the app and reports startup status.
Skill Claude CodeCodex
Use when the user asks to add caching, configure Redis or Caffeine cache, use @Cacheable/@CacheEvict/@CachePut, optimize repeated database or API calls, or review existing Spring Boot cache configuration.
Skill Claude CodeCodex
Generates a complete Spring Boot CRUD feature (entity, repository, service, controller, DTOs, tests) in an existing project. Use when user asks to "add CRUD for", "generate entity", "create a feature for", "add REST endpoints for", "scaffold a feature", or "build CRUD for".
Skill Claude CodeCodex
Reviews Spring Data JPA for N+1 queries, fetch strategies, projections, and Specifications. Use when user asks to "review JPA", "check for N+1", "JPA performance", "review my entities", "check fetch strategy", or "review my repositories".
Skill Claude CodeCodex
Reviews Java logging for SLF4J best practices, MDC context, structured logging, and PII safety. Use when user asks to "review logging", "check my logs", "logging review", "is my logging correct", "MDC setup", or "check for PII in logs".
Skill Claude CodeCodex
Generates or reviews OpenAPI / Swagger documentation for Spring Boot REST APIs — adds @Operation, @Schema, @ApiResponse annotations and configures Swagger UI. Use when user asks to "add Swagger", "document this API", "generate OpenAPI spec", "add @Operation annotations", "set up Swagger UI", or "document endpoints".
Skill Claude CodeCodex
Use when the user asks to add resilience patterns, handle service failures, implement circuit breaker, retry, rate limiter, bulkhead, or timeout in a Spring Boot project using Resilience4J.
Skill Claude CodeCodex
Scaffolds a brand-new Spring Boot project from scratch — build file, package structure, and a starter feature. Use when user asks to "create a new Spring Boot project", "bootstrap a project", "start a new project", "generate a new app", or "scaffold a new service".
Skill Claude CodeCodex
Reviews or implements Spring Security configuration — JWT authentication, OAuth2, method-level security, CORS, and CSRF. Use when user asks to "add authentication", "secure this API", "implement JWT", "configure Spring Security", "add OAuth2 login", "protect endpoints", or "review security config".
Skill Claude CodeCodex
Use when the user asks to add AI features, integrate Spring AI or LangChain4J, build a chatbot, implement RAG (retrieval-augmented generation), use vector stores, stream LLM responses, or call AI tools/functions in a Spring Boot project.