dragoon0x/everything-design-taste

settings-design

Settings page architecture, preference organization, toggle patterns, and configuration UX.

First seen Jul 18, 2026

Installation

$ npx skills add dragoon0x/everything-design-taste --skill settings-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,408 B
  • docs SUMMARY.md 114 B

History

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

SKILL.md

Settings Design

Organization

Group by Domain

  • Account (profile, email, password)
  • Appearance (theme, language, density)
  • Notifications (email, push, in-app)
  • Privacy & Security (2FA, data, permissions)
  • Integrations (connected apps, API)
  • Billing (plan, payment, invoices)

Navigation

  • Sidebar with sections on desktop.
  • Stacked list on mobile.
  • Search within settings for 20+ options.

Patterns

  • Toggles for on/off binary choices. Apply immediately, no save button.
  • Radio groups for mutually exclusive options (theme: light/dark/system).
  • Dropdowns for 4+ options in a list.
  • Save button only when changes are complex and need review before applying.

Feedback

  • Confirmation after saving: inline "Saved" text, not a modal.
  • Preview for visual changes (theme, layout) before committing.
  • Undo for accidental changes.
  • Warning before destructive settings (delete account, revoke access).

Anti-Patterns

  • Settings that require a page reload to take effect (apply instantly).
  • Nested settings pages more than 2 levels deep.
  • Toggle labels that don't clearly state what on/off means.
  • "Advanced settings" that contain commonly needed options.