migrate-brizy-to-gutenberglisted
Install: claude install-skill respira-press/agent-skills-wordpress
# Migrate Brizy to Gutenberg
Full-site migration from Brizy Builder to the WordPress block editor (Gutenberg). Audits every Brizy-built page, maps components to their Gutenberg block equivalents, builds a migration plan for approval, and executes page-by-page conversion into native block markup — all through duplicates so your live site stays untouched. Use this skill whenever someone mentions migrating from Brizy to Gutenberg, switching from Brizy to blocks, converting Brizy pages to the block editor, or moving away from Brizy to native WordPress.
## What This Skill Does
Brizy uses a proprietary content format with its own component system, storing data in `brizy_post_uid` and related custom meta fields. Gutenberg uses a flat block structure in `post_content` with HTML comment delimiters. The migration requires extracting Brizy's custom format, identifying each component type, and translating it to equivalent core Gutenberg blocks.
This skill reads every Brizy page, extracts the builder content, translates each component to its Gutenberg block equivalent, and writes the result to duplicate pages in native block markup — giving you a complete parallel version of your site to review before going live.
**Handles:**
- Section → Group block mapping
- Row/Column → Columns/Column block mapping
- Text components → Paragraph/Heading blocks
- Image components → Image block
- Button components → Buttons/Button block
- Video components → Video/Embed block
- Icon components → basic