From throughput-analyzer
This skill enables Claude to analyze and optimize system throughput. It is triggered when the user requests throughput analysis, performance improvements, or bottleneck identification. The skill uses the `throughput-analyzer` plugin to assess request throughput, data throughput, concurrency limits, queue processing, and resource saturation. Use this skill when the user mentions "analyze throughput", "optimize performance", "identify bottlenecks", or asks about system capacity. It helps determine limiting factors and evaluate scaling strategies.
How this skill is triggered — by the user, by Claude, or both
Slash command
/throughput-analyzer:throughput-analyzerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill allows Claude to analyze system performance and identify areas for throughput optimization. It uses the `throughput-analyzer` plugin to provide insights into request handling, data processing, and resource utilization.
This skill allows Claude to analyze system performance and identify areas for throughput optimization. It uses the throughput-analyzer plugin to provide insights into request handling, data processing, and resource utilization.
This skill activates when you need to:
User request: "Analyze the throughput of my web server and identify any bottlenecks."
The skill will:
throughput-analyzer plugin.User request: "Optimize the throughput of my data processing pipeline."
The skill will:
throughput-analyzer plugin.This skill can be used in conjunction with other monitoring and performance analysis tools to gain a more comprehensive understanding of system behavior. It provides a starting point for further investigation and optimization efforts.
Guides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
Dispatches multiple subagents concurrently for independent tasks without shared state. Use when facing 2+ unrelated failures or subsystems that can be investigated in parallel.
npx claudepluginhub danielmiessler/claude-code-plugins-plus --plugin throughput-analyzer