KS
Killer-Skills

coding.fix_from_imports — Categories.community

v1.0.0
GitHub

About this Skill

Ideal for Python Code Analysis Agents specializing in import optimization and PEP 8 compliance. Causify development system

causify-ai causify-ai
[141]
[128]
Updated: 2/28/2026

Quality Score

Top 5%
35
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
Cursor IDE Windsurf IDE VS Code IDE
> npx killer-skills add causify-ai/helpers

Agent Capability Analysis

The coding.fix_from_imports MCP Server by causify-ai is an open-source Categories.community integration for Claude and other AI agents, enabling seamless task automation and capability expansion.

Ideal Agent Persona

Ideal for Python Code Analysis Agents specializing in import optimization and PEP 8 compliance.

Core Value

Automates conversion of Python 'from X import Y' statements to explicit 'import X' form, replacing usage with qualified X.Y references while preserving __future__ and typing imports for enhanced code maintainability and namespace clarity.

Capabilities Granted for coding.fix_from_imports MCP Server

Refactoring legacy codebases to explicit imports
Preparing code for static analysis tools
Enforcing consistent import conventions across projects
Resolving namespace conflicts in complex modules

! Prerequisites & Limits

  • Python-specific syntax transformation only
  • Preserves __future__ and typing imports unchanged
  • Requires accurate symbol usage tracking
  • Limited to standard Python import patterns
Project
SKILL.md
581 B
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
SKILL.md
Readonly
  • Replace any Python statement like from X import Y with the form import X and then replace the uses of Y with X.Y

  • For aliased imports from X import Y as Z, convert to import X and replace all uses of Z with X.Y

  • For nested module imports from X.Y import Z, convert to import X.Y and replace all uses of Z with X.Y.Z

  • The only ones that can stay as from X import Y are:

    from __future__ import annotations
    from typing import Any, Dict, List, Optional, Tuple, Union, ...  (any typing name)
    from IPython.display import display
    

Related Skills

Looking for an alternative to coding.fix_from_imports or building a Categories.community AI Agent? Explore these related open-source MCP Servers.

View All

widget-generator

Logo of f
f

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.

149.6k
0
Design

flags

Logo of vercel
vercel

flags is a Next.js feature management skill that enables developers to efficiently add or modify framework feature flags, streamlining React application development.

138.4k
0
Browser

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication