dragoon0x/everything-design-taste

multi-platform-design

Designing across web, mobile, tablet, desktop apps, and maintaining platform consistency.

First seen Jun 17, 2026

Installation

$ npx skills add dragoon0x/everything-design-taste --skill multi-platform-design

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from dragoon0x/everything-design-taste · top by installs.

npx skills add dragoon0x/everything-design-taste

Browse all from dragoon0x/everything-design-taste

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 11
License LICENSE
Default branch main
Open issues 0
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,506 B
  • docs SUMMARY.md 118 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 3 installs

SKILL.md

Multi-Platform Design

Shared vs Platform-Specific

Share Across Platforms Adapt Per Platform
Brand identity Navigation patterns
Color tokens Touch vs mouse interactions
Typography scale Platform UI conventions
Content structure Input methods
Business logic Screen density

Platform Conventions

Element Web iOS Android
Primary action Button in UI Nav bar right FAB
Navigation Top/side nav Tab bar bottom Drawer + bottom nav
Back Browser back Left swipe/back button System back
Selection Checkbox Checkmark Checkbox
Alert Modal/banner Alert controller Snackbar/dialog

Design System Strategy

  • Token layer: Shared across all platforms
  • Component layer: Platform-specific implementations
  • Pattern layer: Shared patterns, platform-specific interactions
  • Brand layer: Identical everywhere

Rules

  1. Respect platform conventions (don't put iOS patterns on Android)
  2. Core experience should be consistent (same features, same content)
  3. Each platform should feel native, not a port
  4. Design system tokens bridge the platforms
  5. Test on real devices (simulators miss performance and feel)