Reorder Rust import groups
Scanned 9/1/2026
Install to Claude Code
npx -y skills add FerroxLabs/wayland-core --skill fixtures --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Fixtures?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/ferroxlabs-fixtures)More formats (shields.io, HTML) on the badges page.
---
name: refactor-imports
description: Reorder Rust import groups
when_to_use: After editing imports
---
# Refactor Imports
## Preconditions
- A Rust file is open
- The file compiles
- Imports follow the std → external → internal pattern
## Steps
- Read the file
- Identify the three import groups
- Sort each group alphabetically
- Group blank lines as needed
- Re-run cargo check
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!