migrate-site

Coordinate sub-agents to migrate an external multi-page site to Drupal CMS.

1|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/AJV009/drupal-devkit --skill migrate-site-ajv009
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: migrate-site
Source: https://github.com/AJV009/drupal-devkit/tree/main/plugins/migrate-drupal-canvas/skills/migrate-site
Command: npx skills add https://github.com/AJV009/drupal-devkit --skill migrate-site-ajv009

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Full-site migrations are error-prone and labor-intensive. This skill automates discovery, verbatim content extraction, component scaffolding with Storybook verification, and post-migration validation to deliver a faithful Drupal site with minimal manual effort.

Core Features & Use Cases

  • Automated site discovery and verbatim content extraction from source pages.
  • Multi-phase orchestration across specialized sub-agents (site-analyzer, css-extractor, component-builder, upload-verifier, site-configurator, menu-builder, content-composer, etc.) to deliver end-to-end migration.
  • Visual verification through Storybook previews and live site checks to ensure layout fidelity, branding, and navigation accuracy.
  • Use Case: Migrate a multi-page corporate site with branding, menus, media assets, and consistent typography while validating every page visually.

Quick Start

Invoke with /migrate-site <source-url>.

Frequently Asked Questions about migrate-site

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

FAQPage Schema
How do I automate an entire Drupal site migration from an existing website?

Drupal site migration automation orchestrates sub-agents to crawl source pages, extract content verbatim, scaffold components, and validate layout fidelity through visual verification. It coordinates multi-phase deployment across pages, menus, and media assets to deliver a faithful CMS migration.

Can I migrate multi-page corporate sites with menus and media assets into Drupal?

Yes, Drupal site migration supports multi-page corporate sites by extracting branding, menus, media assets, and typography. Specialized sub-agents crawl and verify every page visually to ensure cohesive migration across all site assets and navigation elements.

What is the best way to verify visual layout fidelity during a CMS migration?

Visual verification during CMS migration uses Storybook previews and live site checks to validate branding, layout fidelity, and navigation accuracy. This automated approach catches visual discrepancies early without requiring manual inspection of every migrated page.

How does automated content extraction work when migrating sites to Drupal?

Automated content extraction crawls source pages to discover and extract content verbatim during Drupal migration. Site-analyzer and content-composer sub-agents coordinate to pull text, media, and structural elements while preserving the original site's formatting and hierarchy.

Do I need Storybook to validate component scaffolding in a Drupal migration?

Storybook previews are integrated into the Drupal migration workflow to verify component scaffolding visually. The component-builder generates components and validates them through Storybook previews before deployment, ensuring accurate layout reproduction without manual review.

What are the limitations of automating site migrations into Drupal CMS?

Automated Drupal site migration works best for multi-page sites with standard branding, menus, and media assets. Highly custom JavaScript interactions or dynamic content may require manual adjustment after the automated extraction and component generation phases complete.