git:20260518.471df3d to git:20260710.2925510

12 added, 10 removed. Audit A to B.

---
- name: "Advanced Custom Fields REST Schema Mapper"
- slug: "advanced-custom-fields-rest-schema-mapper"
+ title: "Advanced Custom Fields REST Schema Mapper"
description: "Maps ACF field groups into predictable REST responses using `acf_add_local_field_group`, `get_field_objects`, and `register_rest_field`. Useful when you need cleaner payloads than the default ACF exposure and want WordPress clients to consume structured field data safely."
- verification: "listed"
+ verification: "security_reviewed"
source: "https://www.advancedcustomfields.com/resources/"
author: "WP Engine"
- category: "WordPress & CMS"
- framework: "Cursor"
+ category:
+ - "WordPress & CMS"
+ framework:
+ - "Cursor"
---
# Advanced Custom Fields REST Schema Mapper
Maps ACF field groups into predictable REST responses using `acf_add_local_field_group`, `get_field_objects`, and `register_rest_field`. Useful when you need cleaner payloads than the default ACF exposure and want WordPress clients to consume structured field data safely.
## Installation
- Basic usage or getting-started notes:
- - 10 Articles
- - Field Types
- - 35 Articles
+ Choose whichever fits your setup:
- - Source: https://www.advancedcustomfields.com/resources/
+ 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
- [Agent Skill Exchange](https://agentskillexchange.com/skills/advanced-custom-fields-rest-schema-mapper/)