Forge Migrate banner
aneja5 aneja5

Forge Migrate

Development community

Description

--- description: Backfill forge:meta headers on legacy .forge/ artifacts so the dependency chain works --- Invoke the forge-migrate skill. Scan .forge/ for files without forge:meta headers. For each, infer generated_by + depends_on from the canonical artifact table in references/forge-dependency-graph.md, compute content_hash from current contents, and set generated_at to the file's mtime in UTC. Confirm the plan with the user before writing. Never regenerate artifact content — only prepend h

Installation

Installs to ~/.claude/skills/aneja5-forge-skills-forge-migrate/SKILL.md

Terminal
mkdir -p ~/.claude/skills/aneja5-forge-skills-forge-migrate && curl -fsSL https://raw.githubusercontent.com/aneja5/forge-skills/HEAD/commands/forge-migrate.md -o ~/.claude/skills/aneja5-forge-skills-forge-migrate/SKILL.md

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

Full documentation available on GitHub

View Source Repository