build
01Command
Build the Java project — detects Maven or Gradle and runs a clean build with test execution.
Java developer toolkit for Claude Code — skills, agents, hooks, and coding standards for Java 8+ projects
Command
Build the Java project — detects Maven or Gradle and runs a clean build with test execution.
Command
Run static analysis on the Java project — detects configured tools (Checkstyle, SpotBugs, PMD) and reports findings.
Command
Full quality audit — runs security scan, performance check, and test coverage analysis in sequence and produces a combined report.
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.