One-click install
npx skills add https://github.com/codingshot/sunnahsleep --skill pwa-audit-sunnahsleep
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pwa-audit-sunnahsleep
Source: https://github.com/codingshot/sunnahsleep/tree/main/.cursor/skills/pwa-audit
Command: npx skills add https://github.com/codingshot/sunnahsleep --skill pwa-audit-sunnahsleep

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps ensure SunnahSleep's Progressive Web App behaves reliably offline, loads quickly, and installs smoothly by auditing manifest, service worker, caching, and install flow.

Core Features & Use Cases

  • Audit setup: verify vite-plugin-pwa integration, manifest presence, and service worker registration across environments.
  • Caching strategy validation: assess offline assets, runtime caching, and image optimization.
  • Use Case: verify installation prompts and offline capabilities during a typical user session.

Quick Start

Run a targeted audit against the current build to identify gaps and improvements.

Frequently Asked Questions about pwa-audit-sunnahsleep

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit a PWA service worker for offline caching and install behavior?

To audit a PWA service worker for offline caching, verify service worker registration, validate runtime caching strategies for offline assets, and check manifest fields for proper install behavior to identify performance gaps.

What is vite-plugin-pwa integration for manifest and service worker setup?

Vite-plugin-pwa integration involves configuring the web manifest and service worker generation within the build process. It verifies manifest presence and service worker registration across environments to ensure reliable PWA offline capabilities.

How do I validate caching strategies for PWA offline assets and image optimization?

Validating caching strategies for PWA offline assets requires assessing runtime caching rules and image optimization within the service worker configuration. This ensures offline assets load quickly and behave reliably during typical user sessions.

Does vite-plugin-pwa support installation prompts and offline capabilities for web builds?

Yes, vite-plugin-pwa supports installation prompts and offline capabilities by generating the required manifest and service worker. Auditing this integration verifies that install prompts trigger correctly and offline assets cache properly across web builds.

Why does my PWA manifest not trigger installation prompts during a user session?

A PWA manifest fails to trigger installation prompts when required manifest fields are missing or the service worker is improperly configured. Auditing the manifest fields and service worker registration identifies and resolves these installation flow gaps.