adr
Write an Architecture Decision Record documenting a significant technical decision.
Run performance benchmarks against API endpoints.
$ 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.
/benchmarkContext preview
What this command does when you run it.
Run performance benchmarks against API endpoints.
Run performance benchmarks against API endpoints.
1. Ask the user for the target endpoint URL and HTTP method 2. Configure the request: headers, authentication, request body, query parameters 3. Run a warmup phase: 10 requests to prime caches and connections 4. Execute the benchmark with configurable parameters:
5. Capture per-request metrics: response time, status code, response size 6. Calculate statistics: min, max, mean, median, p95, p99 response times 7. Calculate throughput: requests per second, bytes per second 8. Record error rate and categorize errors by status code 9. Detect performance degradation over the benchmark duration 10. Compare against SLA targets if defined 11. Save raw results in JSON format for further analysis 12. Present a formatted summary with key metrics and pass/fail status
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.