Source profileQuality 93/100

respira-press/agent-skills-wordpress/skills/migrate-wpbakery-to-bricks/SKILL.md

migrate-wpbakery-to-bricks

Use when the user says 'migrate wpbakery to bricks', 'convert visual composer to bricks', or wants to modernize a WPBakery site onto Bricks. Parses WPBakery shortcodes, maps elements to their Bricks equivalents, and creates draft duplicates for review.

Source repository stars
42
Declared platforms
0
Static risk flags
0
Last source update
2026-08-27
Source checked
2026-08-28

Decision brief

What it does: where it fits

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 Bricks' own global styles, and converted pages reference those tokens instead of carrying value c…

Best for

  • Use when the user says 'migrate wpbakery to bricks', 'convert visual composer to bricks', or wants to modernize a WPBakery site onto Bricks.

Not for

  • Tasks that require unconfirmed production actions or broad system permissions.
  • Environments where the pinned source and install steps cannot be inspected.

Compatibility matrix

Platform support, with evidence labels

PlatformStatusEvidenceWhat to check
CodexNot declaredNo explicit evidencePortability before use
Claude CodeNot declaredNo explicit evidencePortability before use
CursorNot declaredNo explicit evidencePortability before use
Gemini CLINot declaredNo explicit evidencePortability before use
Open the compatibility checker

Installation

Inspect first. Install second.

The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.

Source-detected install commandSource
npx skills add https://github.com/respira-press/agent-skills-wordpress --skill "skills/migrate-wpbakery-to-bricks"
Safe inspection promptEditorial

Inspect the Agent Skill "migrate-wpbakery-to-bricks" from https://github.com/respira-press/agent-skills-wordpress/blob/5d1da85c853404519229c5514df332b54031304c/skills/migrate-wpbakery-to-bricks/SKILL.md at commit 5d1da85c853404519229c5514df332b54031304c. 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

What the source asks the agent to do

  1. 01

    Execution Workflow

    1. Verify Respira + MCP connection via respiragetsitecontext. If unavailable, stop and show setup guidance. 2. Confirm WPBakery is active via respiralistplugins. 3. Confirm Bricks theme is installed via respiragetsitecontext. 4. Identify active theme — note if it bundles WPBaker…

    Verify Respira + MCP connection via respiragetsitecontext. If unavailable, stop and show setup guidance.Confirm WPBakery is active via respiralistplugins.Confirm Bricks theme is installed via respiragetsitecontext.
  2. 02

    Phase 1: Pre-Migration Audit

    1. Verify Respira + MCP connection via respiragetsitecontext. If unavailable, stop and show setup guidance. 2. Confirm WPBakery is active via respiralistplugins. 3. Confirm Bricks theme is installed via respiragetsitecontext. 4. Identify active theme — note if it bundles WPBaker…

    Verify Respira + MCP connection via respiragetsitecontext. If unavailable, stop and show setup guidance.Confirm WPBakery is active via respiralistplugins.Confirm Bricks theme is installed via respiragetsitecontext.
  3. 03

    Phase 2: Migration Plan

    Review the “Phase 2: Migration Plan” section in the pinned source before continuing.

    Review and apply the “Phase 2: Migration Plan” source section.
  4. 04

    Phase 3: Page-by-Page Migration

    1. Read WPBakery content via respiraextractbuildercontent with builder=wpbakery 2. Parse the shortcode tree: - Build vcrow → vccolumn → element hierarchy - Handle vcrowinner/vccolumninner nesting - Decode Design Options CSS from css attribute - Decode link URLs from WPBakery's e…

    Read WPBakery content via respiraextractbuildercontent with builder=wpbakeryParse the shortcode tree:Build vcrow → vccolumn → element hierarchy
  5. 05

    Phase 4: Post-Migration Verification

    1. Summarize migrations: - Design tokens registered in Bricks' global styles (token names and counts) - Pages migrated, elements created, items flagged 2. For each migrated page: - Link to Bricks editor - Flagged items - Design Options notes (what was extracted vs. simplified) 3…

    Summarize migrations:Design tokens registered in Bricks' global styles (token names and counts)Pages migrated, elements created, items flagged

