coding.fix_from_imports
OfficialAutomatically refactor and clean Python import statements for better clarity.
Authorcausify-ai
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill helps developers automatically convert complex Python import statements into standardized, cleaner forms, reducing manual refactoring effort.
Core Features & Use Cases
- Import Statement Refactoring: Converts
from X import Ytoimport Xand updates corresponding variable usages across the codebase. - Aliased and Nested Imports Handling: Replaces aliased and nested module imports with flattened, explicit
import X.Ystatements. - Use Case: For a large Python project with inconsistent import styles, quickly standardize all import statements to improve readability and maintainability, especially during code reviews or project onboarding.
Quick Start
Use the skill to refactor the Python files in your project directory to replace all from ... import ... statements with import ... forms and correct usage references.
Dependency Matrix
Required Modules
None requiredComponents
scripts
💻 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: coding.fix_from_imports Download link: https://github.com/causify-ai/helpers/archive/main.zip#coding-fix-from-imports Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.