converting-html-css-to-wpf-xaml

ClaudeCode와 함께하는 .NET 개발 튜토리얼

Installation
CLI
npx skills add https://github.com/christian289/dotnet-with-claudecode --skill converting-html-css-to-wpf-xaml

Installieren Sie diesen Skill über die CLI und beginnen Sie mit der Verwendung des SKILL.md-Workflows in Ihrem Arbeitsbereich.

Zuletzt aktualisiert am 4/22/2026

🇰🇷 한국어

dotnet-with-claudecode

.NET Development Tutorial with Claude Code

Overview

This repository provides skills, rules, and agent configurations for .NET/WPF development using Claude Code.

Contents

wpf-dev-pack

Claude Code plugin for WPF development.

Requirements

Installation

Installing wpf-dev-pack

# Step 1: Add the marketplace (one-time)
/plugin marketplace add christian289/dotnet-with-claudecode

# Step 2: Install the plugin
/plugin install wpf-dev-pack@dotnet-claude-plugins

Git Hooks Setup

This repository includes shared git hooks for automated version bumping of wpf-dev-pack.

Installing Git Hooks

After cloning the repository, run one of the following:

# Option 1: Direct configuration
# 방법 1: 직접 설정
git config core.hooksPath .githooks

# Option 2: Use install script (Windows PowerShell)
# 방법 2: 설치 스크립트 사용 (Windows PowerShell)
.\.githooks\install.ps1

# Option 2: Use install script (Linux/Mac)
# 방법 2: 설치 스크립트 사용 (Linux/Mac)
./.githooks/install.sh

What the Hook Does

  • pre-push: Automatically bumps wpf-dev-pack patch version when pushing changes to wpf-dev-pack/ directory (excluding plugin.json and README.md)

Contributing

Contributions are welcome! Please see CONTRIBUTING.md.

License

This project is licensed under the MIT License.

Author