← All plugins
throughput-analyzer
v1.24.0Analyze and optimize system throughput
Claude Code1 skill
by Claude Code PluginsMIT2.6kupdated 2 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/throughput-analyzer/ inside the repository.
Layout
plugins/performance/throughput-analyzer/
├── .claude-plugin/plugin.json└── skills/analyzing-system-throughput/SKILL.md
Skills1
analyzing-system-throughputskills/analyzing-system-throughput/SKILL.md
Analyze and optimize system throughput including request handling, data processing, and resource utilization. Use when identifying capacity limits or evaluating scaling strategies. Trigger with phrases like "analyze throughput", "optimize capacity", or "identify bottlenecks".
Manifests1
plugins/performance/throughput-analyzer/.claude-plugin/plugin.json
{
"name": "throughput-analyzer",
"version": "1.24.0",
"description": "Analyze and optimize system throughput",
"author": {
"name": "Claude Code Plugins",
"email": "[email protected]"
},
"repository": "https://github.com/jeremylongshore/claude-code-plugins",
"license": "MIT",
"keywords": [
"throughput",
"performance",
"capacity",
"optimization",
"agent-skills"
]
}