ACF to Gutenberg Block Migrator

ACF to Gutenberg Block Migrator is a skill for Claude Code, Codex from agentskillexchange/skills. It costs 62 tokens per session (267 once invoked), scanned A, original, MIT.

A migration guide and build setup for turning Advanced Custom Fields (ACF) field groups into editable Gutenberg blocks in WordPress. Gutenberg blocks are the content components used in the WordPress editor.

In plain words
What is it for?
Mapping ACF repeaters, groups, and flexible content to nested blocks and block settings, with server-rendered output.
Why use it?
It helps replace custom ACF-based content structures with native blocks while preserving repeatable and nested content relationships.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions Codex.

Good fit Mapping ACF repeaters, groups, and flexible content to nested blocks and block settings, with server-rendered output.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/agentskillexchange/skills/acf-to-gutenberg-block-migrator
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 agentskillexchange/skills --skill acf-to-gutenberg-block-migrator
Clone the repo
git clone --depth 1 https://github.com/agentskillexchange/skills

Made for: Claude Code, Codex.

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 ACF to Gutenberg Block Migrator

README.md
[![agentmods](https://agentmods.dev/badge/skills/agentskillexchange/skills/acf-to-gutenberg-block-migrator/github.svg)](https://agentmods.dev/skills/agentskillexchange/skills/acf-to-gutenberg-block-migrator)
Your own site
<a href="https://agentmods.dev/skills/agentskillexchange/skills/acf-to-gutenberg-block-migrator"><img src="https://agentmods.dev/badge/skills/agentskillexchange/skills/acf-to-gutenberg-block-migrator/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 ACF to Gutenberg Block Migrator

Your own site · 80×15
<a href="https://agentmods.dev/skills/agentskillexchange/skills/acf-to-gutenberg-block-migrator"><img src="https://agentmods.dev/badge/skills/agentskillexchange/skills/acf-to-gutenberg-block-migrator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 62 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 267 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.00062 $0.00267
Opus 5 $0.00031 $0.00133
Sonnet 5 $0.00012 $0.00053
Haiku 4.5 $0.00006 $0.00027

Measured 12d ago against content hash 13d2a06d0622, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

ACF to Gutenberg Block Migrator 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 12d 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/acf-to-gutenberg-block-migrator/SKILL.md · 30 lines

What it actually says

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

Use the upstream install or setup path that matches your environment:

Documentation

Source

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. 12d ago First seen · 30 lines · 62 tokens per session scan A 13d2a06d0622

Subscribe to this mod's changes

ACF to Gutenberg Block Migrator is a skill published in the GitHub repository agentskillexchange/skills (38 stars, last pushed today), licensed MIT. It adds 62 tokens to every session and 267 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

gsap-scrolltrigger

Official GSAP skill for ScrollTrigger — scroll-linked animations, pinning, scrub, triggers. Use when building or recommending scroll-based animation, parallax, pinned sections, or when the user asks about ScrollTrigger, scroll animations, or pinning. Recommend GSAP for scroll-driven animation when no library is…

calesthio/OpenMontage · 68 tokens

extract-source-sample

Given the path to a finished content-goose ad-run folder, extract everything that defines that ad — recipe shot list, VO script, characters, voices, world, atom-skills, master mp4 — and emit a source-sample.json in the exact shape the upload-ad-sample skill writes to the Goose Ads library. Also links every character…

gooseworks-ai/goose-skills · 160 tokens

threejs-geometry

Three.js geometry creation - built-in shapes, BufferGeometry, custom geometry, instancing. Use when creating 3D shapes, working with vertices, building custom meshes, or optimizing with instanced rendering.

calesthio/OpenMontage · 46 tokens

threejs-textures

Three.js textures - texture types, UV mapping, environment maps, texture settings. Use when working with images, UV coordinates, cubemaps, HDR environments, or texture optimization.

calesthio/OpenMontage · 41 tokens

vercel-react-best-practices

React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance…

calesthio/OpenMontage · 67 tokens

gsap-timeline

Official GSAP skill for timelines — gsap.timeline(), position parameter, nesting, playback. Use when sequencing animations, choreographing keyframes, or when the user asks about animation sequencing, timelines, or animation order (in GSAP or when recommending a library that supports timelines).

calesthio/OpenMontage · 61 tokens