返回 Skill 列表
extension
分类: 开发与工程无需 API Key

storage-service

用于持久化和检索应用程序数据的模式。在实现数据持久性、缓存或会话管理时使用。

person作者: jakexiaohubgithub

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); }