adr
Write an Architecture Decision Record documenting a significant technical decision.
Rename a symbol (variable, function, class, file) across the entire codebase.
$ 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.
/renameContext preview
What this command does when you run it.
Rename a symbol (variable, function, class, file) across the entire codebase.
Rename a symbol (variable, function, class, file) across the entire codebase.
1. Accept the old name and new name from the argument. 2. Determine the symbol type:
3. Find all references to the symbol:
4. If renaming a file:
5. Preview all changes before applying:
6. Apply changes across all files simultaneously. 7. Run the test suite and type checker to verify nothing broke.
Rename: <old-name> -> <new-name> Type: <function|variable|class|file> Files affected: <N> - <file>:<line> - <context of change> Verification: - Type check: <pass/fail> - Tests: <pass/fail>
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.