ワンクリックで
create-block
Scaffold a new ACF Gutenberg block with block.json, fields.json, and render.php
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Scaffold a new ACF Gutenberg block with block.json, fields.json, and render.php
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Deep AI audit of all blocks — runs structural checks first, then uses AI to review content quality, descriptions, grammar, admin render justification, wrapper usage, and empty-state messages.
Fast structural audit of all blocks — checks required files, wrapper attributes, fields.json timestamp, preview.png. No AI, runs instantly via script.
Initialize a new WordPress theme with the wp-blocks-dev block development workflow
| name | create-block |
| description | Scaffold a new ACF Gutenberg block with block.json, fields.json, and render.php |
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:
hero-bannerHero Banner--js if yes--admin if yes (interactive blocks only)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:
fields.json, run date +%s and update the modified value--js was used, run pnpm ts-build or pnpm ts-watch