Permission review

Static risk signals and limitations

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

Why each signal appears

EvidenceSourceComputedTestedEditorial
SignalValueEvidence typeMeaning
Quality score93/100ComputedDocumentation, specificity, maintenance, and trust rules
Repository stars42SourceRepository attention, not individual Skill quality
Compatibility0 platformsSourceDeclared in the catalog source record
Usage guideautomated source guideEditorialGenerated or reviewed according to the visible evidence level

Pinned source

Provenance and original SKILL.md

Repository
respira-press/agent-skills-wordpress
Skill path
skills/migrate-wpbakery-to-bricks/SKILL.md
Commit
5d1da85c853404519229c5514df332b54031304c
License
MIT
Collected
2026-08-28
Default branch
main
View the original SKILL.md

Migrate WPBakery to Bricks

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 Bricks' 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 WPBakery Page Builder pages to Bricks Builder. Parses WPBakery's shortcode-based content from post_content, maps each element to its Bricks equivalent, generates a migration plan for approval, and writes clean Bricks JSON to the target pages. Use this skill whenever someone wants to move from WPBakery to Bricks, modernize an older WPBakery site with Bricks, or switch page builders from WPBakery/Visual Composer to Bricks.

What This Skill Does

WPBakery is one of the most common legacy page builders — it comes bundled with thousands of ThemeForest themes and millions of sites still use it. Moving to Bricks is a significant modernization: from shortcode-based content in post_content to clean JSON in _bricks_page_content_2, from heavy frontend CSS/JS to Bricks' lightweight rendering, and from an aging interface to a modern visual editor.

This skill handles the format translation — parsing WPBakery's [vc_*] shortcodes, decoding its URL encoding and Design Options CSS, and generating proper Bricks JSON with correct element hierarchies and settings.

Handles:

  • vc_row/vc_column → Bricks Section/Container elements
  • vc_column_text → Bricks Text Basic element (parsed for headings, paragraphs)
  • vc_single_image → Bricks Image element
  • vc_btn/vc_button → Bricks Button element
  • vc_video → Bricks Video element
  • vc_separator → Bricks Divider element
  • vc_empty_space → Bricks spacing (via container padding or dedicated spacer)
  • vc_custom_heading → Bricks Heading element
  • vc_gallery/vc_images_carousel → Bricks Gallery/Carousel element
  • vc_toggle → Bricks Accordion item
  • vc_accordion → Bricks Accordion element
  • vc_tabs → Bricks Tabs element
  • vc_raw_html/vc_raw_js → Bricks Code element
  • vc_icon → Bricks Icon element
  • vc_gmaps → Bricks Map element
  • vc_progress_bar → Bricks Progress Bar element
  • vc_row_inner/vc_column_inner → nested Bricks containers
  • Design Options CSS → Bricks settings (background, padding, border)
  • el_class/el_id → Bricks custom CSS classes and attributes

Preserves:

  • All text content and HTML formatting
  • Image URLs, alt text, captions
  • Typography where explicitly set
  • Color values from Design Options
  • Spacing from Design Options
  • Background colors and images
  • Button labels, URLs, targets
  • Video embed URLs
  • Gallery image sets
  • CSS classes (el_class) and IDs (el_id)

What This Skill Does NOT Do

  • Theme-bundled custom elements — Many ThemeForest themes add custom WPBakery elements (team member, portfolio, testimonial, pricing, etc.). These are theme-specific shortcodes with no Bricks equivalent. They are flagged for manual recreation.
  • WPBakery addons — Ultimate Addons for WPBakery, Starter Templates, Starter Sites, and other addon plugins add proprietary elements that cannot be auto-mapped.
  • vc_grid/vc_masonry_grid — Post grid elements with complex queries. These need Bricks' Query Loop or posts element configured manually.
  • Revolution Slider / Layer Slider — Often bundled with WPBakery themes but are separate plugins outside migration scope.
  • Complex Design Options — WPBakery encodes CSS in a single attribute string. Background gradients, complex border configurations, and CSS filters may be partially extracted.
  • Frontend editor positioning — Pixel-precise layouts from WPBakery's frontend editor may need spacing adjustment.
  • Templates — WPBakery saved templates are not auto-converted to Bricks templates.

