adr
Write an Architecture Decision Record documenting a significant technical decision.
Run a load test against an API endpoint to measure throughput and identify breaking points.
$ npx -y skills add rohitg00/awesome-claude-code-toolkit --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/load-testContext preview
What this command does when you run it.
Run a load test against an API endpoint to measure throughput and identify breaking points.
Run a load test against an API endpoint to measure throughput and identify breaking points.
1. Define load test parameters:
2. Select the load testing tool:
3. Run a warm-up phase with low concurrency (10 connections, 10 seconds). 4. Execute the main load test in stages:
5. Collect metrics at each stage:
6. Identify the breaking point and bottleneck. 7. Generate a report with recommendations.
Load Test: <METHOD> <endpoint> | Stage | Concurrency | RPS | P50 (ms) | P99 (ms) | Errors | |-------|-------------|-----|----------|----------|--------| | Normal | 10 | 500 | 20 | 85 | 0% | | Peak | 50 | 1200 | 45 | 200 | 0.1% | | Stress | 200 | 800 | 500 | 2000 | 5.2% | Breaking point: ~150 concurrent connections Bottleneck: Database connection pool exhaustion Recommendations: 1. Increase connection pool size from 10 to 50 2. Add connection queuing with backpressure
The most comprehensive toolkit for Claude Code -- 135 agents, 35 curated skills (+400,000 via SkillKit), 42 commands, 176+ plugins, 20 hooks, 15 rules, 7 templates, 15 MCP configs, 26 companion apps, 53 ecosystem entries, and more.
Repo: rohitg00/awesome-claude-code-toolkit
Write an Architecture Decision Record documenting a significant technical decision.
Conduct a structured design review of a module, feature, or system component.
Create a structured implementation plan for the requested feature or change.