dragoon0x/everything-design-taste

progressive-web-app-design

PWA design patterns including offline support, install experience, and app-like behavior.

First seen Jul 18, 2026

Installation

$ npx skills add dragoon0x/everything-design-taste --skill progressive-web-app-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,016 B
  • docs SUMMARY.md 123 B

History

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

SKILL.md

Progressive Web App Design

PWA Design Considerations

Install Experience

  • Show install prompt at a relevant moment (not immediately).
  • Explain value: "Install for offline access and faster loading."
  • Custom install banner with app icon and description.
  • Don't block content with install prompts.

Offline Support

  • Cache critical content for offline access.
  • Show what's available offline vs online-only.
  • Queue actions performed offline, sync when connected.
  • "You're offline" banner — non-intrusive, persistent until reconnected.

App-Like Behavior

  • Standalone display mode (no browser chrome).
  • Custom splash screen.
  • Theme color matching app header.
  • Push notifications (with permission prompt that explains value).
  • Smooth page transitions (no full page reloads).