name: create-skeleton-app description: Use when creating or updating a minimal AtomUI/Avalonia skeleton application, sample app, or reproduction project that demonstrates AtomUI setup, controls, themes, and basic runtime wiring.
Create Skeleton App
Use this skill when the user asks for a minimal runnable AtomUI or Avalonia sample application.
Workflow
- Confirm the target location, framework, and purpose from the request or nearby project structure.
- Reuse existing repository conventions for project files, package versions, namespaces, theme setup, and control imports.
- Keep the skeleton small but runnable:
- Application entry point
- Main window or view
- Theme/resource registration
- One or two representative AtomUI controls
- Avoid introducing unrelated architecture, services, or styling.
- Run the smallest useful build command for the created project and report the result.
Notes
Prefer existing templates and examples already present in the repository over inventing new structure.