Requirements

  • Respira for WordPress plugin installed and connected
  • MCP connection active (desktop or WebMCP)
  • WPBakery Page Builder plugin active (to ensure shortcodes are parseable)
  • Bricks theme installed and active (to write target content)
  • Read access to scan WPBakery content
  • Write access to create duplicates with Bricks content

Trigger Phrase

  • "migrate wpbakery to bricks"

Alternative Triggers

  • "convert wpbakery to bricks"
  • "switch from wpbakery to bricks"
  • "migrate visual composer to bricks"
  • "rebuild wpbakery pages in bricks"
  • "move from wpbakery to bricks"
  • "replace wpbakery with bricks"
  • "modernize visual composer site"

Source Builder: WPBakery

WPBakery stores content as shortcodes in post_content:

[vc_row full_width="stretch_row" css=".vc_custom_123{padding:40px;background:#f5f5f5}"]
  [vc_column width="1/2" el_class="custom-class"]
    [vc_column_text]
      <h2>Heading</h2>
      <p>Paragraph content.</p>
    [/vc_column_text]
    [vc_single_image image="456" img_size="large"]
  [/vc_column]
  [vc_column width="1/2"]
    [vc_btn title="Click" style="flat" link="url:https%3A%2F%2Fexample.com||target:_blank"]
  [/vc_column]
[/vc_row]

Key WPBakery specifics:

  • Column widths as fractions: 1/1, 1/2, 1/3, 2/3, 1/4, 3/4, 1/6, 5/6
  • Inner rows: [vc_row_inner][vc_column_inner] for nesting
  • CSS attribute: Encoded Design Options — .vc_custom_XXXXX{property:value;...}
  • Link encoding: url:https%3A%2F%2F...|title:...|target:_blank|rel:nofollow
  • Full-width: full_width attribute controls row stretching
  • el_class / el_id: Custom CSS class and ID attributes
  • Image references: By attachment ID (not URL)

Read WPBakery content via respira_extract_builder_content with builder=wpbakery.

Target Builder: Bricks

Bricks stores content in _bricks_page_content_2 as a JSON array:

[
  { "id": "abc123", "name": "section", "parent": 0, "settings": {...} },
  { "id": "def456", "name": "container", "parent": "abc123", "settings": {...} },
  { "id": "ghi789", "name": "text-basic", "parent": "def456", "settings": { "text": "<p>...</p>" } }
]

Key Bricks specifics:

  • Elements: section, container, heading, text-basic, image, button, video, icon
  • Parent-child via parent field
  • IDs are short alphanumeric strings
  • Responsive via _breakpoints

Write Bricks content via respira_inject_builder_content with builder=bricks.

Execution Workflow

Phase 1: Pre-Migration Audit

  1. Verify Respira + MCP connection via respira_get_site_context. If unavailable, stop and show setup guidance.
  2. Confirm WPBakery is active via respira_list_plugins.
  3. Confirm Bricks theme is installed via respira_get_site_context.
  4. Identify active theme — note if it bundles WPBakery and adds custom elements.
  5. Inventory and scope the source pages with respira_find_builder_targets (builder=wpbakery) — this gives a fast, ranked list of every WPBakery-built page/post before you touch anything. Fall back to respira_list_pages / respira_list_posts + respira_get_builder_info to confirm builder per item where needed.
  6. Extract content via respira_extract_builder_content with builder=wpbakery
  7. Build inventory:
    • Total WPBakery pages/posts
    • Element types (frequency count)
    • Theme-bundled custom elements (flagged)
    • Addon elements (flagged)
    • Grid/masonry elements (flagged)
    • Design Options complexity
    • Inner row nesting depth
    • Complexity per page

Phase 2: Migration Plan

## WPBakery → Bricks Migration Plan

