dragoon0x/everything-design-taste

data-privacy-ux

Privacy-first design, consent patterns, data collection transparency, and GDPR-compliant UX.

First seen Jul 18, 2026

Installation

$ npx skills add dragoon0x/everything-design-taste --skill data-privacy-ux

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,461 B
  • docs SUMMARY.md 115 B

History

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

SKILL.md

Data Privacy UX

Consent Patterns

Cookie Banner

  • Equal visual weight for Accept and Reject
  • Don't use dark patterns (tiny reject link, pre-checked boxes)
  • Granular options (essential, analytics, marketing)
  • Remember choice (don't ask every visit)

Permission Requests

  • Ask in context (when user is about to use the feature)
  • Explain why you need it (before the system prompt)
  • Show what they get in return
  • Allow using the product without granting (degrade gracefully)

Data Collection Rules

  1. Collect minimum necessary data
  2. Explain what you collect and why (plain language, not legal)
  3. Show what data you have about the user (data export)
  4. Allow deletion (right to be forgotten)
  5. Don't pre-check marketing consent boxes
  6. Separate essential consent from optional consent

Transparency

  • Privacy settings easily findable (not buried 5 levels deep)
  • Clear labels: 'We share this with partners' not 'Third-party data sharing'
  • Notify users of policy changes before they take effect
  • Show data retention periods

Anti-Patterns

  • Dark patterns that make opting out difficult
  • 'Accept All' as the only prominent button
  • Requiring account creation to view privacy policy
  • Collecting data not needed for the service