.agents/skills/update-design-mente/SKILL.md
Guides the agent through unifying the material-design inspired layout across master maintenance windows in Cvnet10Wpfclient.
npx skillsauth add sekiya-sato/obsolete-cvnet10 update-design-menteInstall 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 のマスターメンテ画面を MasterShohinMenteView ベースの ColorZone + Card + MaterialDesignOutlined のデザインに揃えるためのワークフローとチェックリストを提供します。WPF全体の共通規約は wpf-project-guide、個別画面の基本手順は wpf-view-workflow を前提とし、本スキルはそのうえでデザイン統一に特化します。
MasterShiireMenteView.xaml)を読み込み、MasterShohinMenteView.xaml の構成を参照しながらColorZoneヘッダー、Cardレイアウト、MaterialDesignOutlined 入力をマッピングするRowDefinitions を再計算し、支払フラグ/支払方法/仕入先ブロックを1つずつ明確な行へ移動。仕入先検索は DockPanel や SearchTextBox を使い文言を統一する登録日/修正日 表示を追加するには MultiBinding などで InfoLabel を構成し、Row3 あたりに新しい TextBlock を配置してタイムスタンプを FormTextBox 風に見せるdotnet build "Cvnet10Wpfclient/Cvnet10Wpfclient.csproj" /p:EnableWindowsTargeting=true /p:UseAppHost=false でビルド確認(可能な限り)Doc/aicording_log.md に作業履歴とスキル利用の説明を記録するColorZone は Mode="PrimaryMid" と Color="PrimaryHueMidBrush" を併用して統一感を出すhelpers:FormTextBox / helpers:SearchTextBox などのスタイルを利用し、余計な SolidColorBrush を直接指定しないhelpers:DataGridAssist.CellPadding や PrimaryHueMidBrush の ColumnHeader を使い、既存のスタイルに合わせるMaterialDesignCheckBox か CheckBox の Style を MaterialDesign 風に揃える作業完了後は以下の形式で Doc/aicording_log.md に記録します:
## [YYYY-MM-DD] hh:mm 作業タイトル
### Agent
- [使用モデル : 提供者]
### Editor
- OpenCode
### 目的
- ...
### 実施内容
- 変更ファイルと要点
### 技術決定 Why
- 判断理由
### 確認
- dotnet build ... 成功 / 未実行
A: TabItem 内の Grid 構造を壊さず、Grid.Row 属性だけを調整すればバインディングに影響はありません。行の追加は RowDefinitions に Height="Auto" で柔軟に対応します。
A: MasterShohinMenteView で使われている ColorZone や Card の URIs を参照し、同じリソースキー(例: PrimaryHueMidBrush)を利用することでテーマ連携できます。
A: 可能な限り dotnet build を実行してください。時間的制約がある場合、代わりに dotnet build を実行した旨をログで報告し、未実行理由を記載します。
tools
Defines the standard workflow for creating or updating individual WPF Views and ViewModels in Cvnet10Wpfclient, including menu wiring and validation steps.
tools
Provides the shared Cvnet10Wpfclient project conventions, resource usage, BaseWindow rules, validation flow, and build checks required before any WPF-related work.
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.