add-demo-example

Add control examples to a WPF UI demo project with XAML and csproj updates.

14|1|Updated Aug 27, 2025
One-click install
npx skills add https://github.com/blakepell/MosaicUIWpf --skill add-demo-example
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-demo-example
Source: https://github.com/blakepell/MosaicUIWpf/tree/main/.agents/skills/add-demo-example
Command: npx skills add https://github.com/blakepell/MosaicUIWpf --skill add-demo-example

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of adding new control examples to the MosaicWpfDemo project, making it efficient for developers to integrate and showcase new controls.

Core Features & Use Cases

  • Control Example Addition: Automates the creation of user controls, XAML files, and related project configurations.
  • Customization Options: Allows the selection of specific control types and their corresponding icons for easy identification.
  • Integration: Seamlessly integrates new control examples into the MosaicWpfDemo project with minimal manual effort.

Quick Start

Execute the 'add-demo-example' skill and provide the control name you want to add as an example, such as 'Avatar'.

Frequently Asked Questions about add-demo-example

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

FAQPage Schema
How do I add control examples to a WPF demo project?

To add control examples to your WPF demo project, execute the 'add-demo-example' skill and provide the control name, such as 'Avatar', to automate XAML and code file generation alongside csproj registration.

What's the best way to automate WPF user control registration in a csproj file?

Automating WPF user control registration is best handled by coordinating XAML generation and automatically linking the new sources in the csproj file, ensuring seamless integration into the project with minimal manual effort.

Can I customize control icons when adding examples to a Mosaic UI WPF project?

Yes, you can customize control icons when adding examples to a Mosaic UI WPF project. The process allows the selection of specific control types and their corresponding icons for easy identification.

Does this automation work with existing WPF control library projects?

This automation is intended for developers maintaining or expanding a WPF control library project like MosaicUIWpf, seamlessly integrating new control examples into the MosaicWpfDemo project structure.

What files are generated when adding a new control example to a WPF application?

When adding a new control example to a WPF application, the automation generates user controls, XAML files, and related project configurations while setting up the side menu items for the new control.