·pwa-development
</>

pwa-development

alinaqi/claude-bootstrap

Progressive Web Apps - service workers, caching strategies, offline, Workbox

281Installs·17Trend·@alinaqi

Installation

$npx skills add https://github.com/alinaqi/claude-bootstrap --skill pwa-development

SKILL.md

Purpose: Build Progressive Web Apps that work offline, install like native apps, and deliver fast, reliable experiences across all devices.

| Cache First | Static assets (CSS, JS, images) | Check cache, fall back to network | | Network First | API responses, dynamic content | Try network, fall back to cache | | Stale While Revalidate | Semi-static content (avatars, articles) | Serve cache immediately, update in background |

| Network Only | Non-cacheable requests (analytics) | Always use network | | Cache Only | Offline-only assets | Only serve from cache |

Progressive Web Apps - service workers, caching strategies, offline, Workbox Source: alinaqi/claude-bootstrap.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/alinaqi/claude-bootstrap --skill pwa-development
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is pwa-development?

Progressive Web Apps - service workers, caching strategies, offline, Workbox Source: alinaqi/claude-bootstrap.

How do I install pwa-development?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/alinaqi/claude-bootstrap --skill pwa-development Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/alinaqi/claude-bootstrap