adr
Write an Architecture Decision Record documenting a significant technical decision.
Test an API endpoint with various request scenarios and validate responses.
$ 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.
/test-endpointContext preview
What this command does when you run it.
Test an API endpoint with various request scenarios and validate responses.
Test an API endpoint with various request scenarios and validate responses.
1. Parse the endpoint specification:
2. Generate test scenarios:
3. Execute each test:
4. Check response quality:
5. Generate a test summary with pass/fail for each scenario.
API Test: <METHOD> <endpoint> | Scenario | Status | Expected | Actual | Time | Result | |----------|--------|----------|--------|------|--------| | Valid request | 200 | 200 | 200 | 45ms | PASS | | Missing auth | 401 | 401 | 401 | 12ms | PASS | | Invalid body | 400 | 400 | 500 | 23ms | FAIL | Pass: <N>/<total> Issues: <list of failures>
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.