This skill provides best practices for developing WPF desktop applications using C# and .NET. It is intended for developers looking to apply MVVM architecture and maintain high-quality code.
$ npx skills add https://github.com/jcurbelo/skills --skill wpf-best-practicesThis skill provides comprehensive guidance for developing WPF desktop applications using C# and .NET. It covers modern C# code style including file-scoped namespaces, nullable reference types, and naming conventions aligned with industry standards. The skill teaches MVVM architecture implementation through ViewModelBase and RelayCommand patterns, along with proper project structure for WPF applications and shared libraries. Developers working on Windows desktop applications, system tray apps, XAML UI, and dependency injection setups benefit from practical patterns for async operations, property binding, and command handling. The skill emphasizes code maintainability, type safety, and Windows-specific best practices for professional-grade desktop application development.
Add the skill to your project using the provided installation command.
Implementing MVVM architecture in WPF applications
Applying dependency injection for better modularity
Utilizing async/await patterns in WPF for responsive UI
Integrating Windows desktop features into applications
$ npx skills add https://github.com/jcurbelo/skills --skill wpf-best-practicesgit clone https://github.com/jcurbelo/skillsCopy the install command above and run it in your terminal.
Launch Claude Code, Cursor, or your preferred AI coding agent.
Use the prompt template or examples below to test the skill.
Adapt the skill to your specific use case and workflow.
Check the GitHub repository or documentation for usage examples.
Take a free 3-minute scan and get personalized AI skill recommendations.
Take free scan