offline-first

Installation
SKILL.md

Offline-First

Design for offline. Online is an enhancement.


1. Cache Strategies

Strategy How Use For
Cache First Cache → Network (stale fallback) Static assets, fonts
Network First Network → Cache on fail API data, dynamic content
Stale While Revalidate Cache (immediately) + refresh in bg Feeds, listings
Cache Only Cache only, no network App shell
Network Only Network only, no cache Real-time, sensitive

2. Service Worker Setup

Installs
5
GitHub Stars
9
First Seen
May 19, 2026
offline-first — skeletorflet/opencode-kit