import-organizer

Community

Auto-sort imports, clean code, no fuss.

AuthorDexploarer
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Messy, unorganized import statements clutter code, make it harder to read, and can lead to merge conflicts. This Skill automatically sorts and groups imports, ensuring consistent and clean code without manual effort.

Core Features & Use Cases

  • Multi-Language Support: Organizes imports for JavaScript/TypeScript and Python, adhering to language-specific conventions.
  • Smart Grouping & Sorting: Groups imports by source (external, internal, types) and sorts them alphabetically within each group, removing duplicates.
  • Use Case: "Organize all import statements in src/App.js to follow standard JavaScript conventions."

Quick Start

Organize the imports in the file 'src/components/MyComponent.js'.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: import-organizer
Download link: https://github.com/Dexploarer/claudius-skills/archive/main.zip#import-organizer

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository