·csharp-refactor
</>

csharp-refactor

jeongheonk/c-sharp-custom-marketplace

C# code refactoring skill. Applies SOLID principles, extracts methods/classes, introduces design patterns, and modernizes syntax. Use when improving code maintainability, addressing code smells, or modernizing legacy C# code.

15Installs·0Trend·@jeongheonk

Installation

$npx skills add https://github.com/jeongheonk/c-sharp-custom-marketplace --skill csharp-refactor

SKILL.md

Systematically refactors C# code to improve maintainability, readability, and adherence to best practices.

| SRP | Extract class, Split responsibilities | | OCP | Introduce Strategy/Template Method pattern | | LSP | Fix inheritance hierarchy, Use composition | | ISP | Split interface into smaller ones | | DIP | Extract interface, Inject dependencies |

| Complex object creation | Builder, Factory Method | | Multiple conditionals on type | Strategy, State | | Global state access | Singleton (cautiously), DI | | Complex subsystem | Facade | | Tree/composite structures | Composite | | Adding features dynamically | Decorator | | Request handling chain | Chain of Responsibility |

C# code refactoring skill. Applies SOLID principles, extracts methods/classes, introduces design patterns, and modernizes syntax. Use when improving code maintainability, addressing code smells, or modernizing legacy C# code. Source: jeongheonk/c-sharp-custom-marketplace.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/jeongheonk/c-sharp-custom-marketplace --skill csharp-refactor
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is csharp-refactor?

C# code refactoring skill. Applies SOLID principles, extracts methods/classes, introduces design patterns, and modernizes syntax. Use when improving code maintainability, addressing code smells, or modernizing legacy C# code. Source: jeongheonk/c-sharp-custom-marketplace.

How do I install csharp-refactor?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/jeongheonk/c-sharp-custom-marketplace --skill csharp-refactor Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/jeongheonk/c-sharp-custom-marketplace