adr
Write an Architecture Decision Record documenting a significant technical decision.
Run load and stress tests against API endpoints or web pages.
$ 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.
/run-load-testContext preview
What this command does when you run it.
Run load and stress tests against API endpoints or web pages.
Run load and stress tests against API endpoints or web pages.
1. Ask the user for the target URL or endpoint to test 2. Determine load testing parameters: concurrent users (default 50), duration (default 60s), ramp-up period (default 10s) 3. Check if a load testing tool is installed (k6, Artillery, or autocannon); recommend k6 if none found 4. Create or locate the load test script for the target endpoint 5. Configure request headers, authentication tokens, and payload if needed 6. Execute the load test with the specified parameters 7. Monitor real-time metrics: requests/sec, latency percentiles (p50, p95, p99), error rate 8. Capture the full results including response time distribution 9. Identify performance bottlenecks: slow endpoints, high error rates, timeout patterns 10. Present results in a formatted table with pass/fail thresholds 11. Save the results to a timestamped report file
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.