adr
Write an Architecture Decision Record documenting a significant technical decision.
Conduct a structured design review of a module, feature, or system component.
$ 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.
/design-reviewContext preview
What this command does when you run it.
Conduct a structured design review of a module, feature, or system component.
Conduct a structured design review of a module, feature, or system component.
1. Identify the scope of review from the argument (module path, feature name, or PR number). 2. Map the component boundaries:
3. Evaluate against design principles:
4. Check for common anti-patterns:
5. Assess scalability and operational concerns:
6. Produce a structured review with actionable recommendations.
## Design Review: <Component Name> ### Architecture Score: <1-5>/5 ### Strengths - What is well designed ### Concerns - CRITICAL: Issues that need immediate attention - WARNING: Issues to address before next milestone ### Recommendations 1. Specific actionable improvement 2. Specific actionable improvement ### Diagram <Mermaid diagram of current architecture>
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.
Create a structured implementation plan for the requested feature or change.