Migrates Divi-built WordPress pages to Breakdance Builder. Parses shortcode tree from post_content, maps modules to equivalent elements, generates migration plan for approval, and updates target pages.
npx claudepluginhub respira-press/agent-skills-wordpressThis skill uses the workspace's default tool permissions.
Converts Divi-built WordPress pages to Breakdance Builder. Parses Divi's shortcode-based content from post_content, maps each module to its Breakdance element equivalent, generates a migration plan for approval, and writes Breakdance content to the target pages. Use this skill whenever someone wants to move from Divi to Breakdance, switch builders from Divi to Breakdance, or rebuild Divi pages ...
Migrates Elementor-built WordPress pages to Breakdance Builder by mapping JSON widget trees to equivalents, generating approval plans, and writing Breakdance post meta.
Converts React/HTML/Next.js codebases into pixel-perfect WordPress themes with preserved SEO, dynamic CMS features, and strict UI audits. Use for high-fidelity frontend-to-WP migrations.
Edit Elementor pages on WordPress sites: WP-CLI for text/image updates, browser automation for styling, layouts, sections, and templates.
Share bugs, ideas, or general feedback.
Converts Divi-built WordPress pages to Breakdance Builder. Parses Divi's shortcode-based content from post_content, maps each module to its Breakdance element equivalent, generates a migration plan for approval, and writes Breakdance content to the target pages. Use this skill whenever someone wants to move from Divi to Breakdance, switch builders from Divi to Breakdance, or rebuild Divi pages in Breakdance.
Divi and Breakdance take very different approaches to content storage — Divi uses nested shortcodes in post_content, while Breakdance uses a structured format in post meta. This skill bridges that gap by parsing the full Divi shortcode tree, understanding each module's intent, and recreating it as the appropriate Breakdance element. Breakdance was built by the Oxygen team with a focus on clean output and intuitive editing, making it a popular Divi replacement for users who want better performance without a steep learning curve.
Handles:
Preserves:
et_pb_layout global modules are inlined during migration. Breakdance global blocks are separate.Divi stores content as shortcodes in post_content:
[et_pb_section fb_built="1" _builder_version="4.x"]
[et_pb_row]
[et_pb_column type="4_4"]
[et_pb_text]<p>Content</p>[/et_pb_text]
[et_pb_image src="photo.jpg" alt="Photo"][/et_pb_image]
[/et_pb_column]
[/et_pb_row]
[/et_pb_section]
Key Divi specifics:
4_4 (100%), 1_2 (50%), 1_3 (33%), 2_3 (66%), 1_4 (25%), 3_4 (75%)background_color, custom_margin, custom_paddingglobal_module attribute referencing et_pb_layout postRead Divi content via wordpress_extract_builder_content with builder=divi.
Breakdance stores content in post meta with a structured element format.
Key Breakdance specifics:
EssentialElements\\Heading, EssentialElements\\Text, EssentialElements\\ImageWrite Breakdance content via wordpress_inject_builder_content with builder=breakdance.
wordpress_get_site_context. If unavailable, stop and show setup guidance.wordpress_list_plugins and wordpress_get_site_context.wordpress_list_plugins.wordpress_list_pages and wordpress_list_postswordpress_get_builder_infowordpress_extract_builder_content with builder=divi## Divi → Breakdance Migration Plan
### Theme Note
[If Divi theme]: Switching from Divi theme. Breakdance works with most
themes — you'll need a lightweight base theme (Astra, GeneratePress, etc.)
or Breakdance can handle full site rendering.
### Why Breakdance
Breakdance produces significantly cleaner CSS and HTML output compared to
Divi. Built by the Oxygen team, it offers similar power with a more
intuitive interface. Most Divi modules have direct Breakdance equivalents.
### Site Inventory
- Total Divi pages: X
- Total modules to convert: X
- Auto-convertible: X (Y%)
- Manual attention: X (Y%)
### Module → Element Mapping
| Divi Module | Breakdance Element | Status |
|-------------------|-------------------|--------|
| et_pb_text | Text | Auto |
| et_pb_image | Image | Auto |
| et_pb_blurb | Icon Box | Auto |
| et_pb_button | Button | Auto |
| et_pb_slider | Slider | Auto |
| et_pb_accordion | Accordion | Auto |
| et_pb_pricing | Pricing Table | Auto |
| et_pb_contact | Form | Partial|
| [divi addon] | — | Manual |
### Page-by-Page Plan
1. **[Page Title]** — X modules, [complexity]
2. ...
Ask for confirmation:
Ready to migrate? Your original Divi pages remain completely untouched.
- Migrate all pages
- Migrate specific pages
- Start with a test page (recommended)
- Just keep this plan
For each approved page:
wordpress_extract_builder_content with builder=diviet_pb_section → Breakdance Sectionet_pb_row + et_pb_column → Breakdance Div elements with flex layout and percentage widthset_pb_text → Text element (preserve HTML content)et_pb_blurb → Icon Box element (map icon, title, body)et_pb_image → Image element (map src, alt)et_pb_button → Button element (map text, URL, style)et_pb_accordion → Accordion element (map items)et_pb_tabs → Tabs element (map tab titles and content)wordpress_create_page_duplicate or wordpress_create_post_duplicatewordpress_inject_builder_content with builder=breakdanceThis skill converts Divi page content to Breakdance format and creates draft duplicates for review.
It cannot:
It can:
Core WordPress tools
wordpress_get_site_contextwordpress_list_pluginswordpress_list_pageswordpress_list_postswordpress_read_pagewordpress_read_postwordpress_get_builder_infowordpress_extract_builder_contentwordpress_inject_builder_contentwordpress_find_builder_targetswordpress_create_page_duplicatewordpress_create_post_duplicateAfter run completion, send fire-and-forget usage tracking to:
POST https://www.respira.press/api/skills/track-usageInclude:
skill_slug = migrate-divi-to-breakdanceNever block user flow on telemetry failure.
Built by Respira Team https://respira.press/skills/migrate-divi-to-breakdance