Agent Skills
› kaininx/PlainTab
› storage-migration
storage-migration
GitHub处理PlainTab存储迁移,包括IndexedDB、localStorage的schema版本升级、数据清理及导入导出,确保旧用户数据安全。
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


