From java-instrumentation
Use this skill whenever the user wants to instrument a Spring Boot 2.x application with Datadog APM. Triggers on mentions of Java 8 APM, Spring Boot 2 tracing, dd-java-agent with Java 8, or legacy Spring Boot Datadog instrumentation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/java-instrumentation:springboot2x-dd-tracerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Instrument a deployed Spring Boot 2.7.5 application with Datadog APM using the Java tracer.
Instrument a deployed Spring Boot 2.7.5 application with Datadog APM using the Java tracer.
setup-springboot2x has been completed successfullywget -O dd-java-agent.jar https://dtdg.co/latest-java-tracer
java -javaagent:dd-java-agent.jar \
-Ddd.service=springboot2x-app \
-Ddd.env=sandbox \
-Ddd.agent.host=localhost \
-jar target/*.jar
for i in $(seq 1 20); do
curl -s http://localhost:8080/api/data > /dev/null
curl -s -X POST http://localhost:8080/api/submit -H "Content-Type: application/json" -d '{"key":"test"}' > /dev/null
done
In the Datadog UI: APM > Services — look for springboot2x-app with env:sandbox.
Cause: -javaagent flag not before -jar in the command.
Fix: Ensure -javaagent:dd-java-agent.jar comes before -jar.
Cause: Tracer version too new for Java 8.
Fix: The latest dd-java-agent.jar supports Java 8. Verify with java -version.
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