migrate-divi-to-bricks

Parse Divi shortcodes and generate Bricks JSON migration plans for WordPress pages.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Converts Divi-built WordPress pages to Bricks Builder by parsing Divi's shortcode tree from post_content, mapping each module to its Bricks element equivalent, generating a migration plan for approval, and writing clean Bricks JSON to the target pages.

Core Features & Use Cases

  • Parses Divi shortcode hierarchies embedded in post_content and resolves nested modules.
  • Maps Divi modules to Bricks equivalents (text, image, button, tabs, accordion, and more) and preserves content, media, and settings.
  • Generates a migration plan with page-by-page mapping, auto-conversion notes, and safety checks before creating Bricks drafts.
  • Writes Bricks JSON content to target pages via the _bricks_page_content_2 field, ready for review in Bricks editor.
  • Supports site migrations where Divi is replaced by Bricks, while originals remain untouched.

Quick Start

Migrate Divi pages to Bricks and review the generated migration plan.

Frequently Asked Questions about migrate-divi-to-bricks

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

FAQPage Schema
How do I migrate Divi pages to Bricks in WordPress?

To migrate Divi pages to Bricks, the system parses Divi shortcode hierarchies from post_content, maps modules to Bricks equivalents, and writes the resulting Bricks JSON directly to page meta fields for review.

How does shortcode parsing work when converting Divi content to Bricks?

Shortcode parsing for Divi to Bricks conversion extracts nested module structures from post_content, resolves the hierarchy, and auto-maps each Divi module to its corresponding Bricks element while preserving content and settings.

Do I need Bricks installed to convert Divi content?

Yes, converting Divi content requires Bricks installed, an active Respira MCP connection, access to Divi content, and read/write access to post meta fields like post_content and _bricks_page_content_2.

What is the best way to auto-map Divi modules to Bricks elements?

Auto-mapping Divi modules to Bricks elements is best handled by generating a page-by-page migration plan with conversion notes and safety checks before writing Bricks JSON drafts.

Are original Divi pages modified during the migration to Bricks?

Original Divi pages remain untouched during migration; the tool writes converted Bricks JSON to the _bricks_page_content_2 field, generating drafts ready for review in the Bricks editor.

What Divi modules are supported for Bricks conversion?

Supported Divi modules for Bricks conversion include standard layout structures and elements like text, image, button, tabs, and accordion, with content, media, and settings preserved during the mapping process.