migrate-project

Apply project scaffolding migrations from the canonical manifest in dry-run or apply modes.

12|1|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/Space-Dinosaurs/DinoStack --skill migrate-project-space-dinosaurs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: migrate-project
Source: https://github.com/Space-Dinosaurs/DinoStack/tree/main/.openclaw/skills/migrate-project
Command: npx skills add https://github.com/Space-Dinosaurs/DinoStack --skill migrate-project-space-dinosaurs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Conductor-facing command to inspect and apply project scaffolding migrations from the canonical manifest (content/project-scaffolding.yml).

Core Features & Use Cases

  • Dry-run diff to preview changes without applying anything.
  • Apply additive and destructive rules via manifest, with an option to reset the version stamp.
  • Safe, idempotent migrations powered by agentic-migrate, with operator-visible audit trails.

Quick Start

Run /migrate-project to perform a dry-run diff or apply migrations as needed.

Frequently Asked Questions about migrate-project

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I preview project scaffolding migrations before applying changes?

Preview project scaffolding migrations by running a dry-run diff against the canonical manifest. This inspects additive and destructive changes without modifying your local project root, ensuring safe preflight validation.

What is the best way to apply project scaffolding migrations idempotently?

Apply project scaffolding migrations idempotently by shelling out to agentic-migrate from the project root. This executes manifest rules safely, handles additive and destructive changes, and can reset the scaffolding_version stamp.

Can I reset the scaffolding version stamp during a project migration?

Yes, you can reset the scaffolding version stamp during a project migration. When applying changes from the canonical manifest, an option allows resetting the version stamp to realign your project with the standard template.

Does this scaffolding migration tool support destructive manifest changes?

Yes, this scaffolding migration tool supports destructive manifest changes. It applies both additive and optional destructive rules from the canonical manifest, providing operator-visible audit trails for safe project template alignment.

Why should I use a dry-run diff for project scaffolding migrations?

Use a dry-run diff for project scaffolding migrations to safely inspect changes before applying them. It compares your local project root against the canonical manifest, preventing unintended destructive modifications during preflight.