# 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.

- Skill: `shubhashjha/indexeddb-web` (Agent Skill)
- Install (CLI): `npx skillmds@latest add shubhashjha/indexeddb-web`
- Raw SKILL.md: https://api.skillmd.com/api/skills/shubhashjha/indexeddb-web/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: shubhashjha (https://skillmd.com/u/shubhashjha)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/shubhashjha/indexeddb-web

---


# 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.

