← All plugins
resource-usage-tracker
v1.22.0Track and optimize resource usage across the stack
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/resource-usage-tracker/ inside the repository.
Layout
plugins/performance/resource-usage-tracker/
├── .claude-plugin/plugin.json└── skills/tracking-resource-usage/SKILL.md
Skills1
tracking-resource-usageskills/tracking-resource-usage/SKILL.md
Track and optimize resource usage across application stack including CPU, memory, disk, and network I/O. Use when identifying bottlenecks or optimizing costs. Trigger with phrases like "track resource usage", "monitor CPU and memory", or "optimize resource allocation".
Manifests1
plugins/performance/resource-usage-tracker/.claude-plugin/plugin.json
{
"name": "resource-usage-tracker",
"version": "1.22.0",
"description": "Track and optimize resource usage across the stack",
"author": {
"name": "Claude Code Plugins",
"email": "[email protected]"
},
"repository": "https://github.com/jeremylongshore/claude-code-plugins",
"license": "MIT",
"keywords": [
"resources",
"monitoring",
"optimization",
"metrics",
"agent-skills"
]
}