Skip to main content

migrate

Facilitates seamless version upgrades for Elle installations with idempotent migration steps and backup verification.

Install this skill

or
29/100

Security score

The migrate skill was audited on Mar 21, 2026 and we found 13 security issues across 2 threat categories, including 3 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 36

Template literal with variable interpolation in command context

SourceSKILL.md
36Read `${CLAUDE_PLUGIN_ROOT}/.claude-plugin/plugin.json` to get the version of the plugin source being installed.
high line 42

Template literal with variable interpolation in command context

SourceSKILL.md
42List available migration files from `${CLAUDE_SKILL_DIR}/references/migrations/`. Each file is named `vX.Y.Z-to-vA.B.C.md`.
high line 85

Template literal with variable interpolation in command context

SourceSKILL.md
851. Read the migration reference file from `${CLAUDE_SKILL_DIR}/references/migrations/`
low line 19

Access to hidden dotfiles in home directory

SourceSKILL.md
19ls ~/.claude/plugins/cache/ai-launchpad/personal-assistant/
medium line 28

Access to hidden dotfiles in home directory

SourceSKILL.md
28| No `~/.claude/.context/` directory | Not installed -- tell user to run `/personal-assistant:setup` and stop |
medium line 29

Access to hidden dotfiles in home directory

SourceSKILL.md
29| `UserPromptSubmit` in plugin hooks, no `~/.claude/rules/elle-core.md` | v1.0.0 |
medium line 30

Access to hidden dotfiles in home directory

SourceSKILL.md
30| `SessionStart` in plugin hooks + `elle-core.md` exists, no `~/.claude/.context/core/improvements.md` | v1.9.0 |
low line 70

Access to hidden dotfiles in home directory

SourceSKILL.md
70mkdir -p ~/.claude/.context-backups/ && cp -r ~/.claude/.context/ ~/.claude/.context-backups/$(date +%Y%m%d-%H%M%S)/
low line 76

Access to hidden dotfiles in home directory

SourceSKILL.md
76ls -la ~/.claude/.context-backups/
medium line 95

Access to hidden dotfiles in home directory

SourceSKILL.md
95- Provide restore instructions: `cp -r ~/.claude/.context-backups/[timestamp]/ ~/.claude/.context/`
low line 102

Access to hidden dotfiles in home directory

SourceSKILL.md
102ls -la ~/.claude/rules/elle-core.md
low line 103

Access to hidden dotfiles in home directory

SourceSKILL.md
103ls ~/.claude/.context/core/
low line 112

Access to hidden dotfiles in home directory

SourceSKILL.md
112Backup: ~/.claude/.context-backups/[timestamp]/
Scanned on Mar 21, 2026
View Security Dashboard

Install this skill with one command

/learn @kenneth-liao/migrate
GitHub Stars 123
Rate this skill
Categoryother
UpdatedMarch 29, 2026
kenneth-liao/ai-launchpad-marketplace