Agent Skills
› kaininx/PlainTab
› storage-migration
storage-migration
GitHub提供存储迁移、清理及导入导出能力,确保 IndexedDB 和 localStorage 的数据安全与版本兼容。
Trigger Scenarios
需要升级或迁移本地存储数据时
处理旧用户数据兼容性问题时
执行存储结构变更后的清理工作时
Install
npx skills add kaininx/PlainTab --skill storage-migration -g -y
SKILL.md
Frontmatter
{
"name": "storage-migration",
"description": "Claude adapter for PlainTab storage, IndexedDB, localStorage, schema version, migration, cleanup, import\/export, and old-user upgrade safety work."
}
PlainTab Storage Migration
This is a Claude Code adapter. The canonical workflow lives at:
.agents/skills/storage-migration/SKILL.md from the repository root.
Before changing persistent storage:
- Read the canonical skill file above.
- Follow that workflow.
- Update the canonical skill in
.agents/skills/if the process changes. - Keep this Claude adapter short.
Version History
- 955e53e Current 2026-07-24 12:24


