Performance Reporter
Generates concise, customizable reports summarizing system performance metrics and identifying potential bottlenecks.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add performance-reporter npx -- -y @trustedskills/performance-reporter
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"performance-reporter": {
"command": "npx",
"args": [
"-y",
"@trustedskills/performance-reporter"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The performance-reporter skill enables AI agents to generate detailed reports on system or application performance metrics. It can analyze logs, track resource usage, and provide insights into bottlenecks or areas for optimization.
When to use it
- After a software deployment to assess stability and efficiency
- During troubleshooting sessions to identify performance issues
- To create periodic summaries of server or application health
Key capabilities
- Analyzes system logs for anomalies
- Tracks CPU, memory, and disk usage metrics
- Generates visualizations and summary reports
Example prompts
- "Generate a performance report for the last 24 hours."
- "Analyze the server logs from yesterday and identify any errors."
- "Create a summary of resource usage during peak traffic times."
Tips & gotchas
Ensure that log files are accessible and properly formatted for accurate analysis. Performance data may be limited by the scope of access granted to the AI agent.
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.