adr
Write an Architecture Decision Record documenting a significant technical decision.
Run mutation testing to evaluate test suite effectiveness.
$ 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.
/mutateContext preview
What this command does when you run it.
Run mutation testing to evaluate test suite effectiveness.
name: mutate description: Run mutation testing to evaluate test suite effectiveness.
Run mutation testing to evaluate test suite effectiveness.
1. Detect the project language and testing framework from configuration files 2. Check if a mutation testing tool is installed (Stryker for JS/TS, mutmut for Python, PITest for Java) 3. If not installed, provide installation instructions for the appropriate tool 4. Identify the source files and their corresponding test files 5. Configure mutation operators: arithmetic, conditional, string, return value mutations 6. Run the mutation testing tool on the target source files 7. Monitor progress: total mutants generated, killed, survived, timed out 8. Calculate the mutation score (killed / total * 100) 9. List survived mutants with file location, line number, and mutation description 10. For each survived mutant, identify which test should have caught it 11. Suggest specific test cases to write for the top 10 survived mutants 12. Save the mutation report to the reports directory
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.