pwa-builder
Installation
SKILL.md
PWA Builder
This skill enables the creation of Progressive Web Apps with service workers and offline support.
Instructions
- Create a
manifest.jsonwith icons and brand colors. - Implement a Service Worker for asset caching.
- Provide basic offline functionality for key routes.
- Add an 'Install' prompt for users on mobile and desktop.
- Ensure high performance and secure (HTTPS) delivery.
Examples
- "Generate a
manifest.jsonfor my budget app." - "Configure a service worker to cache main assets for offline use."