### Modernization Context
This migration moves your site from legacy shortcode-based content to Bricks'
modern JSON format. Expect significantly faster page loads and a much better
editing experience. Bricks also means switching your theme — plan for header,
footer, and template setup.

### Theme-Bundled Elements
[If applicable]: Your theme ([name]) bundles WPBakery and adds X custom
elements. These cannot be auto-migrated and are flagged below.

### Site Inventory
- Total WPBakery pages: X
- Total elements to convert: X
- Auto-convertible: X (Y%)
- Manual attention: X (Y%)

### Element → Bricks Mapping
| WPBakery Element    | Bricks Element | Status |
|--------------------|---------------|--------|
| vc_column_text     | text-basic    | Auto   |
| vc_single_image    | image         | Auto   |
| vc_custom_heading  | heading       | Auto   |
| vc_btn             | button        | Auto   |
| vc_gallery         | gallery       | Auto   |
| vc_accordion       | accordion     | Auto   |
| vc_tabs            | tabs          | Auto   |
| vc_toggle          | accordion     | Auto   |
| vc_grid            | —             | Manual |
| [theme element]    | —             | Manual |

### Design Options Extraction
- Simple Design Options (color + padding): X pages — fully extracted
- Complex Design Options (gradients, borders): X pages — partially extracted

### Page-by-Page Plan
1. **[Page Title]** — X elements, [complexity]
2. ...

Ask for confirmation:

Ready to modernize? Your WPBakery pages stay untouched — I'll create Bricks duplicates.

  1. Migrate all pages
  2. Migrate specific pages
  3. Start with a test page (recommended for theme-bundled WPBakery sites)
  4. Just keep this plan

Phase 3: Page-by-Page Migration

For each approved page:

  1. Read WPBakery content via respira_extract_builder_content with builder=wpbakery
  2. Parse the shortcode tree:
    • Build vc_row → vc_column → element hierarchy
    • Handle vc_row_inner/vc_column_inner nesting
    • Decode Design Options CSS from css attribute
    • Decode link URLs from WPBakery's encoding format
    • Resolve image attachment IDs
  3. Generate Bricks JSON array:
    • vc_rowsection element (check full_width for layout mode)
    • vc_columncontainer element with flex width
      • Convert fractions: 1/2→50%, 1/3→33.33%, 2/3→66.66%, 1/4→25%, etc.
    • Map each element:
      • vc_column_texttext-basic (preserve HTML, or split into heading + text-basic)
      • vc_single_imageimage (resolve attachment ID to URL, map alt, size)
      • vc_btnbutton (decode URL, map label, style, color)
      • vc_custom_headingheading (map text, tag, alignment)
      • vc_gallerygallery (resolve image IDs)
      • vc_accordionaccordion (map items with titles and content)
      • vc_tabstabs (map tab titles and content)
    • Apply Design Options: background → settings background, padding → settings padding
    • Apply el_class → Bricks CSS classes setting
    • Generate unique IDs and proper parent references
    • Flag unmappable elements
  4. Create duplicate via respira_create_page_duplicate or respira_create_post_duplicate
  5. Before writing, take a snapshot with respira_get_snapshot so the duplicate's pre-write state can be restored if anything goes wrong
  6. Write Bricks JSON via respira_inject_builder_content with builder=bricks
  7. Surgical fix pass — if the injected page has validation issues (column widths that collapsed during fraction conversion, broken parent refs, an element whose Design Options decoded wrong), do not re-inject the whole page. Locate the specific element with respira_find_element and correct it with respira_update_element. For repeated fixes across many elements or several pages, batch them with respira_batch_update
  8. Report status

Phase 4: Post-Migration Verification

  1. Summarize migrations:
    • Design tokens registered in Bricks' global styles (token names and counts)
    • Pages migrated, elements created, items flagged
  2. For each migrated page:
    • Link to Bricks editor
    • Flagged items
    • Design Options notes (what was extracted vs. simplified)
  3. Post-migration checklist:
    • Open each duplicate in Bricks editor
    • Verify section/container layout structure
    • Check column widths match intended proportions
    • Verify images load (attachment ID resolution)
    • Test button links (URL decoding)
    • Check responsive views
    • Recreate theme-bundled custom elements
    • Set up Bricks templates for header/footer/archive
    • Review gallery and carousel elements
    • Compare with WPBakery original
    • Celebrate the speed improvement

