From java-instrumentation
Use this skill whenever the user needs to build and deploy a Spring Boot 2.x application with Java 8. Triggers on mentions of Spring Boot 2 setup, Java 8 Spring Boot, legacy Spring Boot deployment, or Corretto 8 application setup.
How this skill is triggered — by the user, by Claude, or both
Slash command
/java-instrumentation:setup-springboot2xThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Build and deploy a Spring Boot 2.7.5 REST API application with Java 8 (Amazon Corretto 8u442).
README.mdreferences/pom.xmlreferences/src/main/java/com/example/demo/DemoApplication.javareferences/src/main/java/com/example/demo/controller/ApiController.javareferences/src/main/java/com/example/demo/dto/DataResponse.javareferences/src/main/java/com/example/demo/dto/StatusResponse.javareferences/src/main/java/com/example/demo/dto/SubmitResponse.javareferences/src/main/resources/application.propertiesBuild and deploy a Spring Boot 2.7.5 REST API application with Java 8 (Amazon Corretto 8u442).
The complete application source is in references/. The app provides 3 REST API endpoints (GET, POST, PUT) with comprehensive logging.
cd references/
./mvnw clean package
java -jar target/*.jar
The application starts on http://localhost:8080.
See README.md for full documentation including Docker deployment and testing.
curl http://localhost:8080/api/data
# Expected: JSON response
Cause: Java version is not 8.
Fix: Install Amazon Corretto 8: sdk install java 8.0.442-amzn or set JAVA_HOME to Java 8.
Searches MemPalace before answering questions about past work, people, projects, or prior decisions. Returns verbatim stored content instead of guessing from model memory.
Guides Payload CMS config (payload.config.ts), collections, fields, hooks, access control, APIs. Debugs validation errors, security, relationships, queries, transactions, hook behavior.
Implements vector databases with Pinecone, Weaviate, Qdrant, Milvus, pgvector for semantic search, RAG, recommendations, and similarity systems. Optimizes embeddings, indexing, and hybrid search.
npx claudepluginhub jek-bao-choo/datadog-agentic-plugins --plugin java-instrumentation