wpf-project-guide

Standardize Cvnet10Wpfclient WPF project conventions for MVVM and validation flows.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/sekiya-sato/obsolete-cvnet10 --skill wpf-project-guide
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wpf-project-guide
Source: https://github.com/sekiya-sato/obsolete-cvnet10/tree/main/.agents/skills/wpf-project-guide
Command: npx skills add https://github.com/sekiya-sato/obsolete-cvnet10 --skill wpf-project-guide

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a centralized guide for Cvnet10Wpfclient project conventions, enabling consistent architecture, naming, and rules across WPF development.

Core Features & Use Cases

  • Shared MVVM conventions, BaseWindow usage patterns, and resource management for WPF components.
  • Validation flow guidelines and build checks to enforce code quality before WPF work.
  • Use Case: When starting a new Cvnet10Wpfclient screen, consult this guide to align View, ViewModel, Resources, and MenuData with established patterns.

Quick Start

Consult the Cvnet10Wpfclient project guide before starting any WPF work.

Frequently Asked Questions about wpf-project-guide

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What conventions should I follow for WPF MVVM development in Cvnet10Wpfclient?

WPF MVVM development in Cvnet10Wpfclient requires standardizing Views, ViewModels, Resources, Helpers, and MenuData. You must align with BaseWindow usage patterns and validation flows to ensure consistent architecture and naming across the project.

How do I structure a new WPF screen using BaseWindow and MVVM rules?

To structure a new WPF screen using BaseWindow, consult the centralized project guide to align your View, ViewModel, and Resources. This enforces MVVM rules, standardizes naming patterns, and ensures proper resource management before you start coding.

Do I need to run build validations before committing WPF client changes?

Yes, you need to run pre-commit checks and build validations before committing WPF client changes. The project guide enforces these validation flows and describes project structure rules to guarantee code quality and architectural consistency.

How does this guide standardize resource usage and naming patterns for WPF components?

This guide standardizes resource usage and naming patterns by providing centralized rules for managing WPF components. It defines how Views, ViewModels, and MenuData should be structured, ensuring all shared resources align with established MVVM conventions.

When do I need to consult the Cvnet10Wpfclient project guide?

You need to consult the Cvnet10Wpfclient project guide before starting any new WPF screen or editing existing components. It provides the necessary MVVM conventions, BaseWindow usage patterns, and validation guidelines to maintain project consistency.