refactoring-inline-types

Community

Extract inline types into reusable definitions.

Authordjankies
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill helps identify and extract inline, duplicated, or complex types into named interfaces or type aliases for better maintainability.

Core Features & Use Cases

  • Type Extraction: Pull inline shapes into named types.
  • Reusability: Create reusable type modules across the codebase.
  • Documentation: Improve readability with clear, named types.

Quick Start

Move inline object types to a dedicated type or interface and update usages to reference it.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 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: refactoring-inline-types
Download link: https://github.com/djankies/claude-configs/archive/main.zip#refactoring-inline-types

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository