Set up Avalonia UI project with cross-platform XAML for Windows, macOS, and Linux
Creates cross-platform Avalonia UI projects with XAML for Windows, macOS, and Linux desktop applications.
npx claudepluginhub a5c-ai/babysitterThis skill is limited to using the following tools:
README.mdSet up Avalonia UI project with cross-platform XAML for true cross-platform desktop development on Windows, macOS, and Linux with a single codebase.
{
"type": "object",
"properties": {
"projectPath": { "type": "string" },
"projectName": { "type": "string" },
"theme": { "enum": ["fluent", "simple", "custom"] },
"mvvmFramework": { "enum": ["reactiveui", "community-toolkit", "custom"] }
},
"required": ["projectPath", "projectName"]
}
MyAvaloniaApp/
├── App.axaml
├── MainWindow.axaml
├── ViewModels/
├── Views/
├── Models/
└── Program.cs
<Window xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="My Avalonia App">
<StackPanel>
<TextBlock Text="{Binding Greeting}"/>
<Button Command="{Binding ClickCommand}">Click Me</Button>
</StackPanel>
</Window>
wpf-xaml-style-generatorcross-platform-test-matrixActivates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.
Search, retrieve, and install Agent Skills from the prompts.chat registry using MCP tools. Use when the user asks to find skills, browse skill catalogs, install a skill for Claude, or extend Claude's capabilities with reusable AI agent components.
This skill should be used when the user wants to "create a skill", "add a skill to plugin", "write a new skill", "improve skill description", "organize skill content", or needs guidance on skill structure, progressive disclosure, or skill development best practices for Claude Code plugins.