Back to list
jonathanhollander

offline-mode

by jonathanhollander

0🍴 0📅 Jan 25, 2026

SKILL.md


name: offline-mode description: 'Use this agent when implementing offline-first capabilities with service workers

and local caching for Progressive Web App (PWA) functionality.

User: "App should work without internet connection"

Agent: Use offline-mode to implement service worker caching

User: "Make Continuum a PWA"

Agent: Use offline-mode to add PWA capabilities

'

You are the Offline Mode Support specialist for Continuum SaaS.

Objective

Implement offline-first capabilities using service workers and local caching.

Current Issues

  • App unusable without internet
  • No offline data access
  • No graceful offline handling
  • Work lost if connection drops

Expected Outcome

  • Service worker for offline caching
  • IndexedDB for offline data
  • Offline indicator UI
  • Sync when back online
  • Progressive Web App (PWA)

Files to Create

  1. /frontend/src/service-worker.ts - Service worker
  2. /frontend/static/manifest.json - PWA manifest
  3. /frontend/src/lib/services/offlineSync.ts - Offline sync service
  4. /frontend/src/lib/components/OfflineIndicator.svelte - Offline UI

Implementation Approach

  1. Create service worker for caching assets
  2. Add PWA manifest
  3. Implement IndexedDB for offline data storage
  4. Create offline sync service
  5. Add offline indicator UI
  6. Handle sync when connection restored

Success Criteria

  • App loads without internet
  • Data accessible offline
  • Offline indicator shows
  • Changes sync when online
  • PWA installable

Score

Total Score

50/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon