migrate-elementor-to-bricks

migrate-elementor-to-bricks is a skill for Claude Code from respira-press/agent-skills-wordpress. It costs 65 tokens per session (3,297 once invoked), scanned A, original, MIT.

A migration tool for moving WordPress pages from Elementor to Bricks Builder, two systems for visually building pages. It reads Elementor's saved page data, maps widgets to Bricks elements, and creates draft copies for review.

In plain words
What is it for?
Use it to plan and convert Elementor pages into Bricks' page format. It also registers carried-over colors and typography as Bricks global design tokens.
Why use it?
It removes the need to manually rebuild Elementor pages when changing page builders, while leaving the original pages untouched.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the respira-wordpress-skills plugin — 50 skills shipped together

Good fit Use it to plan and convert Elementor pages into Bricks' page format. It also registers carried-over colors and typography as Bricks global design tokens.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/respira-press/agent-skills-wordpress/migrate-elementor-to-bricks
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add respira-press/agent-skills-wordpress --skill migrate-elementor-to-bricks
Clone the repo
git clone --depth 1 https://github.com/respira-press/agent-skills-wordpress

Made for: Claude Code.

Or install respira-wordpress-skills, the plugin that ships this one along with the rest of its 50 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for migrate-elementor-to-bricks

README.md
[![agentmods](https://agentmods.dev/badge/skills/respira-press/agent-skills-wordpress/migrate-elementor-to-bricks/github.svg)](https://agentmods.dev/skills/respira-press/agent-skills-wordpress/migrate-elementor-to-bricks)
Your own site
<a href="https://agentmods.dev/skills/respira-press/agent-skills-wordpress/migrate-elementor-to-bricks"><img src="https://agentmods.dev/badge/skills/respira-press/agent-skills-wordpress/migrate-elementor-to-bricks/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for migrate-elementor-to-bricks

Your own site · 80×15
<a href="https://agentmods.dev/skills/respira-press/agent-skills-wordpress/migrate-elementor-to-bricks"><img src="https://agentmods.dev/badge/skills/respira-press/agent-skills-wordpress/migrate-elementor-to-bricks.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 65 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,297 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00065 $0.03297
Opus 5 $0.00032 $0.01648
Sonnet 5 $0.00013 $0.00659
Haiku 4.5 $0.00006 $0.00330

Measured 10d ago against content hash 61d2955c4915, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

migrate-elementor-to-bricks scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/migrate-elementor-to-bricks/SKILL.md · 307 lines

How it starts

The opening of the file, as written. The whole thing — 307 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Migrate Elementor 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 Elementor-built WordPress pages to Bricks Builder. Reads Elementor's JSON widget tree from post meta, maps each widget to its closest Bricks element 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 Elementor to Bricks, rebuild Elementor pages in Bricks, or switch page builders from Elementor to Bricks.

What This Skill Does

Elementor and Bricks are both visual page builders, but they store content in fundamentally different formats — Elementor uses a nested JSON widget tree in _elementor_data, while Bricks uses a flat-ish JSON array in _bricks_page_content_2. This skill bridges that gap by reading every Elementor widget, understanding its purpose, and recreating it as the appropriate Bricks element. Both Elementor and Bricks are among the 16 page builders Respira reads and writes natively, so the extraction and injection run through the same builder-aware tooling Respira uses everywhere else.

Handles:

  • Section/Column layouts → Bricks Section/Container elements
  • Text Editor, Heading, Image, Video, Button widgets → native Bricks equivalents
  • Icon, Icon Box, Image Box, Star Rating → Bricks icon and media elements
  • Tabs, Accordion, Toggle → Bricks interactive elements
  • Form widgets → Bricks form elements (where available)
  • Spacer, Divider, Google Maps → utility element equivalents
  • Custom CSS from Elementor's Advanced tab → Bricks custom CSS fields
  • Responsive visibility settings → Bricks breakpoint visibility
  • Motion effects and entrance animations → Bricks interaction settings (where supported)
  • Inner Section nesting → Bricks nested container structure
  • Global widget references → resolved to inline content (Bricks templates noted for manual setup)

Read the full file on GitHub · 307 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 307 lines · 65 tokens per session scan A 61d2955c4915

Subscribe to this mod's changes

migrate-elementor-to-bricks is a skill published in the GitHub repository respira-press/agent-skills-wordpress (42 stars, last pushed 2d ago), licensed MIT. It adds 65 tokens to every session and 3,297 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

baoyu-markdown-to-html

Converts Markdown to styled HTML with WeChat-compatible themes. Supports code highlighting, math, Mermaid (rendered to PNG via headless Chrome), PlantUML, footnotes, alerts, infographics, and optional bottom citations for external links. Use when user asks for "markdown to html", "convert md to html", "md 转 html"…

JimLiu/baoyu-skills · 94 tokens

liveview-patterns

Build LiveView: async data (assignasync), PubSub (check connected?), phx-change events, form components/modals/uploads, streams for lists, livepatch. Use when handling interactions, debugging events, or tracking Presence.

oliver-kriska/claude-elixir-phoenix · 51 tokens

cesiumjs-primitives

CesiumJS primitives and geometry - Primitive, GeometryInstance, Appearance, BufferPrimitive collections, GeoJsonPrimitive, Billboard/Label/PointPrimitive collections, built-in geometry shapes, ground primitives, classification. Use when rendering performance-critical static or vector geometry, loading GeoJSON without…

CesiumGS/cesiumjs-skills · 76 tokens

cesiumjs-3d-tiles

CesiumJS 3D Tiles - Cesium3DTileset, compressed and CAD-style glTF content, MVTDataProvider, styling, metadata, feature picking, voxels, point clouds, I3S, Gaussian splats, clipping. Use when loading 3D Tiles or Mapbox Vector Tiles, rendering KHR meshopt/CAD content, styling or querying features, working with voxels…

CesiumGS/cesiumjs-skills · 100 tokens

cesiumjs-camera

CesiumJS camera control - Camera, flyTo, lookAt, setView, ScreenSpaceCameraController, CameraEventAggregator, flight animation. Use when positioning the camera, creating flyTo animations, constraining user navigation, tracking entities, or converting between screen and world coordinates.

CesiumGS/cesiumjs-skills · 61 tokens

cesiumjs-custom-shader

CustomShader authoring — vertexShaderText and fragmentShaderText against VertexInput, FragmentInput, FeatureIds, Metadata, czmmodelMaterial. Use when reading EXTmeshfeatures or EXTstructuralmetadata property textures/tables, vertex displacement, or shading VoxelPrimitive.

CesiumGS/cesiumjs-skills · 61 tokens