library/specializations/network-programming/skills/network-testing/SKILL.md
Comprehensive network testing, benchmarking, and performance validation skill
npx skillsauth add a5c-ai/babysitter network-testingInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Comprehensive skill for network testing, benchmarking, and performance validation across all network layers.
iperf3 - Network bandwidth measurementnetperf - Network performance testingwrk - HTTP benchmarking toolk6 - Modern load testing toolhey - HTTP load generatortc - Traffic control for network shapingmtr - Network diagnostic toolhping3 - TCP/IP packet assembleriperf3 -c server.example.com -t 30 -P 4
iperf3 -s -p 5201
wrk -t12 -c400 -d30s http://localhost:8080/
k6 run --vus 100 --duration 30s script.js
hey -n 10000 -c 100 http://localhost:8080/
mtr --report --report-cycles 100 example.com
hping3 -S -p 80 -c 100 example.com
tc qdisc add dev eth0 root netem delay 100ms 10ms
tc qdisc add dev eth0 root netem loss 5%
development
Model documentation skill for generating model cards following Google's model card framework.
development
MLflow integration skill for experiment tracking, model registry, and artifact management. Enables LLMs to log experiments, compare runs, manage model lifecycle, and retrieve artifacts through the MLflow API.
data-ai
LIME-based local explanation skill for individual predictions across tabular, text, and image data.
devops
Kubeflow Pipelines skill for ML workflow orchestration, component management, and Kubernetes-native ML.