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
- Claude Code CLI
- .NET SDK 10.0.300+ (for wpf-dev-pack hooks)
- Required Claude Code plugins for wpf-dev-pack:
- context7
- microsoft-docs
- csharp-lsp
- Required MCPs for wpf-dev-pack:
- serena β install directly as an MCP server via
uv, not as a Claude Code plugin. Claude Code's built-in tool descriptions strongly bias the model away from using Serena's tools when Serena is registered via the plugin path; see the Attention note in the Serena Claude Code docs for the rationale, and follow the Quick Start for installation.
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-packpatch version when pushing changes towpf-dev-pack/directory (excludingplugin.jsonandREADME.md)
Contributing
Contributions are welcome! Please see CONTRIBUTING.md.
License
This project is licensed under the MIT License.
Author
- christian289 - GitHub






