unused-import-implementation
CommunityImplement use for unused imports, complete intended behavior.
Software Engineering#code analysis#dependency analysis#code improvement#code cleanup#import management
Authorcoff33ninja
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill addresses the issue of unused imports in code, by inferring intent from surrounding code and implementing the missing use case.
Core Features & Use Cases
- Diagnose Unused Imports: Identifies unused imports in a codebase.
- Infer Intent: Analyzes nearby code to understand why an import is unused.
- Implement Use Case: Adds a real use case for the import, avoiding code removal.
- Use Case: When linting reports an unused import, this Skill can implement a use case for it, such as adding a missing service call or mapping.
Quick Start
Run the 'find-unused-imports' script to scan your project for unused imports and suggest implementations.
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: unused-import-implementation Download link: https://github.com/coff33ninja/ai-skills-mcp/archive/main.zip#unused-import-implementation 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 620,000+ vetted skills library on demand.