Best for
- Use when the user says 'migrate divi to breakdance', 'convert divi to breakdance', or 'rebuild divi pages in breakdance'.
respira-press/agent-skills-wordpress/skills/migrate-divi-to-breakdance/SKILL.md
Use when the user says 'migrate divi to breakdance', 'convert divi to breakdance', or 'rebuild divi pages in breakdance'. Parses Divi shortcodes, maps modules to Breakdance elements, and creates draft duplicates for review.
Decision brief
Version: 2.1.0 Updated: 2026-08-04 Freshly updated: v2.1.0 adds design-token awareness: conversion writes now register the colors and typography they carry as named design tokens in Breakdance's own global styles, and converted pages reference those tokens instead of carrying va…
Compatibility matrix
| Platform | Status | Evidence | What to check |
|---|---|---|---|
| Codex | Not declared | No explicit evidence | Portability before use |
| Claude Code | Not declared | No explicit evidence | Portability before use |
| Cursor | Not declared | No explicit evidence | Portability before use |
| Gemini CLI | Not declared | No explicit evidence | Portability before use |
Installation
The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.
npx skills add https://github.com/respira-press/agent-skills-wordpress --skill "skills/migrate-divi-to-breakdance"Inspect the Agent Skill "migrate-divi-to-breakdance" from https://github.com/respira-press/agent-skills-wordpress/blob/10821eaabe362fe9052f6ee81ecdd62e5d2f2980/skills/migrate-divi-to-breakdance/SKILL.md at commit 10821eaabe362fe9052f6ee81ecdd62e5d2f2980. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.
Workflow
1. Verify Respira + MCP connection via respiragetsitecontext. If unavailable, stop and show setup guidance. 2. Confirm Divi is active via respiralistplugins and respiragetsitecontext. 3. Confirm Breakdance is installed and active via respiralistplugins. 4. Important: If using Di…
1. Verify Respira + MCP connection via respiragetsitecontext. If unavailable, stop and show setup guidance. 2. Confirm Divi is active via respiralistplugins and respiragetsitecontext. 3. Confirm Breakdance is installed and active via respiralistplugins. 4. Important: If using Di…
Review the “Phase 2: Migration Plan” section in the pinned source before continuing.
1. Read Divi content via respiraextractbuildercontent with builder=divi 2. Parse the shortcode tree: - Build section → row → column → module hierarchy - Decode encoded content - Resolve global module references - Calculate column widths from type attributes 3. Generate Breakdanc…
1. Summarize migrations: - Design tokens registered in Breakdance's global styles (token names and counts) - Pages migrated, elements created, items flagged 2. For each migrated page: - Link to Breakdance editor - Flagged items list - Layout and encoding notes 3. Post-migration…
Permission review
No configured static risk pattern was detected
This is not proof of safety. Runtime behavior, indirect dependencies, and hidden external systems are outside the static scan.
Evidence record
| Signal | Value | Evidence type | Meaning |
|---|---|---|---|
| Quality score | 88/100 | Computed | Documentation, specificity, maintenance, and trust rules |
| Repository stars | 40 | Source | Repository attention, not individual Skill quality |
| Compatibility | 0 platforms | Source | Declared in the catalog source record |
| Usage guide | automated source guide | Editorial | Generated or reviewed according to the visible evidence level |
Pinned source
Version: 2.1.0 Updated: 2026-08-04 Freshly updated: v2.1.0 adds design-token awareness: conversion writes now register the colors and typography they carry as named design tokens in Breakdance's own global styles, and converted pages reference those tokens instead of carrying value copies. Reuse registered tokens instead of re-inlining raw values, and report the registration in the migration summary.
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 respira_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 respira_inject_builder_content with builder=breakdance.
respira_get_site_context. If unavailable, stop and show setup guidance.respira_list_plugins and respira_get_site_context.respira_list_plugins.respira_list_pages and respira_list_posts — identify all contentrespira_find_builder_targets with builder=divi — inventory the Divi-managed pages to scope the migrationrespira_get_builder_inforespira_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:
respira_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)respira_get_snapshot checkpoint of the target before any write, so the page can be restored exactly if the conversion needs unwindingrespira_create_page_duplicate or respira_create_post_duplicaterespira_inject_builder_content with builder=breakdancerespira_find_element and correct it in place with respira_update_element. For repeated corrections across many elements or several migrated pages, batch them with respira_batch_update rather than re-injecting whole pages.Conversion writes now register the colors and typography they carry as named design tokens in Breakdance's own global styles, and the converted pages reference those tokens instead of carrying value copies. When fixing or extending a migrated page, reuse the registered tokens (respira_list_design_tokens shows them) rather than re-inlining raw hex values or font stacks. And say so when you finish: the migration summary should name the tokens that were registered and note that migrated pages reference them.
respira_get_snapshot checkpoint before each writerespira_restore_snapshot, or delete the draft duplicates if they are not wantedThis skill converts Divi page content to Breakdance format and creates draft duplicates for review.
It cannot:
It can:
Core WordPress tools
respira_get_site_contextrespira_list_pluginsrespira_list_pagesrespira_list_postsrespira_read_pagerespira_read_postrespira_get_builder_inforespira_extract_builder_contentrespira_inject_builder_contentrespira_find_builder_targetsrespira_create_page_duplicaterespira_create_post_duplicaterespira_get_snapshotrespira_restore_snapshotrespira_find_elementrespira_update_elementrespira_batch_updateAfter 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
Alternatives
coreyhaines31/marketingskills
When the user wants to plan, design, or implement an A/B test or experiment, or build a growth experimentation program. Also use when the user mentions "A/B test," "split test," "experiment," "test this change," "variant copy," "multivariate test," "hypothesis," "should I test this," "which version is better," "test two versions," "statistical significance," "how long should I run this test," "growth experiments," "experiment velocity," "experiment backlog," "ICE score," "experimentation program
coreyhaines31/marketingskills
When the user wants to reduce churn, build cancellation flows, set up save offers, recover failed payments, or implement retention strategies. Also use when the user mentions 'churn,' 'cancel flow,' 'offboarding,' 'save offer,' 'dunning,' 'failed payment recovery,' 'win-back,' 'retention,' 'exit survey,' 'pause subscription,' 'involuntary churn,' 'people keep canceling,' 'churn rate is too high,' 'how do I keep users,' or 'customers are leaving.' Use this whenever someone is losing subscribers o
prowler-cloud/prowler
PostgreSQL indexing best practices for Prowler: index design, partial indexes, partitioned table indexing, EXPLAIN ANALYZE validation, concurrent operations, monitoring, and maintenance. Trigger: When creating or modifying PostgreSQL indexes, analyzing query performance with EXPLAIN, debugging slow queries, reviewing index usage statistics, reindexing, dropping indexes, or working with partitioned table indexes. Also trigger when discussing index strategies, partial indexes, or index maintenance
JasonColapietro/suede-creator-skills
Suede-owned experimentation discipline for hypotheses, sample sizing, test duration, significance, and repeatable experiment programs. Use when comparing variants, deciding whether a result is reliable, or building an experiment backlog and cadence. NOT FOR: analytics instrumentation (use suede-analytics), post-click conversion diagnosis (use suede-site-alchemy), or writing the variant copy itself (use suede-copy).