build
Build the Java project — detects Maven or Gradle and runs a clean build with test execution
Start the Spring Boot application locally — checks prerequisites, then runs the app and reports startup status
> /plugin marketplace add ducpm2303/claude-java-pluginsHow it fires
How this command gets triggered: by you, by Claude, or both.
/runContext preview
What this command does when you run it.
Start the Spring Boot application locally — checks prerequisites, then runs the app and reports startup status
description: Start the Spring Boot application locally — checks prerequisites, then runs the app and reports startup status
Start the Spring Boot application in the current directory.
1. **Pre-flight checks**:
2. **Start the application**:
3. **Watch startup output** for:
4. **On datasource errors**:
5. After successful start, remind: Ctrl+C to stop; use `spring.profiles.active=dev` for dev profile.
A Claude Code plugin marketplace with 3 focused plugins for Java developers. All plugins support Java 8 through Java 21 and tailor advice to your target Java version.
Build the Java project — detects Maven or Gradle and runs a clean build with test execution
Run static analysis on the Java project — detects configured tools (Checkstyle, SpotBugs, PMD) and reports findings
Full quality audit — runs security scan, performance check, and test coverage analysis in sequence and produces a combined report
List all REST endpoints in the Spring Boot project — scans controllers and prints a route table