Desktop window ui
Design desktop application window chrome: title bar density, navigation, panels, status bars, and utility layouts. Use when building Photino/Electron/Tauri/WPF tool UIs rather than marketing pages.From its SKILL.md
npx -y skills add swd3k/skills --skill desktop-window-uiAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 28 days oldThe repository was created 28 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.4 KB, 278 tokens by cl100k_base, as published. Nobody here has run it
Desktop Window UI
Desktop tools are dense, keyboard-friendly, calm. Not landing pages in a frame.
Defaults
- Content-first: max space for the task
- 12–16px base spacing; 8px grid
- System font stack unless brand requires custom
- Primary action visible without scroll on default size
- Status/footer for version, connection, last error
Layout patterns
| Pattern | Use |
|---|---|
| Single panel + footer actions | Simple fixers, wizards |
| List + detail | Config, logs, multi-item |
| Sidebar nav + content | Multi-section settings |
| Toolbar + canvas | Editors |
Controls
- Buttons: Primary / Secondary / Danger
- Destructive actions need confirm
- Progress: determinate when known; spinner + label otherwise
- Inline help via
?popover, not walls of text
Density
- Prefer compact rows for power users
- Touch targets ≥ 32px if touch possible
- Don't mimic mobile bottom-nav on desktop
Pitfalls
- Marketing hero inside a 900×600 utility
- Unlabeled icon-only critical actions
- Error only in console
Acceptance
- Default window shows task complete path
- Keyboard: Tab order logical; Enter activates primary
- Resize to min size still usable
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.