Design Tokens

Conversion writes now register the colors and typography they carry as named design tokens in Bricks' 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.

Safety Model

  • Read-only analysis first — full content scan before any changes
  • Explicit user confirmation required before creating duplicates
  • Original WPBakery pages are never modified or deleted
  • All migrated content goes to draft duplicates only
  • Never auto-publishes migrated pages
  • Snapshot before every write — respira_get_snapshot captures the duplicate's pre-write state, and respira_restore_snapshot rolls it back if an injection goes wrong
  • Two explicit rollback paths: restore the snapshot to revert a bad write, or delete the draft duplicates entirely to undo the migration
  • Warns about theme-bundled element dependencies

Honest Disclaimer

This skill converts WPBakery page content to Bricks format and creates draft duplicates for review.

It cannot:

  • Convert theme-bundled custom WPBakery elements
  • Migrate WPBakery addon plugin elements
  • Perfectly extract all Design Options CSS
  • Convert post grids to Bricks Query Loop automatically
  • Handle Revolution Slider or other bundled plugins
  • Replace visual QA and manual review

It can:

  • Convert 75-90% of standard WPBakery elements to Bricks equivalents
  • Parse and decode WPBakery's CSS and URL encoding
  • Handle nested inner row/column structures
  • Resolve image attachment IDs to proper URLs
  • Modernize legacy content to Bricks' clean JSON format
  • Dramatically improve page load performance
  • Keep original pages completely safe

Tooling

Core WordPress tools

  • respira_get_site_context
  • respira_list_plugins
  • respira_list_pages
  • respira_list_posts
  • respira_read_page
  • respira_read_post
  • respira_get_builder_info
  • respira_extract_builder_content
  • respira_inject_builder_content
  • respira_find_builder_targets
  • respira_create_page_duplicate
  • respira_create_post_duplicate

Safety and surgical-fix tools

  • respira_get_snapshot
  • respira_restore_snapshot
  • respira_find_element
  • respira_update_element
  • respira_batch_update

Telemetry

After run completion, send fire-and-forget usage tracking to:

  • POST https://www.respira.press/api/skills/track-usage

Include:

  • skill_slug = migrate-wpbakery-to-bricks
  • site/version context
  • duration and success
  • pages migrated, elements created, elements flagged counts
  • tools used

Never block user flow on telemetry failure.

Related Skills

  • WordPress Site DNA (audit site structure and theme dependencies before migrating)
  • Internal Link Builder (verify links post-migration)
  • SEO & AEO Amplifier (verify SEO post-migration)
  • Technical Debt Audit (find WPBakery shortcode remnants and legacy theme code)

Built by Respira Team https://respira.press/skills/migrate-wpbakery-to-bricks

Frequently asked questions

What to verify before installation and use

What does the migrate-wpbakery-to-bricks source document cover?

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 Bricks' own global styles, and converted pages reference those tokens instead of carrying value c…

How do I install migrate-wpbakery-to-bricks?

The source record exposes this install command: npx skills add https://github.com/respira-press/agent-skills-wordpress --skill "skills/migrate-wpbakery-to-bricks". Inspect the command and pinned source before running it.

Alternatives

Compare before choosing

Computed 10045,960

coreyhaines31/marketingskills

ab-testing

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

Computed 10045,960

coreyhaines31/marketingskills

churn-prevention

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

Computed 10014,706

prowler-cloud/prowler

postgresql-indexing

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

Computed 100147

oaustegard/claude-skills

featuring

Generate hierarchical _FEATURES.md files that describe what a codebase DOES from a user/consumer perspective, anchored to source symbols via tree-sitting. Supports large complex codebases through feature-driven decomposition into sub-feature files. Uses a multi-pass synthesis: orientation → detail → overview rewrite. Use when someone says "what does this do", "document features", "feature inventory", "_FEATURES.md", or needs to understand a codebase's purpose before modifying it. Complements tre