agentsclimarketplace

Create block

Skill phucbm/wp-blocks-dev/skills/create-block

Claude Plugin - Scaffold, audit and manage custom ACF Gutenberg blocks for WordPress with Tailwind CSS integration.

Install
npx -y skills add phucbm/wp-blocks-dev --skill create-block

Assembled 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:

  1. 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 --js if yes
    • Needs admin preview? — pass --admin if yes (interactive blocks only)
  2. 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]
    
  3. Show the script output, then remind:

    • Add ACF fields in WordPress admin → Field Groups
    • After editing fields.json, run date +%s and update the modified value
    • If --js was used, run pnpm ts-build or pnpm ts-watch

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,984. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.