Agent Skills
› kaininx/PlainTab
› storage-migration
storage-migration
GitHub处理 PlainTab 存储迁移、IndexedDB/localStorage schema 版本管理、数据导入导出及旧用户升级安全清理的适配器。
Trigger Scenarios
需要迁移或升级本地存储结构
执行 IndexedDB 或 localStorage 的数据清洗与导入导出
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


