Source profileQuality 95/100

respira-press/agent-skills-wordpress/skills/migrate-thrive-architect-to-gutenberg/SKILL.md

migrate-thrive-architect-to-gutenberg

Use when the user says 'migrate thrive architect to gutenberg', 'convert thrive to blocks', or 'replace thrive architect with native wordpress'. Parses Thrive Architect content, maps elements to core blocks, and creates draft duplicates for review.

Source repository stars
40
Declared platforms
0
Static risk flags
0
Last source update
2026-08-04
Source checked
2026-08-05

Decision brief

What it does—and 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 the block editor's own global styles, and converted pages reference those tokens instead of carry…

Best for

  • Use when the user says 'migrate thrive architect to gutenberg', 'convert thrive to blocks', or 'replace thrive architect with native wordpress'.

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-thrive-architect-to-gutenberg"
Safe inspection promptEditorial

Inspect the Agent Skill "migrate-thrive-architect-to-gutenberg" from https://github.com/respira-press/agent-skills-wordpress/blob/10821eaabe362fe9052f6ee81ecdd62e5d2f2980/skills/migrate-thrive-architect-to-gutenberg/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

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. Detect Thrive Architect presence via respiragetbuilderinfo or respiralistplugins. 3. Inventory all Thrive-built content: - respiralistpages and respiralistposts — ident…

    Verify Respira + MCP connection via respiragetsitecontext. If unavailable, stop and show setup guidance.Detect Thrive Architect presence via respiragetbuilderinfo or respiralistplugins.Inventory all Thrive-built content:
  2. 02

    Phase 1: Pre-Migration Audit

    1. Verify Respira + MCP connection via respiragetsitecontext. If unavailable, stop and show setup guidance. 2. Detect Thrive Architect presence via respiragetbuilderinfo or respiralistplugins. 3. Inventory all Thrive-built content: - respiralistpages and respiralistposts — ident…

    Verify Respira + MCP connection via respiragetsitecontext. If unavailable, stop and show setup guidance.Detect Thrive Architect presence via respiragetbuilderinfo or respiralistplugins.Inventory all Thrive-built content:
  3. 03

    Phase 2: Migration Plan

    Present a structured migration plan:

    Present a structured migration plan:
  4. 04

    Phase 3: Page-by-Page Migration

    1. Extract Thrive content via respiraextractbuildercontent with builder=thrive 2. Map each Thrive element to Gutenberg blocks: - Content Boxes → blocks - Columns → with children - Text → Parse into and blocks - Image → with src, alt, caption - Button → wrapper with child - Video…

    Extract Thrive content via respiraextractbuildercontent with builder=thriveMap each Thrive element to Gutenberg blocks:Content Boxes → blocks
  5. 05

    Phase 4: Post-Migration Verification

    1. Summarize all migrated pages with status: - Design tokens registered in the block editor's global styles (token names and counts) - Clean migrations (no issues) - Migrations with warnings (flagged items needing review) - Failed migrations (if any) 2. List all manual review it…

    Summarize all migrated pages with status:Design tokens registered in the block editor's global styles (token names and counts)Clean migrations (no issues)

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 score95/100ComputedDocumentation, specificity, maintenance, and trust rules
Repository stars40SourceRepository 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-thrive-architect-to-gutenberg/SKILL.md
Commit
10821eaabe362fe9052f6ee81ecdd62e5d2f2980
License
MIT
Collected
2026-08-05
Default branch
main
View the original SKILL.md

Migrate Thrive Architect to Gutenberg

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 the block editor'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.

Full-site migration from Thrive Architect to the WordPress block editor (Gutenberg). Audits every Thrive-built page, maps elements 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 Thrive Architect to Gutenberg, switching from Thrive to blocks, converting Thrive pages to the block editor, or moving away from Thrive Architect to native WordPress.

What This Skill Does

Thrive Architect is a conversion-focused page builder with a strong emphasis on marketing elements — lead generation forms, countdown timers, testimonials, and content reveal animations. It stores content in its own custom format. Gutenberg uses a flat block structure in post_content with HTML comment delimiters. The migration is moderate in complexity: standard content elements translate well, but Thrive's marketing-specific components have no direct Gutenberg equivalents and require alternative solutions.

This skill reads every Thrive Architect page, extracts the builder content, translates each element 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:

  • Content Box → Group block mapping
  • Column layouts → Columns/Column block mapping
  • Text elements → Paragraph/Heading blocks
  • Image elements → Image block
  • Button elements → Buttons/Button block
  • Video elements → Video/Embed block
  • Divider → Separator block
  • Custom HTML/code content
  • Background sections → Group block with background styles
  • Styled lists → List block
  • Blockquote/Testimonial → Quote block (basic mapping)

What This Skill Does NOT Do

  • Migrate Thrive Leads opt-in forms — a separate email marketing/form solution is needed
  • Convert Thrive Ultimatum countdown timers — no native Gutenberg equivalent
  • Replicate Thrive's content reveal (click-to-expand) functionality
  • Migrate Thrive Quiz Builder or Thrive Apprentice integrations
  • Convert Thrive-specific A/B test variants — flagged for reference only
  • Preserve Thrive's scroll-triggered animations — Gutenberg has limited animation support
  • Migrate Thrive landing page templates — must be rebuilt from the Gutenberg block structure
  • Guarantee pixel-perfect visual parity — different rendering approaches

Requirements

  • Respira for WordPress plugin installed and connected
  • MCP connection active (desktop or WebMCP)
  • Thrive Architect active on the source site
  • Read access to scan Thrive content
  • Write access to create duplicates with Gutenberg content

Trigger Phrase

  • "migrate thrive architect to gutenberg"

Alternative Triggers

  • "convert thrive to blocks"
  • "switch from thrive architect to gutenberg"
  • "move thrive pages to block editor"
  • "replace thrive architect with gutenberg"
  • "thrive architect to wordpress blocks"
  • "migrate thrive to native wordpress"

Builder Technical Context

Source: Thrive Architect

  • Content stored via Thrive's custom format in post_meta
  • Conversion-focused component library with marketing elements
  • Read via respira_extract_builder_content with builder=thrive
  • Components: content boxes, columns, text, image, button, video, lead generation, countdown, testimonial, styled list, toggle, tabs, etc.

Target: Gutenberg (Block Editor)

  • Content stored in post_content as HTML with block comment delimiters
  • Format: <!-- wp:paragraph --><p>Text</p><!-- /wp:paragraph -->
  • Write via standard WordPress content tools (respira_update_page / respira_update_post)
  • Core blocks: paragraph, heading, image, buttons, columns, group, html, video, separator, quote, list, embed, etc.

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. Detect Thrive Architect presence via respira_get_builder_info or respira_list_plugins.
  3. Inventory all Thrive-built content:
    • respira_list_pages and respira_list_posts — identify all content
    • respira_find_builder_targets with builder=thrive — find Thrive-managed pages
  4. For each Thrive page, extract content:
    • respira_extract_builder_content with builder=thrive
    • Catalog: element types used, marketing components (forms, countdowns, testimonials), A/B test variants, custom CSS
  5. Produce an Audit Report:
    • Total pages/posts using Thrive Architect
    • Element type frequency (how many content boxes, text blocks, images, etc.)
    • Marketing component inventory (lead gen forms, countdowns, quizzes)
    • Complexity flags (Thrive Leads integration, A/B tests, landing pages, Thrive Suite dependencies)
    • Estimated migration difficulty per page (simple / moderate / complex)

Phase 2: Migration Plan

Present a structured migration plan:

## Thrive Architect → Gutenberg Migration Plan

### Site Overview
- Total Thrive pages: X
- Simple pages (direct mapping): X
- Moderate pages (some manual review needed): X
- Complex pages (significant manual work): X

### Element Mapping
| Thrive Element | Gutenberg Block | Notes |
|---|---|---|
| Content Box | Group | Container mapping |
| Columns | Columns / Column | Layout structure |
| Text | Paragraph / Heading | Content parsed into blocks |
| Image | Image | Direct mapping |
| Button | Buttons > Button | Wrapped in container |
| Lead Gen Form | [MANUAL] | Needs form plugin replacement |
| Countdown | [MANUAL] | No native equivalent |
| ... | ... | ... |

### Migration Order
1. [Page Title] — Simple — estimated 2 min
2. [Page Title] — Moderate — estimated 5 min
...

### Items Requiring Manual Attention
- [Page X] — Thrive Leads form (needs replacement with form plugin)
- [Page Y] — Countdown timer (needs plugin or removal)
- [Page Z] — A/B test variant (winning variant migrated, others documented)
- Landing page templates — must be rebuilt in Gutenberg

Then ask:

Here's the migration plan. Would you like me to:

  1. Migrate all pages (creates duplicates for review)
  2. Migrate only simple pages first
  3. Migrate specific pages you choose
  4. Just keep this as a reference — no changes

Wait for explicit confirmation before proceeding.

Phase 3: Page-by-Page Migration

For each approved page:

  1. Extract Thrive content via respira_extract_builder_content with builder=thrive
  2. Map each Thrive element to Gutenberg blocks:
    • Content Boxes → <!-- wp:group --> blocks
    • Columns → <!-- wp:columns --> with <!-- wp:column --> children
    • Text → Parse into <!-- wp:paragraph --> and <!-- wp:heading --> blocks
    • Image → <!-- wp:image --> with src, alt, caption
    • Button → <!-- wp:buttons --> wrapper with <!-- wp:button --> child
    • Video → <!-- wp:video --> or <!-- wp:embed --> block
    • Divider → <!-- wp:separator --> block
    • Testimonial → <!-- wp:quote --> block (basic mapping)
    • Styled List → <!-- wp:list --> block
    • Custom HTML → <!-- wp:html --> block
    • Preserve text content, image URLs, link targets
    • Flag marketing components with <!-- wp:paragraph --><p>[MIGRATION NOTE: Thrive Lead Gen form was here — replace with form plugin shortcode]</p><!-- /wp:paragraph -->
  3. Assemble the complete Gutenberg block markup
  4. Take a respira_get_snapshot checkpoint of the target before any write, so the page can be restored exactly if the conversion needs unwinding
  5. Create a duplicate via respira_create_page_duplicate or respira_create_post_duplicate
  6. Write the Gutenberg markup into the duplicate's post_content via respira_update_page or respira_update_post
  7. Surgical fixes (not a rewrite): when a single block lands wrong — a heading, a button label, a spacing value — locate it with respira_find_element and correct it in place with respira_update_element. For repeated corrections across many blocks or several migrated pages, batch them with respira_batch_update rather than regenerating and re-writing whole pages.
  8. Log the migration result (success, warnings, manual review items)

Phase 4: Post-Migration Verification

  1. Summarize all migrated pages with status:
    • Design tokens registered in the block editor's global styles (token names and counts)
    • Clean migrations (no issues)
    • Migrations with warnings (flagged items needing review)
    • Failed migrations (if any)
  2. List all manual review items:
    • Lead generation forms that need a replacement plugin (WPForms, Gravity Forms, etc.)
    • Countdown timers that need a countdown plugin or removal
    • Testimonials that may benefit from a testimonial block plugin
    • A/B test data to document before deactivating Thrive
    • Landing pages that need fresh Gutenberg design
  3. Provide review instructions:
    • Where to find duplicates in WordPress admin
    • How to preview pages in the block editor
    • How to delete duplicates if not wanted

Design Tokens

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

