JeongHeonK/c-sharp-custom-marketplace
Plugin Claude Code
Plugin marketplace listing 1 plugin: csharp-marketplace.
JeongHeonK/c-sharp-custom-marketplace
Plugin Claude Code
Plugin marketplace listing 1 plugin: csharp-marketplace.
JeongHeonK/c-sharp-custom-marketplace
Plugin Claude Code
A plugin for building C# and .NET applications, including WPF desktop interfaces, with modern language features and established design practices. WPF is a Microsoft framework for Windows desktop user interfaces.
JeongHeonK/c-sharp-custom-marketplace
Instructions file
Claude Code instructions for JeongHeonK/c-sharp-custom-marketplace, covering claude.md, architecture, 2-tier 구조, 모델 계층화 and 위임 패턴.
JeongHeonK/c-sharp-custom-marketplace
Skill Claude CodeCodex
A reference guide for writing C# 12 and .NET 8 code using modern language features and recommended coding practices.
JeongHeonK/c-sharp-custom-marketplace
Skill Claude CodeCodex
C# code review skill. Analyzes code quality from OOP, SOLID, GoF design pattern, modern C# features, and performance perspectives. Use before pull requests, when optimizing code, or auditing legacy codebases.
JeongHeonK/c-sharp-custom-marketplace
Skill Claude CodeCodex
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.
JeongHeonK/c-sharp-custom-marketplace
Skill Claude CodeCodex
A guide for developing C# and .NET software with test-driven development, or TDD, where tests are written before the code. It follows the Red-Green-Refactor cycle and delegates work to sub-agents.
JeongHeonK/c-sharp-custom-marketplace
Skill Claude CodeCodex
A C#/.NET testing skill that creates unit and integration tests using xUnit, Moq, and FluentAssertions, with work delegated to sub-agents. Unit tests check small pieces of code, while integration tests check how parts work together.
JeongHeonK/c-sharp-custom-marketplace
Skill Claude CodeCodex
C#/.NET 프로젝트를 Claude Code용으로 초기화. CLAUDE.md 생성 + 컨텍스트 hook 설치 (Bash/PowerShell). Use when setting up new C# projects for Claude Code, migrating existing projects, or updating context hooks.
JeongHeonK/c-sharp-custom-marketplace
Skill Claude CodeCodex
WPF MVVM code generator. Creates ViewModel, View, and Model with CommunityToolkit.Mvvm source generators. Use when scaffolding new WPF features or entities following MVVM pattern.