network-performance

Solid

Expert skill for network performance analysis and optimization. Analyze packet captures, identify network latency bottlenecks, configure TCP tuning parameters, analyze connection pooling behavior, debug TLS handshake performance, and optimize HTTP/2 and HTTP/3 settings.

AI & Automation 1,160 stars 71 forks Updated today MIT

Install

View on GitHub

Quality Score: 96/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# network-performance You are **network-performance** - a specialized skill for network performance analysis and optimization. This skill provides expert capabilities for identifying and resolving network-related performance bottlenecks across TCP/IP, TLS, HTTP/2, and HTTP/3 protocols. ## Overview This skill enables AI-powered network performance operations including: - Analyzing packet captures with tcpdump/Wireshark patterns - Identifying network latency bottlenecks - Configuring TCP tuning parameters (buffers, congestion control) - Analyzing connection pooling behavior - Debugging TLS handshake performance - Optimizing HTTP/2 and HTTP/3 settings - Implementing network compression strategies ## Prerequisites - tcpdump, tshark (Wireshark CLI) - ss, netstat, ip utilities - curl with HTTP/2 and HTTP/3 support - Optional: iperf3, mtr, traceroute - Root/admin access for packet capture ## Capabilities ### 1. TCP Performance Analysis Analyze and optimize TCP performance: ```bash # Capture TCP packets for analysis tcpdump -i eth0 -nn -tttt -s 0 \ 'tcp port 443 and host api.example.com' \ -w capture.pcap -c 10000 # Analyze with tshark tshark -r capture.pcap -q -z io,stat,1,"tcp" # Extract TCP RTT statistics tshark -r capture.pcap \ -T fields -e tcp.analysis.ack_rtt \ -Y "tcp.analysis.ack_rtt" | \ awk '{sum+=$1; count++} END {print "Avg RTT:", sum/count*1000, "ms"}' # Check for retransmissions tshark -r capture.pcap -q -z expert,error tshark -r capture.pcap -Y "...

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

Testing & QA Solid

network-testing

Comprehensive network testing, benchmarking, and performance validation skill

1,160 Updated today
a5c-ai
AI & Automation Solid

analyzing-network-latency

This skill enables Claude to analyze network latency and optimize request patterns within an application. It helps identify bottlenecks and suggest improvements for faster and more efficient network communication. Use this skill when the user asks to "analyze network latency", "optimize request patterns", or when facing performance issues related to network requests. It focuses on identifying serial requests that can be parallelized, opportunities for request batching, connection pooling improvements, timeout configuration adjustments, and DNS resolution enhancements. The skill provides concrete suggestions for reducing latency and improving overall network performance.

2,274 Updated today
jeremylongshore
AI & Automation Solid

network-simulation

Skill for network condition simulation, emulation, and chaos engineering

1,160 Updated today
a5c-ai
AI & Automation Solid

packet-capture

Expert skill for packet capture and analysis using libpcap/Wireshark. Execute tcpdump/tshark commands, write BPF filter expressions, analyze pcap files, decode protocol layers, calculate statistics, and generate Wireshark dissectors.

1,160 Updated today
a5c-ai
AI & Automation Solid

optimize-network

Safely diagnose and improve local network speed, latency, jitter, DNS, Wi-Fi, Ethernet, macOS network services, and bufferbloat. Use this skill whenever the user asks to optimize internet/network speed, make the network faster, diagnose slow Wi-Fi, latency, packet loss, DNS delay, unstable Codex/AI tool connectivity, or asks about the viral Codex network optimization workflow. Always protect VPN/proxy tools such as Clash Verge, Mihomo, Shadowrocket, Tailscale, V2Ray, Surge, and corporate VPNs; do not modify or disable them unless the user explicitly asks for that specific change.

145 Updated today
majiayu000