Clean Imports banner
JackScammell JackScammell

Clean Imports

Development community

Description

--- description: Remove unused imports and organise import ordering across changed files effort: low argument-hint: "[--all] [--check] [files...]" --- # Clean Imports Remove unused imports, sort and organise imports according to project conventions, and fix import ordering across changed files. Works across languages. ## Usage ``` /clean-imports [--all] [--check] [files...] ``` **Examples**: ``` /clean-imports # Clean imports in changed files /clean-imports --all

Installation

Installs to ~/.claude/skills/jackscammell-parliament-of-chaos-clean-imports/SKILL.md

Terminal
mkdir -p ~/.claude/skills/jackscammell-parliament-of-chaos-clean-imports && curl -fsSL https://raw.githubusercontent.com/JackScammell/Parliament-Of-Chaos/HEAD/commands/clean-imports.md -o ~/.claude/skills/jackscammell-parliament-of-chaos-clean-imports/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository