git:20260710.2925510 to git:20260710.62afd0f

7 added, 11 removed. Audit B to A.

---
- title: "ACF to Gutenberg Block Migrator"
+ name: "ACF to Gutenberg Block Migrator"
+ slug: "acf-to-gutenberg-block-migrator"
description: "Converts Advanced Custom Fields field groups into native Gutenberg blocks using the ACF Block API v2 and @wordpress/scripts build pipeline. Maps ACF repeaters, groups, and flexible content to InnerBlocks and block attributes with server-side rendering via acf_register_block_type()."
verification: "security_reviewed"
source: "https://www.advancedcustomfields.com/"
author: "WP Engine"
- category:
- - "WordPress & CMS"
- framework:
- - "Codex"
+ category: "WordPress & CMS"
+ framework: "Codex"
---
# ACF to Gutenberg Block Migrator
Converts Advanced Custom Fields field groups into native Gutenberg blocks using the ACF Block API v2 and @wordpress/scripts build pipeline. Maps ACF repeaters, groups, and flexible content to InnerBlocks and block attributes with server-side rendering via acf_register_block_type().
## Installation
- Choose whichever fits your setup:
+ Use the upstream install or setup path that matches your environment:
+ - Make Your Own
- 1. Copy this skill folder into your local skills directory.
- 2. Clone the repo and symlink or copy the skill into your agent workspace.
- 3. Add the repo as a git submodule if you manage shared skills centrally.
- 4. Install it through your internal provisioning or packaging workflow.
- 5. Download the folder directly from GitHub and place it in your skills collection.
+ - Source: https://www.advancedcustomfields.com/
## Documentation
- https://www.advancedcustomfields.com/resources/acf_register_block_type/
## Source
- [Agent Skill Exchange](https://agentskillexchange.com/skills/acf-to-gutenberg-block-migrator/)