원클릭으로
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