adr
Write an Architecture Decision Record documenting a significant technical decision.
Extract a function, component, or module from existing code into its own unit.
$ 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.
/extractContext preview
What this command does when you run it.
Extract a function, component, or module from existing code into its own unit.
Extract a function, component, or module from existing code into its own unit.
1. Identify the code block to extract from the argument (file path and line range, or description). 2. Read the target file and analyze the selected code:
3. Choose the extraction type:
4. Create the extracted unit:
5. Replace the original code with a call to the extracted unit. 6. Update imports in the original file and any files that need the new export. 7. Run tests to verify the refactoring preserves behavior.
Extracted: <type> <name> from <source-file> To: <destination-file> Parameters: <param-list> Returns: <return-type> Lines replaced: <start>-<end> 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.