← All plugins
cpu-usage-monitor
v1.23.0Monitor and analyze CPU usage patterns in applications
Claude Code1 skill
by Claude Code PluginsMIT2.6kupdated 9 hours ago
Source
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/performance/cpu-usage-monitor/ inside the repository.
Layout
plugins/performance/cpu-usage-monitor/
├── .claude-plugin/plugin.json└── skills/monitoring-cpu-usage/SKILL.md
Skills1
monitoring-cpu-usageskills/monitoring-cpu-usage/SKILL.md
Monitor this skill enables AI assistant to monitor and analyze cpu usage patterns within applications. it helps identify cpu hotspots, analyze algorithmic complexity, and detect blocking operations. use this skill when the user asks to "monitor cpu usage", "opt... Use when setting up monitoring or observability. Trigger with phrases like 'monitor', 'metrics', or 'alerts'.
Manifests1
plugins/performance/cpu-usage-monitor/.claude-plugin/plugin.json
{
"name": "cpu-usage-monitor",
"version": "1.23.0",
"description": "Monitor and analyze CPU usage patterns in applications",
"author": {
"name": "Claude Code Plugins",
"email": "[email protected]"
},
"repository": "https://github.com/jeremylongshore/claude-code-plugins",
"license": "MIT",
"keywords": [
"cpu",
"monitoring",
"performance",
"optimization",
"agent-skills"
]
}