Agent Skills
› kaininx/PlainTab
› storage-migration
storage-migration
GitHub处理 PlainTab 存储迁移、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


