Agent Skills
› kaininx/PlainTab
› storage-migration
storage-migration
GitHub用于处理PlainTab存储迁移、IndexedDB和localStorage管理、模式版本升级及数据导入导出的Claude适配器,确保旧用户升级安全。
触发场景
需要迁移或升级存储结构
执行本地数据存储清理
进行数据导入或导出操作
安装
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.
版本历史
- 955e53e 当前 2026-07-24 12:24


