Agent skill
storage-service
Patterns for persisting and retrieving application data. Use when implementing data persistence, caching, or session management.
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/storage-service
Metadata
Additional technical details for this skill
- author
- AI Agents
- version
- 1.0
SKILL.md
When to use this skill
Use this skill when you need to persist application state, cache data, or manage sessions in the browser. Covers data persistence strategies and best practices.
For detailed patterns, examples and implementation guidance, see references/REFERENCE.md.
For project-specific storage implementation details, refer to .context/CLAUDE.md or .context/COPILOT.md.
this._singers = await storage.getAllSingers(); } catch (err) { console.error('Failed to load singers', err); }
Didn't find tool you were looking for?