indexeddb
Use when user needs to store, retrieve, or persist data with no UI involved — pure data layer work
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when user needs to store, retrieve, or persist data with no UI involved — pure data layer work
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use when user requests a single standalone UI element — a button, form, card, input, or similar — with no broader feature context
Use when something is broken — error messages present, user says broken/not working/bug/fix/error
Use when the user wants to share their app with others or get a public URL — triggers include "deploy", "publish", "go live", "release", "share it", "I want a URL", "give me a link", "make it live", "show others", "put it online", "launch it"
Use when user describes anything to build — this is the default skill for all feature requests not matched by a higher-priority skill
Internal skill — called by other skills after code is approved and tested. Commits and pushes changes to main. Handles missing git identity and GitHub auth in plain English for non-technical users.
User-invocable entry point for the Vipps frontend stack. Triggered explicitly by `/new-vipps-project`. Activates the React/Vite/TypeScript/Tailwind/IndexedDB/AKS plugin context, scaffolds the project, then routes all subsequent requests through this plugin.
| name | indexeddb |
| description | Use when user needs to store, retrieve, or persist data with no UI involved — pure data layer work |
Design and implement a native browser IndexedDB schema with typed async helpers. No Dexie, no localForage.
schema-designer-prompt.md to design and implement the schemareviewer-prompt.md to review itschema-designer-prompt.md with the reviewer's ISSUES list appended, then re-dispatch reviewer-prompt.md (max 3 retries)onupgradeneeded handles ALL version transitions sequentiallyAll generated helpers MUST:
openDB failures (wrap in try/catch, return typed error)onerror, onabort)fake-indexeddb to mock the IndexedDB API in tests