Migrate Legacy banner
tomas-rampas tomas-rampas

Migrate Legacy

Data community

Description

--- description: Migrate legacy framework installs to the plugin pipeline argument-hint: "<optional: any arguments to pass to the migration script>" --- Framework root: `${CLAUDE_PLUGIN_ROOT}` (when running from a development checkout of the framework itself, this may be empty — then use the current directory if it contains `claude.json`). All framework file paths below are relative to that root. # /agentic-framework:migrate-legacy — Migrate Legacy Framework Installs This command helps you tr

Installation

Installs to ~/.claude/skills/tomas-rampas-claude-agentic-framework-migrate-legacy/SKILL.md

Terminal
mkdir -p ~/.claude/skills/tomas-rampas-claude-agentic-framework-migrate-legacy && curl -fsSL https://raw.githubusercontent.com/tomas-rampas/claude-agentic-framework/HEAD/commands/migrate-legacy.md -o ~/.claude/skills/tomas-rampas-claude-agentic-framework-migrate-legacy/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository