home / skills / jeongheonk

jeongheonk skills

Find 7 skills from 1 repo created by jeongheonk on GitHub.

1 repo
7 skills
GitHub

Sponsored

csharp-tdd-develop

jeongheonk/c-sharp-custom-marketplace

4
This skill coordinates test-first C# development by enforcing red green refactor phases and delegating work to a sub-agent for reliable code.
csharp-refactor

jeongheonk/c-sharp-custom-marketplace

4
This skill refactors C# code to improve maintainability by applying SOLID principles, introducing patterns, and modernizing syntax while preserving behavior.
wpf-mvvm-generator

jeongheonk/c-sharp-custom-marketplace

4
This skill scaffolds WPF MVVM components using CommunityToolkit.Mvvm source generators, generating model, viewmodel, and view with minimal code-behind.
csharp-best-practices

jeongheonk/c-sharp-custom-marketplace

4
This skill provides up-to-date C# 12 and .NET 8 best-practice guidelines to reference during code writing, injecting guidance before coding.
csharp-test-develop

jeongheonk/c-sharp-custom-marketplace

4
This skill analyzes legacy C# code to generate unit and integration tests using xUnit, Moq, and FluentAssertions for improved reliability.
project-setup

jeongheonk/c-sharp-custom-marketplace

4
This skill initializes C#/.NET projects for Claude Code by generating CLAUDE.md and installing context hooks, streamlining setup.
csharp-code-review

jeongheonk/c-sharp-custom-marketplace

4
This skill analyzes C# code for OOP, SOLID, and GoF adherence, highlighting issues and improvements to guide pre-PR reviews and refactoring.