adr
Write an Architecture Decision Record documenting a significant technical decision.
Sort, group, and clean up import statements across the project.
$ 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.
/organizeContext preview
What this command does when you run it.
Sort, group, and clean up import statements across the project.
Sort, group, and clean up import statements across the project.
1. Detect the project language and import style (ES modules, CommonJS, Python, Go, etc.) 2. Read the project's linting configuration for import ordering rules 3. Scan target files for all import statements 4. Remove duplicate imports that import the same module 5. Remove unused imports that are not referenced in the file body 6. Group imports into standard categories: built-in, external, internal, relative, type-only 7. Sort imports alphabetically within each group 8. Add blank lines between import groups for visual separation 9. Convert wildcard imports to named imports where only specific exports are used 10. Merge multiple imports from the same module into a single import statement 11. Apply consistent quote style (single or double) matching project conventions 12. Run the linter to verify the organized imports pass all rules
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.