migrate-elementor-to-gutenberg

Translate Elementor JSON widget trees into Gutenberg draft blocks.

40|7|Updated Mar 7, 2026
One-click install
npx skills add https://github.com/respira-press/agent-skills-wordpress --skill migrate-elementor-to-gutenberg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: migrate-elementor-to-gutenberg
Source: https://github.com/respira-press/agent-skills-wordpress/tree/main/skills/migrate-elementor-to-gutenberg
Command: npx skills add https://github.com/respira-press/agent-skills-wordpress --skill migrate-elementor-to-gutenberg

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Elementor pages store content as nested JSON widgets that Gutenberg cannot read directly. Migrating requires translating Elementor's widget trees into native Gutenberg blocks while preserving content structure, so sites can run without Elementor dependencies.

Core Features & Use Cases

  • Widget-to-block mapping: translate Elementor widgets to Gutenberg blocks with fidelity.
  • Migration planning: generate a draft plan for review and approval.
  • Duplicate-based workflow: create Gutenberg content in draft duplicates without modifying originals.
  • Coverage of common widgets: text, heading, image, button, and basic layout containers; complex widgets flagged for manual recreation.
  • Content preservation: maintain text, headings, links, images, alt text, and references during migration.

Quick Start

Say "migrate elementor to gutenberg" to start the migration plan and create Gutenberg draft blocks for review.

Frequently Asked Questions about migrate-elementor-to-gutenberg

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

FAQPage Schema
How do I migrate Elementor pages to Gutenberg blocks?

To migrate Elementor pages to Gutenberg blocks, this skill translates Elementor's JSON widget trees from the _elementor_data meta field into native WordPress blocks, creating duplicate drafts for review without modifying original pages.

What Elementor widgets can be automatically converted to Gutenberg?

Common Elementor widgets like text, heading, image, button, and basic layout containers are automatically mapped to Gutenberg blocks, while advanced widgets are flagged for manual recreation during the migration process.

Does migrating Elementor to Gutenberg modify my original WordPress pages?

Migrating Elementor to Gutenberg does not modify original pages; it creates duplicate drafts containing the translated native Gutenberg blocks, allowing you to review and approve the content safely.

What happens to unsupported Elementor widgets during the Gutenberg migration?

Unsupported Elementor widgets are flagged and documented during the Gutenberg migration, ensuring you know exactly which advanced widgets require manual recreation in the drafted duplicate pages.

Is Elementor content preserved when converting to native WordPress blocks?

Yes, Elementor content is preserved when converting to native WordPress blocks by maintaining text, headings, links, images, alt text, and references throughout the widget-to-block mapping translation.