← All plugins
network-latency-analyzer
v1.21.0Analyze network latency and optimize request patterns
Claude Code1 skill
by Claude Code PluginsMIT2.6kupdated 10 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/network-latency-analyzer/ inside the repository.
Layout
plugins/performance/network-latency-analyzer/
├── .claude-plugin/plugin.json└── skills/analyzing-network-latency/SKILL.md
Skills1
analyzing-network-latencyskills/analyzing-network-latency/SKILL.md
Analyze network latency and optimize request patterns for faster communication. Use when diagnosing slow network performance or optimizing API calls. Trigger with phrases like "analyze network latency", "optimize API calls", or "reduce network delays".
Manifests1
plugins/performance/network-latency-analyzer/.claude-plugin/plugin.json
{
"name": "network-latency-analyzer",
"version": "1.21.0",
"description": "Analyze network latency and optimize request patterns",
"author": {
"name": "Claude Code Plugins",
"email": "[email protected]"
},
"repository": "https://github.com/jeremylongshore/claude-code-plugins",
"license": "MIT",
"keywords": [
"network",
"latency",
"performance",
"api",
"agent-skills"
]
}