Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

dotnet-with-claudecode

dotnet-with-claudecode에는 christian289에서 수집한 skills 24개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
24
Stars
36
업데이트
2026-06-24
Forks
5
직업 범위
직업 카테고리 3개 · 63% 분류됨
저장소 탐색

이 저장소의 skills

wpf-rule-converter-patterns
미분류

WPF IValueConverter rules: MarkupExtension singleton, pure functions, null/UnsetValue handling, TemplateBinding.

2026-06-24
wpf-rule-freezable-performance
미분류

WPF Freezable performance rules: Freeze() all Brush/Pen/Geometry; create-and-freeze in constructor, reuse in OnRender.

2026-06-24
wpf-rule-mvvm-constraints
미분류

WPF MVVM layer-separation rules: no System.Windows in ViewModels, BCL-only types, CommunityToolkit.Mvvm base classes. Preloaded into MVVM-related wpf-dev-pack agents.

2026-06-24
wpf-rule-prohibitions
미분류

Banned wpf-dev-pack patterns (P-001..P-004): ViewModelLocator, code-behind DataContext, Stateless ViewModel, mixing composition paths.

2026-06-24
wpf-rule-rendering-antipatterns
미분류

WPF rendering anti-patterns: no InvalidateVisual in loops, no resource allocation in OnRender.

2026-06-24
wpf-rule-resourcedictionary-patterns
미분류

WPF ResourceDictionary rules: Generic.xaml as MergedDictionaries hub only, per-control style files, resource order.

2026-06-24
wpf-rule-view-viewmodel-wiring-communitytoolkit
미분류

View-ViewModel wiring for CommunityToolkit.Mvvm: Mappings.xaml + implicit DataTemplate (ViewModel First).

2026-06-24
wpf-rule-view-viewmodel-wiring-prism
미분류

View-ViewModel wiring for Prism 9: RegisterForNavigation + IRegionManager (View First).

2026-06-24
wpf-rule-virtualization-patterns
미분류

WPF UI virtualization for large collections: VirtualizingStackPanel, recycling, pixel scroll.

2026-06-24
releasing-wpfdevpackmcp
소프트웨어 개발자

Releases a new version of the WpfDevPackMcp NuGet MCP server (the server under mcp/), which is versioned independently of the wpf-dev-pack plugin and of knowledge content. Bumps the four version strings that must stay in lockstep (csproj <Version>, the dnx pin in wpf-dev-pack/.mcp.json, and BOTH version fields in mcp/.mcp/server.json), then builds, packs, pushes to NuGet, re-pins after the package goes live, and optionally re-publishes to the Official MCP Registry. Use when code under mcp/ or its packaging changed and must be republished. Do NOT use for knowledge-topic edits (served live, no version bump) or plugin-only changes (use /wpf-dev-pack-release). Usage: /releasing-wpfdevpackmcp [version e.g. 0.1.4]

2026-06-09
wpf-dev-pack-release
소프트웨어 개발자

Executes the wpf-dev-pack release workflow: runs VersionReleaseChecker, commits changes, pushes, creates a GitHub tag and release note. Owner-only release tool. Use when releasing a new version of wpf-dev-pack plugin.

2026-03-26
binding-mewui-data
소프트웨어 개발자

Binds MewUI controls to data using ObservableValue and ValueBinding. Use when implementing reactive UI updates, building ViewModels, or connecting controls to data sources.

2026-01-28
building-mewui-apps
소프트웨어 개발자

Creates MewUI applications with proper setup, windows, theming, and controls. Use when starting a new MewUI project, understanding application lifecycle, using built-in controls, or styling with themes.

2026-01-28
creating-mewui-controls
소프트웨어 개발자

Creates custom MewUI controls with proper measure, arrange, render, and input handling. Use when building new interactive controls, extending existing controls, or implementing custom rendering.

2026-01-28
navigating-mewui-tree
소프트웨어 개발자

Traverses and manipulates the MewUI visual tree. Use when understanding element hierarchy, finding parent/child elements, implementing IVisualTreeHost, or working with element lifecycle.

2026-01-28
rendering-mewui-elements
소프트웨어 개발자

Renders custom graphics in MewUI controls using IGraphicsContext. Use when implementing OnRender, drawing shapes, text, images, or understanding the Measure/Arrange/Render pipeline.

2026-01-28
using-mewui-layout
소프트웨어 개발자

Arranges UI elements using MewUI layout panels. Use when building UI layouts with StackPanel, Grid, Canvas, DockPanel, WrapPanel, or creating custom panels.

2026-01-28
formatting-wpf-csharp-code
컴퓨터 프로그래머

Formats WPF XAML and C# code using XamlStyler and dotnet format. Generates Settings.XamlStyler and .editorconfig files automatically. Use when code formatting or style cleanup is needed.

2026-01-22
converting-html-css-to-wpf-xaml
웹 개발자

Converts HTML/CSS to WPF CustomControl XAML with correct patterns and common pitfall solutions. Use when transforming web designs to WPF, converting CSS animations to Storyboards, implementing CSS border-radius clipping, CSS pseudo-elements (::before/::after), or CSS transforms in XAML.

2026-01-21
fixing-avaloniaui-radialgradientbrush
웹 개발자

Fixes RadialGradientBrush compatibility issues in AvaloniaUI due to Issue

2026-01-21
configuring-avalonia-dependency-injection
소프트웨어 개발자

Configures GenericHost and Dependency Injection in AvaloniaUI applications. Use when setting up DI container, registering services, or implementing IoC patterns in AvaloniaUI projects.

2026-01-19
designing-avalonia-customcontrol-architecture
웹 개발자

Defines the basic solution structure for AvaloniaUI Desktop Applications using CustomControl. Use when creating new AvaloniaUI projects or designing stand-alone control styles with ControlTheme.

2026-01-19
structuring-avalonia-projects
소프트웨어 개발자

Guides the design of AvaloniaUI solution and project structures. Use when creating new AvaloniaUI solutions or organizing projects following naming conventions and layer separation.

2026-01-19
using-avalonia-collectionview
소프트웨어 개발자

Provides CollectionView alternatives for AvaloniaUI using DataGridCollectionView and ReactiveUI. Use when filtering, sorting, or grouping collections in AvaloniaUI applications.

2026-01-19