概要
The Import Formatter skill automates the tedious task of managing import blocks across various programming languages, specifically tailored for Python and JavaScript/TypeScript environments. By intelligently categorizing imports into standard library, third-party, and local groups, it ensures consistency with industry standards like PEP 8 and ES6 module conventions. This tool not only sorts imports alphabetically but also removes duplicates and consolidates modules, making it an essential utility for developers looking to reduce technical debt and improve code maintainability during active development or refactoring.