Help us improve
Share bugs, ideas, or general feedback.
From import-organizer
Sorts, groups, removes duplicates and unused imports, and cleans up import statements across project files following linting rules and conventions.
npx claudepluginhub rohitg00/awesome-claude-code-toolkit --plugin import-organizerHow this command is triggered — by the user, by Claude, or both
Slash command
/import-organizer:organizeThe summary Claude sees in its command listing — used to decide when to auto-load this command
# /organize - Organize Imports Sort, group, and clean up import statements across the project. ## Steps 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 b...
/import-organizerOrganizes imports by sorting, grouping, and removing unused ones in JavaScript, TypeScript, Python, Go, Rust, Java files with ESLint integration. Supports organize, remove-unused, sort, group actions.
/sc-cleanupCleans up specified target: removes dead code, optimizes imports/structure. Supports --type code|imports|files|all, --safe|--aggressive|--interactive flags, produces summary report.
/cleanupCleans up code and project structure by removing dead code, optimizing imports/files, with analysis, safe execution, validation, and summary report. Supports target path and --type, --safe, --interactive flags.
/agent-configurationConfigures and invokes code-simplifier agent for project-wide refactoring: cross-file duplicate consolidation, naming standardization, style uniformity, aggressive legacy code removal.
/cleanupCleans up code and projects: removes dead code, optimizes imports/files/structure. Supports target paths, types (code/imports/files/all), safe/aggressive modes, and dry-run previews.
/clean-importsMoves reviewed files from import/ to type-appropriate folders (tasks/, ideas/) using a Python script and outputs a formatted summary of moves and skips.
Share bugs, ideas, or general feedback.
Sort, group, and clean up import statements across the project.