wpf-xaml-style-generator

Solid

Generate XAML styles, templates, and resource dictionaries with theme support for WPF applications

AI & Automation 814 stars 53 forks Updated today MIT

Install

View on GitHub

Quality Score: 95/100

Stars 20%
97
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# wpf-xaml-style-generator Generate XAML styles, control templates, and resource dictionaries with theme support for WPF applications. This skill creates consistent, maintainable UI styling following modern design principles. ## Capabilities - Generate control styles and templates - Create resource dictionaries with theme support - Set up light/dark theme switching - Generate brush and color resources - Create custom control templates - Set up implicit vs explicit styles - Generate animation resources - Configure Fluent Design integration ## Input Schema ```json { "type": "object", "properties": { "projectPath": { "type": "string", "description": "Path to the WPF project" }, "designSystem": { "enum": ["fluent", "material", "custom"], "default": "fluent" }, "themes": { "type": "array", "items": { "enum": ["light", "dark", "high-contrast"] }, "default": ["light", "dark"] }, "controls": { "type": "array", "items": { "enum": ["button", "textbox", "combobox", "listbox", "datagrid", "menu", "all"] }, "default": ["all"] }, "accentColors": { "type": "object", "properties": { "primary": { "type": "string" }, "secondary": { "type": "string" } } }, "includeAnimations": { "type": "boolean", "default": true } }, "required": ["projectPath"] } ``` ## Output Schema ```json { "type": "object", "properties": {...

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Related Skills