adr
Write an Architecture Decision Record documenting a significant technical decision.
Test an AI prompt against multiple scenarios to verify consistent, quality output.
$ 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-promptContext preview
What this command does when you run it.
Test an AI prompt against multiple scenarios to verify consistent, quality output.
name: test-prompt description: Test an AI prompt against multiple scenarios to verify consistent, quality output.
Test an AI prompt against multiple scenarios to verify consistent, quality output.
1. Read the prompt to test (command file, CLAUDE.md rule, or inline prompt). 2. Generate test scenarios:
3. For each scenario:
4. Identify failure patterns:
5. Suggest prompt modifications based on test results.
Prompt Test Results: <prompt name> | Scenario | Input | Result | Score | |----------|-------|--------|-------| | Happy path | <input> | pass | 5/5 | | Edge case | <input> | partial | 3/5 | | Error case | <input> | fail | 1/5 | Overall score: <average>/5 Failure patterns: <description> Recommendations: <improvements>
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.