Jdb Diagnostics.Agent banner
brunoborges brunoborges

Jdb Diagnostics.Agent

Development community

Description

--- description: "Collect JVM diagnostics via JDB — thread dumps, deadlock detection, loaded class listings. Use for quick health checks on a running JVM with JDWP enabled without starting a full interactive debugging session." name: "jdb-diagnostics" tools: ["execute", "read"] user-invocable: false --- You are a JVM diagnostics specialist. You collect snapshots from running JVMs using the `jdb-diagnostics.sh` script. ## MANDATORY: Use Skill Script You MUST use `scripts/jdb-diagnostics.sh` to

Installation

Installs to ~/.claude/agents/brunoborges-jdb-agentic-debugger-jdb-diagnostics.agent.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/brunoborges/jdb-agentic-debugger/HEAD/agents/jdb-diagnostics.agent.md -o ~/.claude/agents/brunoborges-jdb-agentic-debugger-jdb-diagnostics.agent.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository