Wp acf blocks
Scaffold, revise and manage custom ACF Gutenberg blocks for WordPress with Tailwind CSS. Use when the user wants to create a new block, revise/audit blocks, or set up a WordPress blocks project.From its SKILL.md
npx -y skills add phucbm/skills --skill wp-acf-blocksAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.9 KB, 302 tokens by cl100k_base, as published. Nobody here has run it
Read @/knowledge/overview.md, then determine which sub-skill to invoke based on the user's request:
/wp-acf-blocks:setup— set up a new theme with the full directory structure and mu-plugins/wp-acf-blocks:plan-block— discuss a block's requirements and create a GitHub issue with structured breakdown/wp-acf-blocks:add-block— scaffold one or more blocks from GitHub issues, markdown brief, or interactive prompts/wp-acf-blocks:revise-block— fast structural audit (files, wrappers, timestamps); accepts block slugs as args/wp-acf-blocks:revise-block-deep— structural audit + AI content quality review; accepts block slugs as args
For general questions about conventions, PHP patterns, ACF fields, Tailwind build, or TypeScript setup, read the relevant knowledge files directly:
What ships with it: 28 files
67.6 KB alongside SKILL.md, 13 of them executable
agents/
- wp-acf-blocks.md2.4 KB
boilerplate/
- mu-plugins/acf-local-json-router.phpruns6.3 KB
- mu-plugins/tailwind-theme-loader.phpruns5.2 KB
- mu-plugins/wp-blocks-loader.phpruns4.6 KB
- theme/acf-json/.gitkeep0 B
- theme/assets/css/index.css23 B
- theme/assets/js/index.entry.tsruns63 B
- theme/assets/js/inserter-preview.jsruns4.4 KB
- theme/blocks.json19 B
- theme/functions.phpruns680 B
- theme/.gitignore58 B
- theme/helpers/ui/get-block-wrapper-attributes.phpruns2.3 KB
- theme/inc/auto-include-components.phpruns1.2 KB
- theme/inc/enqueue-assets.phpruns2.4 KB
- theme/index.phpruns28 B
- theme/package.json653 B
- theme/scripts/tailwind.jsruns2.7 KB
- theme/style.css221 B
- theme/tsconfig.json585 B
- theme/tsup.config.tsruns1.4 KB
hooks/
- hooks.json376 B
knowledge/
- acf-blocks/conventions.md9.1 KB
- acf-blocks/fields.md5.0 KB
- overview.md2.3 KB
- tailwind/build-pipeline.md1.5 KB
- typescript/tsup-setup.md1.3 KB
- wordpress/asset-loading.md2.3 KB
scripts/
- revise-block.jsruns10.6 KB
Gives 0 of the 12 instructions most css styling skills give in 302 tokens
Counted across 512 of the 512 authors here whose files we hold, read 2026-09-06
- Animate only transform and opacityin 32 of 512, across 30 files
- Respect prefers-reduced-motionin 21 of 512
- Support reduced motion preferencesin 16 of 512, across 6 files
- Use Tailwind CSS for stylingin 14 of 512, across 13 files
- Specify AnimatePresence mode explicitlyin 12 of 512, across 2 files
- Set initial states explicitlyin 12 of 512, across 2 files
- Use semantic HTML elementsin 11 of 512, across 10 files
- Use oklch for color valuesin 11 of 512, across 10 files
- Honor prefers-reduced-motion in animationsin 10 of 512
- Provide a reduced-motion fallback for animationsin 10 of 512, across 9 files
- Use property names in camelCasein 9 of 512, across 4 files
- Ensure UI animations stay under 300msin 9 of 512, across 6 files
Said here and by no other author read
- Read the overview knowledge file first
- Determine the correct subskill to invoke
- Read relevant knowledge files directly for questions
Grouped from the skills themselves: near-identical wordings counted once, and counted by distinct author, so one author publishing three of these counts once. Length counted with cl100k_base; the agent that loads this file may tokenize it differently.