From jeremylongshore-claude-code-plugins-plus-skills
Guides heap dump analysis for performance testing, covering load testing, stress testing, and benchmarking patterns.
How this skill is triggered — by the user, by Claude, or both
Slash command
/jeremylongshore-claude-code-plugins-plus-skills:heap-dump-analyzerThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill provides automated assistance for heap dump analyzer tasks within the Performance Testing domain.
This skill provides automated assistance for heap dump analyzer tasks within the Performance Testing domain.
This skill activates automatically when you:
Example: Basic Usage Request: "Help me with heap dump analyzer" Result: Provides step-by-step guidance and generates appropriate configurations
| Error | Cause | Solution |
|---|---|---|
| Configuration invalid | Missing required fields | Check documentation for required parameters |
| Tool not found | Dependency not installed | Install required tools per prerequisites |
| Permission denied | Insufficient access | Verify credentials and permissions |
Part of the Performance Testing skill category. Tags: performance, load-testing, k6, jmeter, benchmarking
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin j-rigGuides thread dump analysis for Java performance troubleshooting, including pattern recognition and best practices for load/stress testing scenarios.
Diagnoses memory leaks in processes (JVM, Node.js) by profiling allocations, analyzing heap dumps, and tracing code paths. Use when RSS grows monotonically or OOM kills occur.
Profiles application performance across Node.js, Python, and Java stacks by analyzing CPU, memory, and execution hotspots to identify optimization targets.