Comprehensive network testing, benchmarking, and performance validation skill
Performs comprehensive network testing, benchmarking, and performance validation across all layers.
npx claudepluginhub a5c-ai/babysitterThis skill is limited to using the following tools:
README.mdComprehensive 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%
Activates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.
Search, retrieve, and install Agent Skills from the prompts.chat registry using MCP tools. Use when the user asks to find skills, browse skill catalogs, install a skill for Claude, or extend Claude's capabilities with reusable AI agent components.
This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.