Create block
Claude Plugin - Scaffold, audit and manage custom ACF Gutenberg blocks for WordPress with Tailwind CSS integration.
npx -y skills add phucbm/wp-blocks-dev --skill create-blockAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 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.
What its author says it does
Copied from the file, not written here
Scaffold a new ACF Gutenberg block with block.json, fields.json, and render.php
SKILL.md
1.0 KB, 263 tokens by cl100k_base, as published. Nobody here has run it
Read [@/knowledge/acf-blocks/conventions.md](/knowledge/acf-blocks/conventions.md) and [@/knowledge/acf-blocks/fields.md](/knowledge/acf-blocks/fields.md), then:
-
Ask the user for:
- Block name — kebab-case slug, e.g.
hero-banner - Block title — human-readable, e.g.
Hero Banner - Block description — one sentence (optional)
- Needs frontend JS? — pass
--jsif yes - Needs admin preview? — pass
--adminif yes (interactive blocks only)
- Block name — kebab-case slug, e.g.
-
Run the script from the theme root:
node $(claude plugin path wp-blocks-dev)/scripts/create-block.js <name> --title="<title>" --description="<description>" [--js] [--admin] -
Show the script output, then remind:
- Add ACF fields in WordPress admin → Field Groups
- After editing
fields.json, rundate +%sand update themodifiedvalue - If
--jswas used, runpnpm ts-buildorpnpm ts-watch
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.