.agents/skills/wpf-view-workflow/SKILL.md
Defines the standard workflow for creating or updating individual WPF Views and ViewModels in Cvnet10Wpfclient, including menu wiring and validation steps.
npx skillsauth add sekiya-sato/obsolete-cvnet10 wpf-view-workflowInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
このスキルは、Cvnet10Wpfclient の個別画面に対する新規作成・既存改修の実務手順を定義します。利用時は、先に wpf-project-guide の共通規約に従っている前提で進めます。
wpf-project-guide の内容を前提とするBaseWindow、DynamicResource、レイアウト見切れ対策は本スキルではなく wpf-project-guide の規約に従う*View.xaml を追加するとき*ViewModel.cs を追加または更新するときCvnet10Wpfclient/Models/MenuData.cs を調整するとき*View.xaml を追加する*ViewModel.cs を追加するMenuData.cs に起動導線を追加するDataContext の前提を崩さないように変更する*View.xaml を使うBaseWindow を使うべき画面では素の Window を採用しないContentRendered で InitCommand を重ねないhelpers:FormTextBox など既存パターンを優先する[ObservableProperty]、操作は [RelayCommand] を優先するCvnet10Wpfclient/Models/MenuData.cs の追加・更新を行うView と ViewModel の配置ディレクトリが対応しているかDataTemplate、Converter、ResourceKey を再利用できるかcheck-xaml を使うdotnet build "Cvnet10Wpfclient/Cvnet10Wpfclient.csproj" /p:EnableWindowsTargeting=true /p:UseAppHost=false を実行するdotnet format "Cvnet10Wpfclient/Cvnet10Wpfclient.csproj" --verify-no-changes を使うwpf-project-guide: WPF全体規約check-xaml: XAML検証update-design-mente: マスターメンテ画面のデザイン統一change-sublist-to-observablecollection: DataGridのサブリスト通知問題の修正tools
Provides the shared Cvnet10Wpfclient project conventions, resource usage, BaseWindow rules, validation flow, and build checks required before any WPF-related work.
tools
Guides the agent through unifying the material-design inspired layout across master maintenance windows in Cvnet10Wpfclient.
tools
Guides opencode to save Windows clipboard images into WSL with `clipimg` and pass the resulting file path into prompts.
development
Validates XAML files for syntax errors, resource references, namespace declarations, and optionally binding paths against ViewModels. Designed for WPF/XAML projects in .NET development.