Content Preview
--- name: load-testing-apis description: | Execute comprehensive load and stress testing to validate API performance and scalability. Use when validating API performance under load. Trigger with phrases like "load test the API", "stress test API", or "benchmark API performance". allowed-tools: Read, Write, Edit, Grep, Glob, Bash(api:load-*) version: 1.0.0 author: Jeremy Longshore <[email protected]> license: MIT compatible-with: claude-code, codex, openclaw --- # Load Testing AP
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/load-testing-apis.md \
https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/main/plugins/api-development/api-load-tester/skills/load-testing-apis/SKILL.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsThen reference at plugins/api-development/api-load-tester/skills/load-testing-apis/SKILL.md
Related Skills
Configuring Load Balancers
This skill configures load balancers, including ALB, NLB, Nginx, and HAProxy. It generates production-ready configurations based on specified requirements and infrastructure. Use this skill when the user asks to "configure load balancer", "create load balancer config", "generate nginx config", "setu
skill-adapterconfiguring load balancers
by jeremylongshore · plugins-plus-skills
Testing Load Balancers
This skill enables Claude to test load balancing strategies. It validates traffic distribution across backend servers, tests failover scenarios when servers become unavailable, verifies sticky sessions, and assesses health check functionality. Use this skill when the user asks to "test load balancer
skill-adaptertesting load balancers
by jeremylongshore · plugins-plus-skills
Running Load Tests
This skill enables Claude to create and execute load tests for performance validation. It is designed to generate load test scripts using tools like k6, JMeter, and Artillery, based on specified test scenarios. Use this skill when the user requests to create a "load test", conduct "performance testi
skill-adapterrunning load tests
by jeremylongshore · plugins-plus-skills
k6-load-testing
Comprehensive k6 load testing skill for API, browser, and scalability testing. Write realistic load scenarios, analyze results, and integrate with CI/CD.
infrastructurek6load-testingperformance
by sickn33 (Antigravity) · antigravity-awesome-skills