Performance Profiler
Analyzes AI performance bottlenecks and suggests optimizations based on resource usage and execution time data.
Install on your platform
We auto-selected Claude Code based on this skillβs supported platforms.
Run in terminal (recommended)
claude mcp add j0kz-performance-profiler npx -- -y @trustedskills/j0kz-performance-profiler
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"j0kz-performance-profiler": {
"command": "npx",
"args": [
"-y",
"@trustedskills/j0kz-performance-profiler"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The j0kz-performance-profiler skill provides detailed performance profiling data for Minecraft Java Edition servers. It allows agents to identify bottlenecks and optimize server performance by analyzing CPU usage, memory allocation, and garbage collection cycles. This skill is designed specifically for use with the j0kz/mcp-agents project.
When to use it
- Troubleshooting lag spikes: Analyze server behavior during periods of high latency to pinpoint resource constraints.
- Optimizing plugin performance: Identify plugins that are contributing significantly to CPU or memory usage.
- Improving overall server responsiveness: Gain insights into areas where server operations can be streamlined for better player experience.
- Diagnosing memory leaks: Detect patterns in memory allocation and garbage collection that indicate potential memory leak issues.
Key capabilities
- CPU Usage Profiling
- Memory Allocation Tracking
- Garbage Collection Analysis
- Minecraft Java Edition Server Specific
Example prompts
- "Analyze the server's CPU usage over the last 5 minutes."
- "Show me a graph of memory allocation trends for the past hour."
- "Identify plugins with the highest average CPU load."
- βWhat is causing frequent garbage collection cycles?β
Tips & gotchas
This skill requires a Minecraft Java Edition server running and accessible. It's specifically designed to work within the j0kz/mcp-agents ecosystem, so ensure compatibility before use.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates β what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
π Community
Passed automated security scans.