mobile-pwa

Installation
SKILL.md

Progressive Web Apps (PWA)

Build installable, offline-capable web applications with native-like experiences.

Instructions

  1. Start with responsive design - PWAs must work on all screen sizes
  2. Implement offline-first - Cache critical assets and data
  3. Add a manifest - Enable installation on devices
  4. Use service workers - Control network requests and caching
  5. Optimize performance - Fast load times are critical for mobile

Web App Manifest

// public/manifest.json
{
  "name": "My Progressive Web App",
  "short_name": "MyPWA",
Related skills

More from housegarofalo/claude-code-base

Installs
5
GitHub Stars
2
First Seen
Mar 15, 2026