acf
Installation
SKILL.md
ACF
ACF is a WordPress plugin that allows developers to add custom fields to WordPress content. It's used by WordPress developers and website builders to create more flexible and dynamic websites. It simplifies content management by allowing users to easily input structured data.
Official docs: https://www.advancedcustomfields.com/resources/
ACF Overview
- Entries
- Fields
- Field Groups
Use action names and parameters as needed.
Working with ACF
This skill uses the Membrane CLI to interact with ACF. Membrane handles authentication and credentials refresh automatically — so you can focus on the integration logic rather than auth plumbing.
Install the CLI
Related skills