Order imports by: built-in modules, external packages, internal modules, relative imports Use when maintaining consistent code style. Style category skill.
Scanned 5/31/2026
Install to Claude Code
npx -y skills add diegosouzapw/awesome-omni-skill --skill import-organization-majiayu000 --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Import Organization Majiayu000?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/diegosouzapw-import-organization-majiayu000)More formats (shields.io, HTML) on the badges page.
---
name: import-organization
description: "Order imports by: built-in modules, external packages, internal modules, relative imports Use when maintaining consistent code style. Style category skill."
metadata:
category: Style
priority: medium
is-built-in: true
session-guardian-id: builtin_import_organization
---
# Import Organization
Order imports by: built-in modules, external packages, internal modules, relative imports. Separate groups with blank lines. Alphabetize within groups. Prefer named imports over default imports for better refactoring. Use absolute imports for cross-module references, relative for within modules. Configure ESLint/Prettier to enforce import ordering automatically.No comments yet. Be the first to comment!