Safety Model

  • Read-only analysis first — full Thrive Architect content audit before any changes
  • Explicit user confirmation before creating any duplicates
  • Snapshot before every write — respira_get_snapshot captures the target so it can be returned to its exact prior state
  • Duplicate-first only — never modifies live/published Thrive content
  • Never auto-publishes duplicates
  • Explicit rollback path — restore the snapshot via respira_restore_snapshot, or delete the draft duplicates, to undo a migration cleanly
  • Preserves all original Thrive Architect content untouched

Honest Disclaimer

This skill converts Thrive Architect page structures to Gutenberg block markup and creates duplicates for review.

It cannot:

  • Guarantee pixel-perfect visual parity between builders
  • Migrate Thrive Leads forms or countdown timers automatically
  • Convert A/B test configurations
  • Replicate Thrive's marketing-specific animations and interactions
  • Replace a thorough manual QA pass on every page

It can:

  • Map 60-75% of standard Thrive elements to core Gutenberg blocks
  • Preserve content, images, links, and basic layout structure
  • Clearly flag every marketing component that needs manual replacement
  • Move you off a third-party builder dependency to native WordPress
  • Save days of manual rebuild work
  • Identify exactly what needs manual attention

Tooling

Core WordPress tools

  • respira_get_site_context
  • respira_get_builder_info
  • respira_list_pages
  • respira_list_posts
  • respira_list_plugins
  • respira_find_builder_targets
  • respira_extract_builder_content
  • respira_get_snapshot
  • respira_restore_snapshot
  • respira_find_element
  • respira_update_element
  • respira_batch_update
  • respira_create_page_duplicate
  • respira_create_post_duplicate
  • respira_update_page
  • respira_update_post
  • respira_read_page
  • respira_read_post

Telemetry

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

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

Include:

  • skill_slug = migrate-thrive-architect-to-gutenberg
  • site/version context
  • duration and success
  • pages audited, pages migrated, warnings count
  • tools used

Never block user flow on telemetry failure.

Related Skills

  • WordPress Site DNA (understand site structure before migrating)
  • Technical Debt Audit (clean up before or after migration)
  • SEO & AEO Amplifier (verify SEO preservation post-migration)

Built by Respira Team https://respira.press/skills/migrate-thrive-architect-to-gutenberg

Alternatives

Compare before choosing

Computed 9740

respira-press/agent-skills-wordpress

migrate-elementor-to-gutenberg

Use when the user says 'migrate elementor to gutenberg', 'convert elementor to blocks', 'remove the elementor dependency', or 'go back to native wordpress'. Maps Elementor widgets to core blocks and creates draft duplicates for review.

Computed 9540

respira-press/agent-skills-wordpress

migrate-brizy-to-gutenberg

Use when the user says 'migrate brizy to gutenberg', 'convert brizy to blocks', or 'replace brizy with native wordpress'. Parses the Brizy JSON data, maps elements to core blocks, and creates draft duplicates for review.

Computed 863,296

elementalsouls/Claude-BugHunter

hunt-auth-bypass

Hunting skill for auth bypass vulnerabilities. Built from 12 public bug bounty reports across SAML XSW / parser-differential (GitHub Enterprise CVE-2025-25291/25292), SAML signature stripping (Uber, Rocket.Chat, samlify CVE-2025-47949), SAML domain enforcement bypass via control characters (HackerOne 2024), partner-portal cross-IdP assertion reuse (Slack), WordPress XMLRPC bypassing SSO (Uber), JWT alg-confusion HS256/RS256 (Jitsi), JWT signature-validation skip (Linktree, Newspack), and token-a

Computed 8540

respira-press/agent-skills-wordpress

respira-site-audit

Use when asked to audit, score, or health-check a WordPress site or page. Runs SEO, AEO, readability, accessibility, performance, RankMath, and Core Web Vitals analyzers and presents a unified report with prioritised fixes.