Indexeddb Web

Basic skill for IndexedDB storage, offline browser persistence, and client side structured data handling. Use when Codex needs a basic starting point for this web development area.

shubhashjha Updated

File contents

IndexedDB Web

Use this skill as a basic starting point.

Workflow

  1. Review the data persistence and offline requirements.
  2. Identify object stores, versioning, and access patterns.
  3. Keep browser storage logic isolated and testable.
  4. Handle upgrades and failure paths safely.
  5. Verify data persistence across reloads.

Output

  • Produce practical browser persistence changes.
  • Keep storage logic stable and understandable.
  • Prefer clear data flows over implicit browser state.

shubhashjha/codex-skills/tree/main/indexeddb-web commit 2fe41cee18

Frequently asked questions

npx skillmds@latest add shubhashjha/indexeddb-web