git:20260710.2925510 to git:20260710.62afd0f

14 added, 16 removed. Audit B to A.

---
- title: "ACF Extended for Advanced Custom Fields Workflows"
+ name: "ACF Extended for Advanced Custom Fields Workflows"
+ slug: "acf-extended-advanced-custom-fields-workflows"
description: "An ASE skill built around ACF Extended, the WordPress enhancement suite for Advanced Custom Fields that adds field types, admin improvements, front-end forms, options pages, and developer tooling. It is a practical fit for agents working inside complex WordPress content models and custom field workflows."
+ github_stars: 253
verification: "security_reviewed"
source: "https://github.com/acf-extended/ACF-Extended"
author: "Konrad Chmielewski"
publisher_type: "Individual Developer"
- category:
- - "WordPress & CMS"
- framework:
- - "Multi-Framework"
+ category: "WordPress & CMS"
+ framework: "Multi-Framework"
tool_ecosystem:
github_repo: "acf-extended/ACF-Extended"
github_stars: 253
---
# ACF Extended for Advanced Custom Fields Workflows
An ASE skill built around ACF Extended, the WordPress enhancement suite for Advanced Custom Fields that adds field types, admin improvements, front-end forms, options pages, and developer tooling. It is a practical fit for agents working inside complex WordPress content models and custom field workflows.
## Prerequisites
WordPress and Advanced Custom Fields Pro 5.8+
## Installation
- Choose whichever fits your setup:
-
- 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.
+ Requirements and caveats from upstream:
+ - **This plugin requires at least ACF Pro 5.8.**
+ - Module: Form - User - "Log In" action doesn't require to redirect on success anymore
- Install command or upstream instructions:
+ Basic usage or getting-started notes:
+ - Set custom field group key. Example: group_custom_name.
+ - Display local field groups that are loaded by ACF, but not available in the ACF field group administration. Example: Field groups that are registered in the functions.php file, but not in the ACF UI.
+ - A more sophisticated field settings based on specified location (administration/front-end). Example: Field is required only in front-end.
- ```
- wp plugin install acf-extended --activate
- ```
+ - Source: https://github.com/acf-extended/ACF-Extended
+ - Extracted from upstream docs: https://raw.githubusercontent.com/acf-extended/ACF-Extended/HEAD/README.md
## Documentation
- https://wordpress.org/plugins/acf-extended/
## Source
- [Agent Skill Exchange](https://agentskillexchange.com/skills/acf-extended-advanced-custom-fields-workflows/)