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.
Installation
SKILL.md
| overflow: hidden + border-radius | Border.Clip + RectangleGeometry (RadiusX/Y + MultiBinding) | clipping.md | | position: absolute (회전 요소) | Canvas + Canvas.Left/Top | layout.md | | animation-duration: 3s | Duration="0:0:3" 인라인 | animation.md | | height: 130% (회전 요소) | Converter로 동적 계산 (배율 2.0) | transform.md |
| ::before, ::after | Canvas 내 요소, 선언 순서로 z-order | layout.md | | z-index | 선언 순서 또는 Panel.ZIndex | layout.md | | 중앙 정렬 콘텐츠 | Canvas 밖 Grid에서 Alignment 적용 | layout.md | | spacing | Maring 속성으로 대체 | - |
| references/index.md | 전체 케이스 목록 (빠른 검색용) | | references/clipping.md | 클리핑 관련 실수 (Grid.Clip, OpacityMask, ClipToBounds) | | references/animation.md | 애니메이션/Duration 관련 | | references/layout.md | Canvas/Grid/정렬, pseudo-element 관련 | | references/transform.md | 회전/높이 계산 관련 | | references/converters.md | 필수 Converter 패턴 |
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/christian289/dotnet-with-claudecode --skill converting-html-css-to-wpf-xaml- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is 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. Source: christian289/dotnet-with-claudecode.
How do I install converting-html-css-to-wpf-xaml?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/christian289/dotnet-with-claudecode --skill converting-html-css-to-wpf-xaml Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/christian289/dotnet-with-claudecode
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01