orchestrator-skill
v1.0.0Verify environment, build, and run the Spring Boot project
45 downloads
Created Feb 20, 2026
Saurabh Sanjeev
1 file404 B total
SKILL.md404 B
Tasks
- java-check: Verify Java version (
java -version) - maven-check: Verify Maven installation (
mvn -v) - build: Build the Spring Boot project (
mvn clean install -DskipTests) - start-db: Start local Postgres (
./.localskills/scripts/start-db.sh) - run: Run the Spring Boot app (
mvn spring-boot:run)
Setup Flow
- java-check
- maven-check
- build
- start-db
- run